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/LNvlr/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/backup/LNvlr/hvyAvpBXPEH9Tz.sql
/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.10-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: hvyAvpBXPEH9Tz
-- ------------------------------------------------------
-- Server version	10.11.10-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 = utf8 */;
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 = utf8 */;
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=2 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 */;
/*!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 = utf8 */;
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 = utf8 */;
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 = utf8 */;
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 = utf8 */;
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=6140 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:14:{i:1731796165;a:1:{s:27:\"litespeed_task_imgoptm_pull\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1731796173;a:1:{s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1731799566;a:2:{s:17:\"amp_validate_urls\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:31:\"amp_validated_url_stylesheet_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1731799667;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:1731824867;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:1731826434;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:1731826437;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:1731828466;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:1731830266;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:1731832066;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:1731853566;a:4:{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;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:33:\"amp_monitor_css_transient_caching\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:22:\"amp_validation_data_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1732256869;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:1732343267;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://alot88.co','on'),
(3,'home','https://alot88.co','on'),
(4,'blogname','Alot88','on'),
(5,'blogdescription','','on'),
(6,'users_can_register','0','on'),
(7,'admin_email','duniasalakejo@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:116:{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:45:\"amp_validated_url/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"amp_validated_url/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"amp_validated_url/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"amp_validated_url/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"amp_validated_url/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"amp_validated_url/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"amp_validated_url/([^/]+)/embed/?$\";s:50:\"index.php?amp_validated_url=$matches[1]&embed=true\";s:38:\"amp_validated_url/([^/]+)/trackback/?$\";s:44:\"index.php?amp_validated_url=$matches[1]&tb=1\";s:46:\"amp_validated_url/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?amp_validated_url=$matches[1]&paged=$matches[2]\";s:53:\"amp_validated_url/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?amp_validated_url=$matches[1]&cpage=$matches[2]\";s:42:\"amp_validated_url/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?amp_validated_url=$matches[1]&page=$matches[2]\";s:34:\"amp_validated_url/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"amp_validated_url/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"amp_validated_url/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"amp_validated_url/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"amp_validated_url/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"amp_validated_url/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"amp_validation_error/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:73:\"index.php?taxonomy=amp_validation_error&term=$matches[1]&feed=$matches[2]\";s:56:\"amp_validation_error/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:73:\"index.php?taxonomy=amp_validation_error&term=$matches[1]&feed=$matches[2]\";s:37:\"amp_validation_error/([^/]+)/embed/?$\";s:67:\"index.php?taxonomy=amp_validation_error&term=$matches[1]&embed=true\";s:49:\"amp_validation_error/([^/]+)/page/?([0-9]{1,})/?$\";s:74:\"index.php?taxonomy=amp_validation_error&term=$matches[1]&paged=$matches[2]\";s:31:\"amp_validation_error/([^/]+)/?$\";s:56:\"index.php?taxonomy=amp_validation_error&term=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";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=21&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:4:{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\";}','on'),
(35,'category_base','','on'),
(36,'ping_sites','http://rpc.pingomatic.com/','on'),
(37,'comment_max_links','2','on'),
(38,'gmt_offset','','on'),
(39,'default_email_category','1','on'),
(40,'recently_edited','','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','58975','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','21','on'),
(84,'default_post_format','0','on'),
(85,'link_manager_enabled','0','on'),
(86,'finished_splitting_shared_terms','1','on'),
(87,'site_icon','15','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','1740551266','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:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";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;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','auto'),
(103,'fresh_site','0','off'),
(104,'user_count','1','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:1725029609;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.purge.queue','-1','auto'),
(136,'litespeed.purge.queue2','-1','auto'),
(137,'litespeed.cloud._summary','{\"curr_request.ver_check\":0,\"last_request.ver_check\":1729243428,\"news.utime\":1725027775,\"curr_request.news\":0,\"last_request.news\":1725027775}','auto'),
(139,'litespeed.conf.hash','3DtyhMDmJhpraTVWxTm2iJBwbgcKFlfd','auto'),
(140,'litespeed.conf.auto_upgrade','','auto'),
(141,'litespeed.conf.api_key','','auto'),
(142,'litespeed.conf.server_ip','','auto'),
(143,'litespeed.conf.guest','','auto'),
(144,'litespeed.conf.guest_optm','','auto'),
(145,'litespeed.conf.news','1','auto'),
(146,'litespeed.conf.guest_uas','[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"spider\",\"PTST\",\"HeadlessChrome\"]','auto'),
(147,'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'),
(148,'litespeed.conf.cache','1','auto'),
(149,'litespeed.conf.cache-priv','1','auto'),
(150,'litespeed.conf.cache-commenter','1','auto'),
(151,'litespeed.conf.cache-rest','1','auto'),
(152,'litespeed.conf.cache-page_login','1','auto'),
(153,'litespeed.conf.cache-resources','1','auto'),
(154,'litespeed.conf.cache-mobile','','auto'),
(155,'litespeed.conf.cache-mobile_rules','[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]','auto'),
(156,'litespeed.conf.cache-browser','','auto'),
(157,'litespeed.conf.cache-exc_useragents','[]','auto'),
(158,'litespeed.conf.cache-exc_cookies','[]','auto'),
(159,'litespeed.conf.cache-exc_qs','[]','auto'),
(160,'litespeed.conf.cache-exc_cat','[]','auto'),
(161,'litespeed.conf.cache-exc_tag','[]','auto'),
(162,'litespeed.conf.cache-force_uri','[]','auto'),
(163,'litespeed.conf.cache-force_pub_uri','[]','auto'),
(164,'litespeed.conf.cache-priv_uri','[]','auto'),
(165,'litespeed.conf.cache-exc','[]','auto'),
(166,'litespeed.conf.cache-exc_roles','[]','auto'),
(167,'litespeed.conf.cache-drop_qs','[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]','auto'),
(168,'litespeed.conf.cache-ttl_pub','604800','auto'),
(169,'litespeed.conf.cache-ttl_priv','1800','auto'),
(170,'litespeed.conf.cache-ttl_frontpage','604800','auto'),
(171,'litespeed.conf.cache-ttl_feed','604800','auto'),
(172,'litespeed.conf.cache-ttl_rest','604800','auto'),
(173,'litespeed.conf.cache-ttl_browser','31557600','auto'),
(174,'litespeed.conf.cache-ttl_status','[\"404 3600\",\"500 600\"]','auto'),
(175,'litespeed.conf.cache-login_cookie','','auto'),
(176,'litespeed.conf.cache-ajax_ttl','[]','auto'),
(177,'litespeed.conf.cache-vary_cookies','[]','auto'),
(178,'litespeed.conf.cache-vary_group','[]','auto'),
(179,'litespeed.conf.purge-upgrade','1','auto'),
(180,'litespeed.conf.purge-stale','','auto'),
(181,'litespeed.conf.purge-post_all','','auto'),
(182,'litespeed.conf.purge-post_f','1','auto'),
(183,'litespeed.conf.purge-post_h','1','auto'),
(184,'litespeed.conf.purge-post_p','1','auto'),
(185,'litespeed.conf.purge-post_pwrp','1','auto'),
(186,'litespeed.conf.purge-post_a','1','auto'),
(187,'litespeed.conf.purge-post_y','','auto'),
(188,'litespeed.conf.purge-post_m','1','auto'),
(189,'litespeed.conf.purge-post_d','','auto'),
(190,'litespeed.conf.purge-post_t','1','auto'),
(191,'litespeed.conf.purge-post_pt','1','auto'),
(192,'litespeed.conf.purge-timed_urls','[]','auto'),
(193,'litespeed.conf.purge-timed_urls_time','','auto'),
(194,'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'),
(195,'litespeed.conf.esi','','auto'),
(196,'litespeed.conf.esi-cache_admbar','1','auto'),
(197,'litespeed.conf.esi-cache_commform','1','auto'),
(198,'litespeed.conf.esi-nonce','[\"stats_nonce\",\"subscribe_nonce\"]','auto'),
(199,'litespeed.conf.util-instant_click','','auto'),
(200,'litespeed.conf.util-no_https_vary','','auto'),
(201,'litespeed.conf.debug-disable_all','','auto'),
(202,'litespeed.conf.debug','','auto'),
(203,'litespeed.conf.debug-ips','[\"127.0.0.1\"]','auto'),
(204,'litespeed.conf.debug-level','','auto'),
(205,'litespeed.conf.debug-filesize','3','auto'),
(206,'litespeed.conf.debug-cookie','','auto'),
(207,'litespeed.conf.debug-collapse_qs','','auto'),
(208,'litespeed.conf.debug-inc','[]','auto'),
(209,'litespeed.conf.debug-exc','[]','auto'),
(210,'litespeed.conf.debug-exc_strings','[]','auto'),
(211,'litespeed.conf.db_optm-revisions_max','0','auto'),
(212,'litespeed.conf.db_optm-revisions_age','0','auto'),
(213,'litespeed.conf.optm-css_min','','auto'),
(214,'litespeed.conf.optm-css_comb','','auto'),
(215,'litespeed.conf.optm-css_comb_ext_inl','1','auto'),
(216,'litespeed.conf.optm-ucss','','auto'),
(217,'litespeed.conf.optm-ucss_inline','','auto'),
(218,'litespeed.conf.optm-ucss_whitelist','[]','auto'),
(219,'litespeed.conf.optm-ucss_file_exc_inline','[]','auto'),
(220,'litespeed.conf.optm-ucss_exc','[]','auto'),
(221,'litespeed.conf.optm-css_exc','[]','auto'),
(222,'litespeed.conf.optm-js_min','','auto'),
(223,'litespeed.conf.optm-js_comb','','auto'),
(224,'litespeed.conf.optm-js_comb_ext_inl','1','auto'),
(225,'litespeed.conf.optm-js_delay_inc','[]','auto'),
(226,'litespeed.conf.optm-js_exc','[\"jquery.js\",\"jquery.min.js\"]','auto'),
(227,'litespeed.conf.optm-html_min','','auto'),
(228,'litespeed.conf.optm-html_lazy','[]','auto'),
(229,'litespeed.conf.optm-html_skip_comment','[]','auto'),
(230,'litespeed.conf.optm-qs_rm','','auto'),
(231,'litespeed.conf.optm-ggfonts_rm','','auto'),
(232,'litespeed.conf.optm-css_async','','auto'),
(233,'litespeed.conf.optm-ccss_per_url','','auto'),
(234,'litespeed.conf.optm-ccss_sep_posttype','[\"page\"]','auto'),
(235,'litespeed.conf.optm-ccss_sep_uri','[]','auto'),
(236,'litespeed.conf.optm-css_async_inline','1','auto'),
(237,'litespeed.conf.optm-css_font_display','','auto'),
(238,'litespeed.conf.optm-js_defer','','auto'),
(239,'litespeed.conf.optm-emoji_rm','','auto'),
(240,'litespeed.conf.optm-noscript_rm','','auto'),
(241,'litespeed.conf.optm-ggfonts_async','','auto'),
(242,'litespeed.conf.optm-exc_roles','[]','auto'),
(243,'litespeed.conf.optm-ccss_con','','auto'),
(244,'litespeed.conf.optm-js_defer_exc','[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]','auto'),
(245,'litespeed.conf.optm-gm_js_exc','[]','auto'),
(246,'litespeed.conf.optm-dns_prefetch','[]','auto'),
(247,'litespeed.conf.optm-dns_prefetch_ctrl','','auto'),
(248,'litespeed.conf.optm-dns_preconnect','[]','auto'),
(249,'litespeed.conf.optm-exc','[]','auto'),
(250,'litespeed.conf.optm-guest_only','1','auto'),
(251,'litespeed.conf.object','','auto'),
(252,'litespeed.conf.object-kind','','auto'),
(253,'litespeed.conf.object-host','localhost','auto'),
(254,'litespeed.conf.object-port','11211','auto'),
(255,'litespeed.conf.object-life','360','auto'),
(256,'litespeed.conf.object-persistent','1','auto'),
(257,'litespeed.conf.object-admin','1','auto'),
(258,'litespeed.conf.object-transients','1','auto'),
(259,'litespeed.conf.object-db_id','0','auto'),
(260,'litespeed.conf.object-user','','auto'),
(261,'litespeed.conf.object-pswd','','auto'),
(262,'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'),
(263,'litespeed.conf.object-non_persistent_groups','[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]','auto'),
(264,'litespeed.conf.discuss-avatar_cache','','auto'),
(265,'litespeed.conf.discuss-avatar_cron','','auto'),
(266,'litespeed.conf.discuss-avatar_cache_ttl','604800','auto'),
(267,'litespeed.conf.optm-localize','','auto'),
(268,'litespeed.conf.optm-localize_domains','[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]','auto'),
(269,'litespeed.conf.media-lazy','','auto'),
(270,'litespeed.conf.media-lazy_placeholder','','auto'),
(271,'litespeed.conf.media-placeholder_resp','','auto'),
(272,'litespeed.conf.media-placeholder_resp_color','#cfd4db','auto'),
(273,'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'),
(274,'litespeed.conf.media-lqip','','auto'),
(275,'litespeed.conf.media-lqip_qual','4','auto'),
(276,'litespeed.conf.media-lqip_min_w','150','auto'),
(277,'litespeed.conf.media-lqip_min_h','150','auto'),
(278,'litespeed.conf.media-placeholder_resp_async','1','auto'),
(279,'litespeed.conf.media-iframe_lazy','','auto'),
(280,'litespeed.conf.media-add_missing_sizes','','auto'),
(281,'litespeed.conf.media-lazy_exc','[]','auto'),
(282,'litespeed.conf.media-lazy_cls_exc','[\"wmu-preview-img\"]','auto'),
(283,'litespeed.conf.media-lazy_parent_cls_exc','[]','auto'),
(284,'litespeed.conf.media-iframe_lazy_cls_exc','[]','auto'),
(285,'litespeed.conf.media-iframe_lazy_parent_cls_exc','[]','auto'),
(286,'litespeed.conf.media-lazy_uri_exc','[]','auto'),
(287,'litespeed.conf.media-lqip_exc','[]','auto'),
(288,'litespeed.conf.media-vpi','','auto'),
(289,'litespeed.conf.media-vpi_cron','','auto'),
(290,'litespeed.conf.img_optm-auto','','auto'),
(291,'litespeed.conf.img_optm-cron','1','auto'),
(292,'litespeed.conf.img_optm-ori','1','auto'),
(293,'litespeed.conf.img_optm-rm_bkup','','auto'),
(294,'litespeed.conf.img_optm-webp','','auto'),
(295,'litespeed.conf.img_optm-lossless','','auto'),
(296,'litespeed.conf.img_optm-exif','1','auto'),
(297,'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'),
(298,'litespeed.conf.img_optm-webp_replace_srcset','','auto'),
(299,'litespeed.conf.img_optm-jpg_quality','82','auto'),
(300,'litespeed.conf.crawler','','auto'),
(301,'litespeed.conf.crawler-usleep','500','auto'),
(302,'litespeed.conf.crawler-run_duration','400','auto'),
(303,'litespeed.conf.crawler-run_interval','600','auto'),
(304,'litespeed.conf.crawler-crawl_interval','302400','auto'),
(305,'litespeed.conf.crawler-threads','3','auto'),
(306,'litespeed.conf.crawler-timeout','30','auto'),
(307,'litespeed.conf.crawler-load_limit','1','auto'),
(308,'litespeed.conf.crawler-sitemap','','auto'),
(309,'litespeed.conf.crawler-drop_domain','1','auto'),
(310,'litespeed.conf.crawler-map_timeout','120','auto'),
(311,'litespeed.conf.crawler-roles','[]','auto'),
(312,'litespeed.conf.crawler-cookies','[]','auto'),
(313,'litespeed.conf.misc-heartbeat_front','','auto'),
(314,'litespeed.conf.misc-heartbeat_front_ttl','60','auto'),
(315,'litespeed.conf.misc-heartbeat_back','','auto'),
(316,'litespeed.conf.misc-heartbeat_back_ttl','60','auto'),
(317,'litespeed.conf.misc-heartbeat_editor','','auto'),
(318,'litespeed.conf.misc-heartbeat_editor_ttl','15','auto'),
(319,'litespeed.conf.cdn','','auto'),
(320,'litespeed.conf.cdn-ori','[]','auto'),
(321,'litespeed.conf.cdn-ori_dir','[\"wp-content\",\"wp-includes\"]','auto'),
(322,'litespeed.conf.cdn-exc','[]','auto'),
(323,'litespeed.conf.cdn-quic','','auto'),
(324,'litespeed.conf.cdn-cloudflare','','auto'),
(325,'litespeed.conf.cdn-cloudflare_email','','auto'),
(326,'litespeed.conf.cdn-cloudflare_key','','auto'),
(327,'litespeed.conf.cdn-cloudflare_name','','auto'),
(328,'litespeed.conf.cdn-cloudflare_zone','','auto'),
(329,'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'),
(330,'litespeed.conf.cdn-attr','[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]','auto'),
(331,'litespeed.conf.qc-token','','auto'),
(332,'litespeed.conf.qc-nameservers','','auto'),
(333,'litespeed.admin_display.thirdparty_litespeed_check','1','auto'),
(340,'litespeed.gui.lscwp_whm_install','-1','auto'),
(341,'litespeed.gui.dismiss','-1','auto'),
(342,'litespeed.gui._summary','{\"new_version\":1725605637,\"score\":1726210437}','auto'),
(343,'litespeed.data.upgrading','-1','auto'),
(344,'litespeed.admin_display.messages','[\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>Berhasil menghapus seluruh cache.<\\/p><\\/div>\"]','auto'),
(364,'finished_updating_comment_type','1','auto'),
(398,'litespeed.optimize.timestamp_purge_css','1729243427','auto'),
(399,'WPLANG','id_ID','auto'),
(400,'new_admin_email','duniasalakejo@gmail.com','auto'),
(423,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),
(424,'recently_activated','a:0:{}','off'),
(447,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"23.8\";}','auto'),
(448,'wpseo','a:105:{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:4:\"23.8\";s:16:\"previous_version\";s:4:\"23.7\";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:\"Mj2TTb1uS1AViZce_CA7rZD-DtJem9g8MSNZofFk31o\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";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:\"1725027966\";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:17:\"https://alot88.co\";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:\"1725028437\";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:4:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1726874682;s:31:\"wpseo_unindexed_post_link_count\";i:1726874682;s:31:\"wpseo_unindexed_term_link_count\";i:1726874682;s:35:\"wpseo_total_unindexed_general_items\";i:1726874682;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;}','auto'),
(449,'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'),
(450,'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'),
(466,'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.4\";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'),
(470,'amp_css_transient_monitor_time_series','a:14:{i:20241102;i:20;i:20241103;i:20;i:20241105;i:20;i:20241106;i:20;i:20241107;i:20;i:20241108;i:21;i:20241109;i:21;i:20241110;i:21;i:20241111;i:21;i:20241112;i:21;i:20241113;i:24;i:20241114;i:25;i:20241115;i:25;i:20241116;i:23;}','off'),
(471,'amp_url_validation_queue','a:3:{s:4:\"urls\";a:0:{}s:9:\"timestamp\";i:1731489586;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.5\";s:15:\"litespeed-cache\";s:5:\"6.5.2\";s:13:\"wordpress-seo\";s:4:\"23.8\";}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'),
(845,'_transient_timeout_amp_remote_request_101623f47561580a914e5d56e153cf6c','3464237508','off'),
(846,'_transient_amp_remote_request_101623f47561580a914e5d56e153cf6c','s:2545:\"O:45:\"AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\":4:{s:51:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0body\";s:345:\"{\"ampRuntimeVersion\":\"012410292120000\",\"ampCssUrl\":\"https://cdn.ampproject.org/rtv/012410292120000/v0.css\",\"canaryPercentage\":\"0.005\",\"diversions\":[\"002410292120000\",\"022410292120000\",\"032410292120000\",\"042410292120000\",\"052410292120000\"],\"ltsRuntimeVersion\":\"012410161801000\",\"ltsCssUrl\":\"https://cdn.ampproject.org/rtv/012410161801000/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:\"Sat, 16 Nov 2024 16:05:54 GMT\";s:7:\"expires\";s:29:\"Sat, 16 Nov 2024 16:05:54 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:\"2024-11-17 16:05:54.683626\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";','off'),
(847,'_transient_timeout_amp_remote_request_5602bb6bb0292910f56ad18ec5da3131','3464237508','off'),
(848,'_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:\"Sat, 16 Nov 2024 16:05:54 GMT\";s:7:\"expires\";s:29:\"Sat, 16 Nov 2024 16:05:54 GMT\";s:13:\"cache-control\";s:53:\"private, max-age=3000, stale-while-revalidate=1206600\";s:4:\"etag\";s:18:\"\"eb489207c0ef0f66\"\";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:\"2024-11-17 16:05:54.759599\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";','off'),
(871,'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'),
(893,'category_children','a:0:{}','auto'),
(912,'current_theme','Mabar88 Satelit','auto'),
(913,'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'),
(914,'theme_switched','','auto'),
(917,'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'),
(1178,'_transient_health-check-site-status-result','{\"good\":26,\"recommended\":1,\"critical\":0}','on'),
(1258,'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:30:\"https://alot88.co/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'),
(1925,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"duniasalakejo@gmail.com\";s:7:\"version\";s:3:\"6.7\";s:9:\"timestamp\";i:1731485662;}','off'),
(2346,'wp_calendar_block_has_published_posts','1','auto'),
(3225,'litespeed.conf._version','6.5.2','auto'),
(3240,'_transient_timeout_amp_img_7c74fc8c6f4ea8af6d7b4e17ddf900e5','1732843944','off'),
(3241,'_transient_amp_img_7c74fc8c6f4ea8af6d7b4e17ddf900e5','a:2:{i:0;i:320;i:1;i:49;}','off'),
(3242,'_transient_timeout_amp-parsed-stylesheet-v40-02a9c68e8e63164c9fc0d416e8bd9aae','1732843944','off'),
(3243,'_transient_amp-parsed-stylesheet-v40-02a9c68e8e63164c9fc0d416e8bd9aae','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.07146310806274414;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3244,'_transient_timeout_amp-parsed-stylesheet-v40-ba4cd86e3fa4366ca3f18a61df1d266c','1732843945','off'),
(3245,'_transient_amp-parsed-stylesheet-v40-ba4cd86e3fa4366ca3f18a61df1d266c','a:8:{s:6:\"tokens\";a:568:{i:0;a:2:{i:0;a:24:{s:7:\"address\";a:1:{i:0;a:1:{i:0;s:7:\"address\";}}s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}s:2:\"dd\";a:1:{i:0;a:1:{i:0;s:2:\"dd\";}}s:2:\"dl\";a:1:{i:0;a:1:{i:0;s:2:\"dl\";}}s:2:\"dt\";a:1:{i:0;a:1:{i:0;s:2:\"dt\";}}s:8:\"fieldset\";a:1:{i:0;a:1:{i:0;s:8:\"fieldset\";}}s:6:\"figure\";a:1:{i:0;a:1:{i:0;s:6:\"figure\";}}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\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:2:\"hr\";a:1:{i:0;a:1:{i:0;s:2:\"hr\";}}s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}s:10:\"amp-iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:6:\"legend\";a:1:{i:0;a:1:{i:0;s:6:\"legend\";}}s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:3:\"pre\";a:1:{i:0;a:1:{i:0;s:3:\"pre\";}}s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:8:{i:0;s:8:\"border:0\";i:1;s:14:\"font-size:100%\";i:2;s:18:\"font-style:inherit\";i:3;s:19:\"font-weight:inherit\";i:4;s:8:\"margin:0\";i:5;s:9:\"outline:0\";i:6;s:9:\"padding:0\";i:7;s:23:\"vertical-align:baseline\";}}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:2:{i:0;s:29:\"-webkit-text-size-adjust:100%\";i:1;s:25:\"-ms-text-size-adjust:100%\";}}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:1:{i:0;s:8:\"margin:0\";}}i:3;a:2:{i:0;a:2:{s:4:\"main\";a:1:{i:0;a:1:{i:0;s:4:\"main\";}}s:3:\"nav\";a:1:{i:0;a:1:{i:0;s:3:\"nav\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:4;a:2:{i:0;a:1:{s:8:\"progress\";a:1:{i:0;a:1:{i:0;s:8:\"progress\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:23:\"vertical-align:baseline\";}}i:5;a:2:{i:0;a:1:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:28:\"background-color:transparent\";}}i:6;a:2:{i:0;a:1:{s:8:\"a:active\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:9:\"outline:0\";}}i:7;a:2:{i:0;a:4:{s:1:\"a\";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\";}}s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:9:\"a:visited\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:8;a:2:{i:0;a:1:{s:11:\"abbr[title]\";a:2:{i:3;a:1:{i:0;s:5:\"title\";}i:0;a:1:{i:0;s:4:\"abbr\";}}}i:1;a:1:{i:0;s:24:\"border-bottom:1px dotted\";}}i:9;a:2:{i:0;a:2:{s:1:\"b\";a:1:{i:0;a:1:{i:0;s:1:\"b\";}}s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:15:\"font-weight:700\";}}i:10;a:2:{i:0;a:1:{s:3:\"dfn\";a:1:{i:0;a:1:{i:0;s:3:\"dfn\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:11;a:2:{i:0;a:1:{s:4:\"mark\";a:1:{i:0;a:1:{i:0;s:4:\"mark\";}}}i:1;a:2:{i:0;s:15:\"background:#ff0\";i:1;s:10:\"color:#000\";}}i:12;a:2:{i:0;a:1:{s:5:\"small\";a:1:{i:0;a:1:{i:0;s:5:\"small\";}}}i:1;a:1:{i:0;s:13:\"font-size:80%\";}}i:13;a:2:{i:0;a:2:{s:3:\"sub\";a:1:{i:0;a:1:{i:0;s:3:\"sub\";}}s:3:\"sup\";a:1:{i:0;a:1:{i:0;s:3:\"sup\";}}}i:1;a:4:{i:0;s:13:\"font-size:75%\";i:1;s:13:\"line-height:0\";i:2;s:17:\"position:relative\";i:3;s:23:\"vertical-align:baseline\";}}i:14;a:2:{i:0;a:1:{s:3:\"sup\";a:1:{i:0;a:1:{i:0;s:3:\"sup\";}}}i:1;a:1:{i:0;s:9:\"top:-.5em\";}}i:15;a:2:{i:0;a:1:{s:3:\"sub\";a:1:{i:0;a:1:{i:0;s:3:\"sub\";}}}i:1;a:1:{i:0;s:13:\"bottom:-.25em\";}}i:16;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:8:\"border:0\";}}i:17;a:2:{i:0;a:1:{s:14:\"svg:not(:root)\";a:1:{i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:18;a:2:{i:0;a:1:{s:6:\"figure\";a:1:{i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:19;a:2:{i:0;a:1:{s:2:\"hr\";a:1:{i:0;a:1:{i:0;s:2:\"hr\";}}}i:1;a:2:{i:0;s:22:\"box-sizing:content-box\";i:1;s:8:\"height:0\";}}i:20;a:2:{i:0;a:1:{s:3:\"pre\";a:1:{i:0;a:1:{i:0;s:3:\"pre\";}}}i:1;a:1:{i:0;s:13:\"overflow:auto\";}}i:21;a:2:{i:0;a:4:{s:4:\"code\";a:1:{i:0;a:1:{i:0;s:4:\"code\";}}s:3:\"kbd\";a:1:{i:0;a:1:{i:0;s:3:\"kbd\";}}s:3:\"pre\";a:1:{i:0;a:1:{i:0;s:3:\"pre\";}}s:4:\"samp\";a:1:{i:0;a:1:{i:0;s:4:\"samp\";}}}i:1;a:1:{i:0;s:13:\"font-size:1em\";}}i:22;a:2:{i:0;a:5:{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:8:\"optgroup\";a:1:{i:0;a:1:{i:0;s:8:\"optgroup\";}}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\";}}}i:1;a:3:{i:0;s:13:\"color:inherit\";i:1;s:12:\"font:inherit\";i:2;s:8:\"margin:0\";}}i:23;a:2:{i:0;a:1:{s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:16:\"overflow:visible\";}}i:24;a:2:{i:0;a:2:{s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:6:\"select\";a:1:{i:0;a:1:{i:0;s:6:\"select\";}}}i:1;a:1:{i:0;s:19:\"text-transform:none\";}}i:25;a:2:{i:0;a:4:{s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:23:\"html input[type=button]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:2:{i:0;s:4:\"html\";i:1;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:18:\"input[type=submit]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:25:\"-webkit-appearance:button\";i:1;s:14:\"cursor:pointer\";}}i:26;a:2:{i:0;a:2:{s:16:\"button[disabled]\";a:2:{i:3;a:1:{i:0;s:8:\"disabled\";}i:0;a:1:{i:0;s:6:\"button\";}}s:20:\"html input[disabled]\";a:2:{i:3;a:1:{i:0;s:8:\"disabled\";}i:0;a:2:{i:0;s:4:\"html\";i:1;s:5:\"input\";}}}i:1;a:1:{i:0;s:14:\"cursor:default\";}}i:27;a:2:{i:0;a:2:{s:24:\"button::-moz-focus-inner\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:23:\"input::-moz-focus-inner\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:8:\"border:0\";i:1;s:9:\"padding:0\";}}i:28;a:2:{i:0;a:1:{s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:18:\"line-height:normal\";}}i:29;a:2:{i:0;a:2:{s:20:\"input[type=checkbox]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:17:\"input[type=radio]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:9:\"padding:0\";}}i:30;a:2:{i:0;a:2:{s:45:\"input[type=number]::-webkit-inner-spin-button\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:45:\"input[type=number]::-webkit-outer-spin-button\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:31;a:2:{i:0;a:1:{s:18:\"input[type=search]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:28:\"-webkit-appearance:textfield\";i:1;s:22:\"box-sizing:content-box\";}}i:32;a:2:{i:0;a:2:{s:17:\"#comments .submit\";a:2:{i:1;a:1:{i:0;s:6:\"submit\";}i:2;a:1:{i:0;s:8:\"comments\";}}s:22:\".search .search-submit\";a:1:{i:1;a:2:{i:0;s:6:\"search\";i:1;s:13:\"search-submit\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 15px\";i:1;s:17:\"border-radius:2px\";i:2;s:27:\"line-height:1.8571428571429\";i:3;s:8:\"border:0\";}}i:33;a:2:{i:0;a:1:{s:37:\".search .site-main .ast-search-submit\";a:1:{i:1;a:3:{i:0;s:6:\"search\";i:1;s:9:\"site-main\";i:2;s:17:\"ast-search-submit\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:34;a:2:{i:0;a:2:{s:48:\"input[type=search]::-webkit-search-cancel-button\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:45:\"input[type=search]::-webkit-search-decoration\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:23:\"-webkit-appearance:none\";}}i:35;a:2:{i:0;a:1:{s:8:\"fieldset\";a:1:{i:0;a:1:{i:0;s:8:\"fieldset\";}}}i:1;a:3:{i:0;s:24:\"border:1px solid #eaeaea\";i:1;s:10:\"margin:0 0\";i:2;s:26:\"padding:.35em .625em .75em\";}}i:36;a:2:{i:0;a:1:{s:6:\"legend\";a:1:{i:0;a:1:{i:0;s:6:\"legend\";}}}i:1;a:2:{i:0;s:8:\"border:0\";i:1;s:9:\"padding:0\";}}i:37;a:2:{i:0;a:1:{s:15:\"fieldset legend\";a:1:{i:0;a:2:{i:0;s:8:\"fieldset\";i:1;s:6:\"legend\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"padding:0 .5em\";}}i:38;a:2:{i:0;a:1:{s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:13:\"overflow:auto\";}}i:39;a:2:{i:0;a:1:{s:8:\"optgroup\";a:1:{i:0;a:1:{i:0;s:8:\"optgroup\";}}}i:1;a:1:{i:0;s:15:\"font-weight:700\";}}i:40;a:2:{i:0;a:1:{s:5:\"table\";a:1:{i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:2:{i:0;s:24:\"border-collapse:collapse\";i:1;s:16:\"border-spacing:0\";}}i:41;a:2:{i:0;a:2:{s:2:\"td\";a:1:{i:0;a:1:{i:0;s:2:\"td\";}}s:2:\"th\";a:1:{i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:42;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:43;a:2:{i:0;a:2:{s:14:\".ast-container\";a:1:{i:1;a:1:{i:0;s:13:\"ast-container\";}}s:20:\".ast-container-fluid\";a:1:{i:1;a:1:{i:0;s:19:\"ast-container-fluid\";}}}i:1;a:4:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:17:\"padding-left:20px\";i:3;s:18:\"padding-right:20px\";}}i:44;a:2:{i:0;a:1:{s:8:\".ast-row\";a:1:{i:1;a:1:{i:0;s:7:\"ast-row\";}}}i:1;a:2:{i:0;s:17:\"margin-left:-20px\";i:1;s:18:\"margin-right:-20px\";}}i:45;a:2:{i:0;a:1:{s:20:\".ast-grid-common-col\";a:1:{i:1;a:1:{i:0;s:19:\"ast-grid-common-col\";}}}i:1;a:4:{i:0;s:17:\"position:relative\";i:1;s:14:\"min-height:1px\";i:2;s:17:\"padding-left:20px\";i:3;s:18:\"padding-right:20px\";}}i:46;a:2:{i:0;a:1:{s:10:\".ast-float\";a:1:{i:1;a:1:{i:0;s:9:\"ast-float\";}}}i:1;a:1:{i:0;s:10:\"float:left\";}}i:47;s:25:\"@media (max-width:992px){\";i:48;a:2:{i:0;a:1:{s:16:\".ast-width-sm-25\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-sm-25\";}}}i:1;a:1:{i:0;s:9:\"width:25%\";}}i:49;a:2:{i:0;a:1:{s:16:\".ast-width-md-50\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-md-50\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:50;s:1:\"}\";i:51;s:25:\"@media (max-width:768px){\";i:52;a:2:{i:0;a:1:{s:16:\".ast-width-md-25\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-md-25\";}}}i:1;a:1:{i:0;s:9:\"width:25%\";}}i:53;s:1:\"}\";i:54;a:2:{i:0;a:1:{s:15:\".ast-full-width\";a:1:{i:1;a:1:{i:0;s:14:\"ast-full-width\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:55;a:2:{i:0;a:1:{s:13:\".ast-width-50\";a:1:{i:1;a:1:{i:0;s:12:\"ast-width-50\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:56;s:25:\"@media (min-width:768px){\";i:57;a:2:{i:0;a:1:{s:15:\".ast-width-md-4\";a:1:{i:1;a:1:{i:0;s:14:\"ast-width-md-4\";}}}i:1;a:1:{i:0;s:20:\"width:33.3333333333%\";}}i:58;a:2:{i:0;a:1:{s:16:\".ast-width-md-16\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-md-16\";}}}i:1;a:1:{i:0;s:20:\"width:16.6666666667%\";}}i:59;a:2:{i:0;a:1:{s:15:\".ast-width-md-6\";a:1:{i:1;a:1:{i:0;s:14:\"ast-width-md-6\";}}}i:1;a:2:{i:0;s:9:\"width:50%\";i:1;s:10:\"float:left\";}}i:60;a:2:{i:0;a:1:{s:15:\".ast-width-md-3\";a:1:{i:1;a:1:{i:0;s:14:\"ast-width-md-3\";}}}i:1;a:1:{i:0;s:9:\"width:25%\";}}i:61;a:2:{i:0;a:1:{s:16:\".ast-width-md-66\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-md-66\";}}}i:1;a:1:{i:0;s:20:\"width:66.6666666667%\";}}i:62;s:1:\"}\";i:63;s:25:\"@media (min-width:769px){\";i:64;a:2:{i:0;a:1:{s:16:\".ast-width-md-20\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-md-20\";}}}i:1;a:1:{i:0;s:9:\"width:20%\";}}i:65;s:1:\"}\";i:66;s:25:\"@media (min-width:992px){\";i:67;a:2:{i:0;a:1:{s:16:\".ast-width-lg-33\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-lg-33\";}}}i:1;a:1:{i:0;s:20:\"width:33.3333333333%\";}}i:68;a:2:{i:0;a:1:{s:16:\".ast-width-lg-16\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-lg-16\";}}}i:1;a:1:{i:0;s:20:\"width:16.6666666667%\";}}i:69;a:2:{i:0;a:1:{s:16:\".ast-width-lg-50\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-lg-50\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:70;a:2:{i:0;a:1:{s:16:\".ast-width-lg-66\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-lg-66\";}}}i:1;a:1:{i:0;s:20:\"width:66.6666666667%\";}}i:71;s:1:\"}\";i:72;a:2:{i:0;a:6:{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\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:73;a:2:{i:0;a:2:{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:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:13:\"font-size:2em\";i:2;s:15:\"line-height:1.2\";}}i:74;a:2:{i:0;a:2:{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:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:15:\"font-size:1.7em\";i:2;s:15:\"line-height:1.3\";}}i:75;a:2:{i:0;a:2:{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:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:15:\"font-size:1.5em\";i:2;s:15:\"line-height:1.4\";}}i:76;a:2:{i:0;a:2:{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:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:15:\"line-height:1.5\";i:2;s:15:\"font-size:1.3em\";}}i:77;a:2:{i:0;a:2:{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:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:15:\"line-height:1.6\";i:2;s:15:\"font-size:1.2em\";}}i:78;a:2:{i:0;a:2:{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\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:15:\"line-height:1.7\";i:2;s:15:\"font-size:1.1em\";}}i:79;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:21:\"box-sizing:border-box\";}}i:80;a:2:{i:0;a:3:{s:1:\"*\";a:0:{}s:6:\":after\";a:0:{}s:7:\":before\";a:0:{}}i:1;a:1:{i:0;s:18:\"box-sizing:inherit\";}}i:81;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:15:\"background:#fff\";i:2;s:17:\"font-style:normal\";}}i:82;a:2:{i:0;a:2:{s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:20:\"margin:0 0 1.5em 3em\";}}i:83;a:2:{i:0;a:1:{s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:84;a:2:{i:0;a:1:{s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:18:\"list-style:decimal\";}}i:85;a:2:{i:0;a:2:{s:5:\"li>ol\";a:1:{i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"ol\";}}s:5:\"li>ul\";a:1:{i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"ul\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:17:\"margin-left:1.5em\";}}i:86;a:2:{i:0;a:1:{s:2:\"dt\";a:1:{i:0;a:1:{i:0;s:2:\"dt\";}}}i:1;a:1:{i:0;s:15:\"font-weight:700\";}}i:87;a:2:{i:0;a:1:{s:2:\"dd\";a:1:{i:0;a:1:{i:0;s:2:\"dd\";}}}i:1;a:1:{i:0;s:20:\"margin:0 1.5em 1.5em\";}}i:88;a:2:{i:0;a:2:{s:1:\"b\";a:1:{i:0;a:1:{i:0;s:1:\"b\";}}s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:15:\"font-weight:700\";}}i:89;a:2:{i:0;a:4:{s:4:\"cite\";a:1:{i:0;a:1:{i:0;s:4:\"cite\";}}s:3:\"dfn\";a:1:{i:0;a:1:{i:0;s:3:\"dfn\";}}s:2:\"em\";a:1:{i:0;a:1:{i:0;s:2:\"em\";}}s:1:\"i\";a:1:{i:0;a:1:{i:0;s:1:\"i\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:90;a:2:{i:0;a:2:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}s:1:\"q\";a:1:{i:0;a:1:{i:0;s:1:\"q\";}}}i:1;a:1:{i:0;s:12:\"quotes:\"\" \"\"\";}}i:91;a:2:{i:0;a:4:{s:16:\"blockquote:after\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}s:17:\"blockquote:before\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}s:7:\"q:after\";a:1:{i:0;a:1:{i:0;s:1:\"q\";}}s:8:\"q:before\";a:1:{i:0;a:1:{i:0;s:1:\"q\";}}}i:1;a:1:{i:0;s:10:\"content:\"\"\";}}i:92;a:2:{i:0;a:1:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:6:{i:0;s:37:\"border-left:5px solid rgba(0,0,0,.05)\";i:1;s:12:\"padding:20px\";i:2;s:15:\"font-size:1.2em\";i:3;s:17:\"font-style:italic\";i:4;s:16:\"margin:0 0 1.5em\";i:5;s:17:\"position:relative\";}}i:93;a:2:{i:0;a:1:{s:7:\"address\";a:1:{i:0;a:1:{i:0;s:7:\"address\";}}}i:1;a:1:{i:0;s:16:\"margin:0 0 1.5em\";}}i:94;a:2:{i:0;a:2:{s:4:\"abbr\";a:1:{i:0;a:1:{i:0;s:4:\"abbr\";}}s:7:\"acronym\";a:1:{i:0;a:1:{i:0;s:7:\"acronym\";}}}i:1;a:2:{i:0;s:29:\"border-bottom:1px dotted #666\";i:1;s:11:\"cursor:help\";}}i:95;a:2:{i:0;a:1:{s:3:\"pre\";a:1:{i:0;a:1:{i:0;s:3:\"pre\";}}}i:1;a:6:{i:0;s:15:\"background:#eee\";i:1;s:48:\"font-family:\"Courier 10 Pitch\",Courier,monospace\";i:2;s:19:\"margin-bottom:1.6em\";i:3;s:13:\"overflow:auto\";i:4;s:14:\"max-width:100%\";i:5;s:13:\"padding:1.6em\";}}i:96;a:2:{i:0;a:4:{s:4:\"code\";a:1:{i:0;a:1:{i:0;s:4:\"code\";}}s:3:\"kbd\";a:1:{i:0;a:1:{i:0;s:3:\"kbd\";}}s:2:\"tt\";a:1:{i:0;a:1:{i:0;s:2:\"tt\";}}s:3:\"var\";a:1:{i:0;a:1:{i:0;s:3:\"var\";}}}i:1;a:1:{i:0;s:68:\"font:15px Monaco,Consolas,\"Andale Mono\",\"DejaVu Sans Mono\",monospace\";}}i:97;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:2:{i:0;s:11:\"height:auto\";i:1;s:14:\"max-width:100%\";}}i:98;a:2:{i:0;a:1:{s:2:\"hr\";a:1:{i:0;a:1:{i:0;s:2:\"hr\";}}}i:1;a:4:{i:0;s:21:\"background-color:#ccc\";i:1;s:8:\"border:0\";i:2;s:10:\"height:1px\";i:3;s:19:\"margin-bottom:1.5em\";}}i:99;a:2:{i:0;a:6:{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: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\";}}}i:1;a:5:{i:0;s:13:\"color:#808285\";i:1;s:15:\"font-weight:400\";i:2;s:14:\"font-size:100%\";i:3;s:8:\"margin:0\";i:4;s:23:\"vertical-align:baseline\";}}i:100;a:2:{i:0;a:2:{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\";}}}i:1;a:1:{i:0;s:18:\"line-height:normal\";}}i:101;a:2:{i:0;a:1:{s:3:\"big\";a:1:{i:0;a:1:{i:0;s:3:\"big\";}}}i:1;a:1:{i:0;s:14:\"font-size:125%\";}}i:102;a:2:{i:0;a:2:{s:3:\"ins\";a:1:{i:0;a:1:{i:0;s:3:\"ins\";}}s:4:\"mark\";a:1:{i:0;a:1:{i:0;s:4:\"mark\";}}}i:1;a:2:{i:0;s:14:\"background:0 0\";i:1;s:20:\"text-decoration:none\";}}i:103;a:2:{i:0;a:3:{s:5:\"table\";a:1:{i:0;a:1:{i:0;s:5:\"table\";}}s:2:\"td\";a:1:{i:0;a:1:{i:0;s:2:\"td\";}}s:2:\"th\";a:1:{i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:31:\"border:1px solid rgba(0,0,0,.1)\";}}i:104;a:2:{i:0;a:1:{s:5:\"table\";a:1:{i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:5:{i:0;s:24:\"border-collapse:separate\";i:1;s:16:\"border-spacing:0\";i:2;s:24:\"border-width:1px 0 0 1px\";i:3;s:16:\"margin:0 0 1.5em\";i:4;s:10:\"width:100%\";}}i:105;a:2:{i:0;a:1:{s:2:\"th\";a:1:{i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:15:\"font-weight:700\";}}i:106;a:2:{i:0;a:2:{s:2:\"td\";a:1:{i:0;a:1:{i:0;s:2:\"td\";}}s:2:\"th\";a:1:{i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:2:{i:0;s:11:\"padding:8px\";i:1;s:24:\"border-width:0 1px 1px 0\";}}i:107;a:2:{i:0;a:6:{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:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:18:\"input[type=button]\";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:18:\"input[type=submit]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:6:{i:0;s:16:\"border:1px solid\";i:1;s:20:\"border-color:#eaeaea\";i:2;s:17:\"border-radius:2px\";i:3;s:18:\"background:#e6e6e6\";i:4;s:21:\"padding:.6em 1em .4em\";i:5;s:10:\"color:#fff\";}}i:108;a:2:{i:0;a:12:{s:17:\".ast-button:focus\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:17:\".ast-button:hover\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:13:\".button:focus\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:13:\".button:hover\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"button:focus\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:12:\"button:hover\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:24:\"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:24:\"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: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: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:24:\"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:24:\"input[type=submit]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:20:\"border-color:#eaeaea\";}}i:109;a:2:{i:0;a:12:{s:18:\".ast-button:active\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:17:\".ast-button:focus\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:14:\".button:active\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:13:\".button:focus\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:13:\"button:active\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:12:\"button:focus\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:25:\"input[type=button]:active\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"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:24:\"input[type=reset]:active\";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:25:\"input[type=submit]:active\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"input[type=submit]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:20:\"border-color:#eaeaea\";i:1;s:9:\"outline:0\";}}i:110;a:2:{i:0;a:7:{s:17:\"input[type=email]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=password]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input[type=search]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:15:\"input[type=tel]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:16:\"input[type=text]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:15:\"input[type=url]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:4:{i:0;s:10:\"color:#666\";i:1;s:21:\"border:1px solid #ccc\";i:2;s:17:\"border-radius:2px\";i:3;s:23:\"-webkit-appearance:none\";}}i:111;a:2:{i:0;a:7:{s:23:\"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:26:\"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:24:\"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:21:\"input[type=tel]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:22:\"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:21:\"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:14:\"textarea:focus\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:10:\"color:#111\";}}i:112;a:2:{i:0;a:1:{s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:2:{i:0;s:16:\"padding-left:3px\";i:1;s:10:\"width:100%\";}}i:113;a:2:{i:0;a:1:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#4169e1\";}}i:114;a:2:{i:0;a:2:{s:7:\"a:focus\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#191970\";}}i:115;a:2:{i:0;a:1:{s:7:\"a:focus\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:19:\"outline:thin dotted\";}}i:116;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:9:\"outline:0\";}}i:117;a:2:{i:0;a:1:{s:19:\".screen-reader-text\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:8:{i:0;s:8:\"border:0\";i:1;s:26:\"clip:rect(1px,1px,1px,1px)\";i:2;s:10:\"height:1px\";i:3;s:11:\"margin:-1px\";i:4;s:15:\"overflow:hidden\";i:5;s:9:\"padding:0\";i:6;s:17:\"position:absolute\";i:7;s:9:\"width:1px\";}}i:118;a:2:{i:0;a:1:{s:39:\".screen-reader-text:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:1:{i:0;s:16:\"word-wrap:normal\";}}i:119;a:2:{i:0;a:1:{s:25:\".screen-reader-text:focus\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:15:{i:0;s:24:\"background-color:#f1f1f1\";i:1;s:17:\"border-radius:2px\";i:2;s:37:\"box-shadow:0 0 2px 2px rgba(0,0,0,.6)\";i:3;s:13:\"color:#21759b\";i:4;s:13:\"display:block\";i:5;s:17:\"font-size:12.25px\";i:6;s:17:\"font-size:.875rem\";i:7;s:11:\"height:auto\";i:8;s:8:\"left:5px\";i:9;s:18:\"line-height:normal\";i:10;s:22:\"padding:15px 23px 14px\";i:11;s:20:\"text-decoration:none\";i:12;s:7:\"top:5px\";i:13;s:10:\"width:auto\";i:14;s:14:\"z-index:100000\";}}i:120;a:2:{i:0;a:1:{s:45:\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:1:{i:0;s:9:\"clip:auto\";}}i:121;a:2:{i:0;a:1:{s:10:\".alignleft\";a:1:{i:1;a:1:{i:0;s:9:\"alignleft\";}}}i:1;a:3:{i:0;s:14:\"display:inline\";i:1;s:10:\"float:left\";i:2;s:18:\"margin-right:1.5em\";}}i:122;a:2:{i:0;a:1:{s:11:\".alignright\";a:1:{i:1;a:1:{i:0;s:10:\"alignright\";}}}i:1;a:3:{i:0;s:14:\"display:inline\";i:1;s:11:\"float:right\";i:2;s:17:\"margin-left:1.5em\";}}i:123;a:2:{i:0;a:1:{s:12:\".aligncenter\";a:1:{i:1;a:1:{i:0;s:11:\"aligncenter\";}}}i:1;a:5:{i:0;s:10:\"clear:both\";i:1;s:17:\"text-align:center\";i:2;s:13:\"display:block\";i:3;s:16:\"margin-left:auto\";i:4;s:17:\"margin-right:auto\";}}i:124;a:2:{i:0;a:3:{s:5:\"embed\";a:1:{i:0;a:1:{i:0;s:5:\"embed\";}}s:10:\"amp-iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:25:\"amp-google-document-embed\";a:1:{i:0;a:1:{i:0;s:25:\"amp-google-document-embed\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:125;a:2:{i:0;a:1:{s:11:\".wp-caption\";a:1:{i:1;a:1:{i:0;s:10:\"wp-caption\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:126;a:2:{i:0;a:2:{s:37:\".wp-caption amp-img[class*=wp-image-]\";a:2:{i:1;a:1:{i:0;s:10:\"wp-caption\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:38:\".wp-caption amp-anim[class*=wp-image-]\";a:2:{i:1;a:1:{i:0;s:10:\"wp-caption\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:127;a:2:{i:0;a:1:{s:28:\".wp-caption .wp-caption-text\";a:1:{i:1;a:2:{i:0;s:10:\"wp-caption\";i:1;s:15:\"wp-caption-text\";}}}i:1;a:1:{i:0;s:16:\"margin:.8075em 0\";}}i:128;a:2:{i:0;a:1:{s:16:\".wp-caption-text\";a:1:{i:1;a:1:{i:0;s:15:\"wp-caption-text\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:129;a:2:{i:0;a:1:{s:11:\"::selection\";a:0:{}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:18:\"background:#0274be\";}}i:130;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:34:\"-webkit-font-smoothing:antialiased\";i:1;s:33:\"-moz-osx-font-smoothing:grayscale\";}}i:131;a:2:{i:0;a:1:{s:20:\"body:not(.logged-in)\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:132;a:2:{i:0;a:1:{s:5:\"#page\";a:1:{i:2;a:1:{i:0;s:4:\"page\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:133;a:2:{i:0;a:2:{s:1:\"a\";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:20:\"text-decoration:none\";}}i:134;a:2:{i:0;a:4:{s:14:\".secondary a *\";a:2:{i:1;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:1:\"a\";}}s:16:\".site-footer a *\";a:2:{i:1;a:1:{i:0;s:11:\"site-footer\";}i:0;a:1:{i:0;s:1:\"a\";}}s:16:\".site-header a *\";a:2:{i:1;a:1:{i:0;s:11:\"site-header\";}i:0;a:1:{i:0;s:1:\"a\";}}s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:25:\"transition:all .2s linear\";}}i:135;a:2:{i:0;a:1:{s:11:\".capitalize\";a:1:{i:1;a:1:{i:0;s:10:\"capitalize\";}}}i:1;a:1:{i:0;s:24:\"text-transform:uppercase\";}}i:136;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:21:\"vertical-align:middle\";}}i:137;a:2:{i:0;a:6:{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: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: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: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: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: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:18:\"margin-bottom:20px\";}}i:138;a:2:{i:0;a:1:{s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:20:\"margin-bottom:1.75em\";}}i:139;a:2:{i:0;a:1:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:4:{i:0;s:26:\"margin:1.5em 1em 1.5em 3em\";i:1;s:15:\"font-size:1.1em\";i:2;s:19:\"line-height:inherit\";i:3;s:17:\"position:relative\";}}i:140;a:2:{i:0;a:4:{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:18:\"input[type=button]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input[type=submit]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:5:{i:0;s:15:\"border-radius:0\";i:1;s:17:\"padding:18px 30px\";i:2;s:8:\"border:0\";i:3;s:15:\"box-shadow:none\";i:4;s:16:\"text-shadow:none\";}}i:141;a:2:{i:0;a:4:{s:17:\".ast-button:hover\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:13:\".button:hover\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:24:\"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:24:\"input[type=submit]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:142;a:2:{i:0;a:8:{s:18:\".ast-button:active\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:17:\".ast-button:focus\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:14:\".button:active\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:13:\".button:focus\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:25:\"input[type=button]:active\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"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:25:\"input[type=submit]:active\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"input[type=submit]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:143;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:15:\"font-weight:400\";}}i:144;a:2:{i:0;a:2:{s:17:\".site-description\";a:1:{i:1;a:1:{i:0;s:16:\"site-description\";}}s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:145;a:2:{i:0;a:6:{s:19:\".site-description a\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}s:25:\".site-description:focus a\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}s:25:\".site-description:hover a\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}s:13:\".site-title a\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:19:\".site-title:focus a\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:19:\".site-title:hover a\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:25:\"transition:all .2s linear\";}}i:146;a:2:{i:0;a:4:{s:13:\".site-title a\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:19:\".site-title a:focus\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:19:\".site-title a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:21:\".site-title a:visited\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#222\";}}i:147;a:2:{i:0;a:4:{s:19:\".site-description a\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}s:25:\".site-description a:focus\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}s:25:\".site-description a:hover\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}s:27:\".site-description a:visited\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#999\";}}i:148;a:2:{i:0;a:1:{s:26:\".search-form .search-field\";a:1:{i:1;a:2:{i:0;s:11:\"search-form\";i:1;s:12:\"search-field\";}}}i:1;a:1:{i:0;s:9:\"outline:0\";}}i:149;a:2:{i:0;a:1:{s:21:\".ast-search-menu-icon\";a:1:{i:1;a:1:{i:0;s:20:\"ast-search-menu-icon\";}}}i:1;a:2:{i:0;s:17:\"position:relative\";i:1;s:9:\"z-index:3\";}}i:150;a:2:{i:0;a:1:{s:16:\".site .skip-link\";a:1:{i:1;a:2:{i:0;s:4:\"site\";i:1;s:9:\"skip-link\";}}}i:1;a:13:{i:0;s:24:\"background-color:#f1f1f1\";i:1;s:37:\"box-shadow:0 0 1px 1px rgba(0,0,0,.2)\";i:2;s:13:\"color:#21759b\";i:3;s:13:\"display:block\";i:4;s:50:\"font-family:Montserrat,\"Helvetica Neue\",sans-serif\";i:5;s:14:\"font-size:14px\";i:6;s:15:\"font-weight:700\";i:7;s:12:\"left:-9999em\";i:8;s:9:\"outline:0\";i:9;s:22:\"padding:15px 23px 14px\";i:10;s:20:\"text-decoration:none\";i:11;s:19:\"text-transform:none\";i:12;s:11:\"top:-9999em\";}}i:151;a:2:{i:0;a:1:{s:22:\".site .skip-link:focus\";a:1:{i:1;a:2:{i:0;s:4:\"site\";i:1;s:9:\"skip-link\";}}}i:1;a:7:{i:0;s:9:\"clip:auto\";i:1;s:11:\"height:auto\";i:2;s:8:\"left:6px\";i:3;s:7:\"top:7px\";i:4;s:10:\"width:auto\";i:5;s:14:\"z-index:100000\";i:6;s:19:\"outline:thin dotted\";}}i:152;a:2:{i:0;a:1:{s:27:\".logged-in .site .skip-link\";a:1:{i:1;a:3:{i:0;s:9:\"logged-in\";i:1;s:4:\"site\";i:2;s:9:\"skip-link\";}}}i:1;a:2:{i:0;s:37:\"box-shadow:0 0 2px 2px rgba(0,0,0,.2)\";i:1;s:34:\"font-family:\"Open Sans\",sans-serif\";}}i:153;a:2:{i:0;a:2:{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\";}}}i:1;a:1:{i:0;s:13:\"line-height:1\";}}i:154;a:2:{i:0;a:7:{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: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:18:\"input[type=button]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input[type=submit]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:27:\"line-height:1.8571428571429\";}}i:155;a:2:{i:0;a:1:{s:13:\".site-title a\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.2\";}}i:156;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:15:\"line-height:1.5\";}}i:157;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:31:\".ast-single-post .entry-title a\";a:2:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.2\";}}i:158;a:2:{i:0;a:2:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}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:15:\"font-weight:400\";}}i:159;a:2:{i:0;a:1:{s:21:\".ast-oembed-container\";a:1:{i:1;a:1:{i:0;s:20:\"ast-oembed-container\";}}}i:1;a:6:{i:0;s:17:\"position:relative\";i:1;s:18:\"padding-top:56.25%\";i:2;s:8:\"height:0\";i:3;s:11:\"height:auto\";i:4;s:15:\"overflow:hidden\";i:5;s:14:\"max-width:100%\";}}i:160;a:2:{i:0;a:3:{s:27:\".ast-oembed-container embed\";a:2:{i:1;a:1:{i:0;s:20:\"ast-oembed-container\";}i:0;a:1:{i:0;s:5:\"embed\";}}s:32:\".ast-oembed-container amp-iframe\";a:2:{i:1;a:1:{i:0;s:20:\"ast-oembed-container\";}i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:47:\".ast-oembed-container amp-google-document-embed\";a:2:{i:1;a:1:{i:0;s:20:\"ast-oembed-container\";}i:0;a:1:{i:0;s:25:\"amp-google-document-embed\";}}}i:1;a:5:{i:0;s:17:\"position:absolute\";i:1;s:5:\"top:0\";i:2;s:6:\"left:0\";i:3;s:10:\"width:100%\";i:4;s:11:\"height:100%\";}}i:161;a:2:{i:0;a:1:{s:28:\"body .ast-oembed-container *\";a:2:{i:1;a:1:{i:0;s:20:\"ast-oembed-container\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:5:{i:0;s:17:\"position:absolute\";i:1;s:5:\"top:0\";i:2;s:6:\"left:0\";i:3;s:10:\"width:100%\";i:4;s:11:\"height:100%\";}}i:162;a:2:{i:0;a:1:{s:31:\".ast-hidden:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:10:\"ast-hidden\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:163;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:164;a:2:{i:0;a:1:{s:5:\"#page\";a:1:{i:2;a:1:{i:0;s:4:\"page\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:165;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:1:{i:0;s:10:\"width:100%\";}}i:166;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:12:\"margin:4em 0\";}}i:167;a:2:{i:0;a:1:{s:23:\".ast-separate-container\";a:1:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f5f5f5\";}}i:168;a:2:{i:0;a:1:{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\";}}}i:1;a:3:{i:0;s:13:\"padding:4em 0\";i:1;s:8:\"margin:0\";i:2;s:8:\"border:0\";}}i:169;a:2:{i:0;a:1:{s:43:\".ast-separate-container .site-main>.ast-row\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"site-main\";i:2;s:7:\"ast-row\";}}}i:1;a:2:{i:0;s:13:\"margin-left:0\";i:1;s:14:\"margin-right:0\";}}i:170;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: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\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:171;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:3:{i:0;s:28:\"border-bottom:1px solid #eee\";i:1;s:8:\"margin:0\";i:2;s:21:\"padding:5.34em 6.67em\";}}i:172;a:2:{i:0;a:1:{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\";}}}i:1;a:2:{i:0;s:9:\"padding:0\";i:1;s:15:\"border-bottom:0\";}}i:173;a:2:{i:0;a:1:{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:15:\"border-bottom:0\";}}i:174;s:26:\"@media (max-width:1200px){\";i:175;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:2:{i:0;s:8:\"margin:0\";i:1;s:20:\"padding:3.34em 2.4em\";}}i:176;s:1:\"}\";i:177;s:25:\"@media (min-width:993px){\";i:178;a:2:{i:0;a:3:{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: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\";}}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\";}}}i:1;a:2:{i:0;s:12:\"margin:4em 0\";i:1;s:9:\"padding:0\";}}i:179;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:18:\"padding-right:60px\";}}i:180;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:17:\"padding-left:60px\";}}i:181;s:1:\"}\";i:182;s:25:\"@media (max-width:992px){\";i:183;a:2:{i:0;a:3:{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: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\";}}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\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";}}i:184;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:18:\"padding-right:30px\";}}i:185;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:17:\"padding-left:30px\";}}i:186;s:1:\"}\";i:187;a:2:{i:0;a:1:{s:35:\".ast-search-icon .astra-search-icon\";a:1:{i:1;a:2:{i:0;s:15:\"ast-search-icon\";i:1;s:17:\"astra-search-icon\";}}}i:1;a:1:{i:0;s:15:\"font-size:1.3em\";}}i:188;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:3:{i:0;s:11:\"height:100%\";i:1;s:23:\"-js-display:inline-flex\";i:2;s:19:\"display:inline-flex\";}}i:189;a:2:{i:0;a:1:{s:19:\".main-navigation ul\";a:2:{i:1;a:1:{i:0;s:15:\"main-navigation\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:15:\"list-style:none\";i:1;s:8:\"margin:0\";i:2;s:14:\"padding-left:0\";i:3;s:17:\"position:relative\";}}i:190;a:2:{i:0;a:2:{s:28:\".main-header-menu .menu-link\";a:1:{i:1;a:2:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-link\";}}s:19:\".main-header-menu>a\";a:2:{i:1;a:1:{i:0;s:16:\"main-header-menu\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:4:{i:0;s:20:\"text-decoration:none\";i:1;s:13:\"padding:0 1em\";i:2;s:20:\"display:inline-block\";i:3;s:25:\"transition:all .2s linear\";}}i:191;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:1:{i:0;s:17:\"position:relative\";}}i:192;a:2:{i:0;a:2:{s:51:\".main-header-menu .menu-item:focus-within>.sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";i:2;s:8:\"sub-menu\";}}s:44:\".main-header-menu .menu-item:hover>.sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";i:2;s:8:\"sub-menu\";}}}i:1;a:2:{i:0;s:10:\"right:auto\";i:1;s:6:\"left:0\";}}i:193;a:2:{i:0;a:2:{s:65:\".main-header-menu .ast-left-align-sub-menu:focus-within>.sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:23:\"ast-left-align-sub-menu\";i:2;s:8:\"sub-menu\";}}s:58:\".main-header-menu .ast-left-align-sub-menu:hover>.sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:23:\"ast-left-align-sub-menu\";i:2;s:8:\"sub-menu\";}}}i:1;a:2:{i:0;s:7:\"right:0\";i:1;s:9:\"left:auto\";}}i:194;s:25:\"@media (min-width:769px){\";i:195;a:2:{i:0;a:2:{s:67:\".main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:25:\"ast-sub-menu-goes-outside\";i:2;s:8:\"sub-menu\";}}s:60:\".main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:25:\"ast-sub-menu-goes-outside\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:10:\"left:-100%\";}}i:196;a:2:{i:0;a:2:{s:86:\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:focus-within>.sub-menu\";a:1:{i:1;a:5:{i:0;s:16:\"main-header-menu\";i:1;s:23:\"ast-left-align-sub-menu\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:79:\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu\";a:1:{i:1;a:5:{i:0;s:16:\"main-header-menu\";i:1;s:23:\"ast-left-align-sub-menu\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:10:\"left:-100%\";}}i:197;s:1:\"}\";i:198;a:2:{i:0;a:1:{s:27:\".main-header-menu .sub-menu\";a:1:{i:1;a:2:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";}}}i:1;a:6:{i:0;s:11:\"width:240px\";i:1;s:15:\"background:#fff\";i:2;s:11:\"left:-999em\";i:3;s:17:\"position:absolute\";i:4;s:8:\"top:100%\";i:5;s:13:\"z-index:99999\";}}i:199;s:25:\"@media (min-width:769px){\";i:200;a:2:{i:0;a:2:{s:61:\".main-header-menu .sub-menu .menu-item:focus-within>.sub-menu\";a:1:{i:1;a:4:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";}}s:54:\".main-header-menu .sub-menu .menu-item:hover>.sub-menu\";a:1:{i:1;a:4:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";}}}i:1;a:2:{i:0;s:9:\"left:100%\";i:1;s:10:\"right:auto\";}}i:201;a:2:{i:0;a:4:{s:75:\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\";a:1:{i:1;a:4:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:23:\"ast-left-align-sub-menu\";i:3;s:8:\"sub-menu\";}}s:70:\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu\";a:1:{i:1;a:4:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:23:\"ast-left-align-sub-menu\";i:3;s:8:\"sub-menu\";}}s:70:\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu\";a:1:{i:1;a:4:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:23:\"ast-left-align-sub-menu\";i:3;s:8:\"sub-menu\";}}s:68:\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\";a:1:{i:1;a:4:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:23:\"ast-left-align-sub-menu\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:10:\"left:-100%\";}}i:202;a:2:{i:0;a:2:{s:95:\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside: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:16:\"main-header-menu\";i:3;s:25:\"ast-sub-menu-goes-outside\";i:4;s:8:\"sub-menu\";}}s:88:\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside: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:16:\"main-header-menu\";i:3;s:25:\"ast-sub-menu-goes-outside\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:10:\"left:-100%\";}}i:203;s:1:\"}\";i:204;a:2:{i:0;a:1:{s:38:\".main-header-menu .sub-menu .menu-link\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-link\";}}}i:1;a:3:{i:0;s:16:\"padding:.9em 1em\";i:1;s:13:\"display:block\";i:2;s:20:\"word-wrap:break-word\";}}i:205;a:2:{i:0;a:1:{s:104:\".main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\";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:9:\"menu-link\";i:4;s:10:\"icon-arrow\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:206;a:2:{i:0;a:1:{s:108:\"#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg\";a:3:{i:1;a:6:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:9:\"menu-link\";i:5;s:10:\"icon-arrow\";}i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:4:{i:0;s:17:\"position:absolute\";i:1;s:10:\"right:.6em\";i:2;s:7:\"top:50%\";i:3;s:42:\"transform:translate(0,-50%) rotate(270deg)\";}}i:207;a:2:{i:0;a:1:{s:37:\".main-header-menu .sub-menu .sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:208;a:2:{i:0;a:1:{s:30:\".submenu-with-border .sub-menu\";a:1:{i:1;a:2:{i:0;s:19:\"submenu-with-border\";i:1;s:8:\"sub-menu\";}}}i:1;a:2:{i:0;s:16:\"border-width:1px\";i:1;s:18:\"border-style:solid\";}}i:209;a:2:{i:0;a:1:{s:41:\".submenu-with-border .sub-menu .menu-link\";a:1:{i:1;a:3:{i:0;s:19:\"submenu-with-border\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-link\";}}}i:1;a:2:{i:0;s:20:\"border-width:0 0 1px\";i:1;s:18:\"border-style:solid\";}}i:210;a:2:{i:0;a:1:{s:40:\".submenu-with-border .sub-menu .sub-menu\";a:1:{i:1;a:3:{i:0;s:19:\"submenu-with-border\";i:1;s:8:\"sub-menu\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:8:\"top:-1px\";}}i:211;a:2:{i:0;a:1:{s:76:\".ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:19:\"submenu-with-border\";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:21:\"border-bottom-width:0\";}}i:212;a:2:{i:0;a:1:{s:40:\".ast-header-break-point .main-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:213;a:2:{i:0;a:1:{s:65:\".ast-header-break-point .main-navigation ul .menu-item .menu-link\";a:2:{i:1;a:4:{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: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:214;a:2:{i:0;a:1:{s:91:\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type\";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:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:16:\"margin-right:5px\";}}i:215;a:2:{i:0;a:1:{s:130:\".ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\";a:2:{i:1;a:6:{i:0;s:22:\"ast-header-break-point\";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:5;s:10:\"icon-arrow\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:14:\"display:inline\";}}i:216;a:2:{i:0;a:1:{s:72:\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";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:217;a:2:{i:0;a:1:{s:83:\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link\";a:1:{i:1;a:6:{i:0;s:22:\"ast-header-break-point\";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:218;a:2:{i:0;a:1:{s:94:\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link\";a:1:{i:1;a:7:{i:0;s:22:\"ast-header-break-point\";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-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:50px\";}}i:219;a:2:{i:0;a:1:{s:105:\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\";a:1:{i:1;a:8:{i:0;s:22:\"ast-header-break-point\";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:220;a:2:{i:0;a:1:{s:41:\".ast-header-break-point .main-header-menu\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"main-header-menu\";}}}i:1;a:4:{i:0;s:24:\"background-color:#f9f9f9\";i:1;s:20:\"border-top-width:1px\";i:2;s:18:\"border-style:solid\";i:3;s:20:\"border-color:#eaeaea\";}}i:221;a:2:{i:0;a:1:{s:51:\".ast-header-break-point .main-header-menu .sub-menu\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"main-header-menu\";i:2;s:8:\"sub-menu\";}}}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:222;a:2:{i:0;a:2:{s:99:\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"main-header-menu\";i:2;s:8:\"sub-menu\";i:3;s:23:\"ast-left-align-sub-menu\";i:4;s:8:\"sub-menu\";}}s:92:\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"main-header-menu\";i:2;s:8:\"sub-menu\";i:3;s:23:\"ast-left-align-sub-menu\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:223;a:2:{i:0;a:2:{s:91:\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"main-header-menu\";i:2;s:25:\"ast-sub-menu-goes-outside\";i:3;s:8:\"sub-menu\";}}s:84:\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"main-header-menu\";i:2;s:25:\"ast-sub-menu-goes-outside\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:224;a:2:{i:0;a:1:{s:54:\".ast-header-break-point .submenu-with-border .sub-menu\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:225;a:2:{i:0;a:1:{s:45:\".ast-header-break-point .dropdown-menu-toggle\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:20:\"dropdown-menu-toggle\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:226;a:2:{i:0;a:1:{s:24:\".ast-mobile-menu-buttons\";a:1:{i:1;a:1:{i:0;s:23:\"ast-mobile-menu-buttons\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:227;a:2:{i:0;a:1:{s:16:\".ast-button-wrap\";a:1:{i:1;a:1:{i:0;s:15:\"ast-button-wrap\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:228;a:2:{i:0;a:1:{s:23:\".ast-button-wrap button\";a:2:{i:1;a:1:{i:0;s:15:\"ast-button-wrap\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:2:{i:0;s:15:\"box-shadow:none\";i:1;s:11:\"border:none\";}}i:229;a:2:{i:0;a:1:{s:29:\".ast-button-wrap .menu-toggle\";a:1:{i:1;a:2:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";}}}i:1;a:11:{i:0;s:9:\"padding:0\";i:1;s:11:\"width:2.2em\";i:2;s:12:\"height:2.1em\";i:3;s:15:\"font-size:1.5em\";i:4;s:15:\"font-weight:400\";i:5;s:17:\"border-radius:2px\";i:6;s:17:\"border-radius:2px\";i:7;s:34:\"-webkit-font-smoothing:antialiased\";i:8;s:33:\"-moz-osx-font-smoothing:grayscale\";i:9;s:21:\"vertical-align:middle\";i:10;s:27:\"line-height:1.8571428571429\";}}i:230;a:2:{i:0;a:1:{s:53:\".ast-button-wrap .menu-toggle.main-header-menu-toggle\";a:1:{i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:23:\"main-header-menu-toggle\";}}}i:1;a:3:{i:0;s:14:\"padding:0 .5em\";i:1;s:10:\"width:auto\";i:2;s:17:\"text-align:center\";}}i:231;a:2:{i:0;a:1:{s:66:\".ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu\";a:1:{i:1;a:4:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:23:\"main-header-menu-toggle\";i:3;s:11:\"mobile-menu\";}}}i:1;a:3:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";i:2;s:15:\"font-weight:600\";}}i:232;a:2:{i:0;a:1:{s:47:\".ast-button-wrap .menu-toggle .menu-toggle-icon\";a:1:{i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:16:\"menu-toggle-icon\";}}}i:1;a:4:{i:0;s:17:\"font-style:normal\";i:1;s:20:\"display:inline-block\";i:2;s:21:\"vertical-align:middle\";i:3;s:16:\"line-height:2.05\";}}i:233;a:2:{i:0;a:1:{s:54:\".ast-button-wrap .menu-toggle .menu-toggle-icon:before\";a:1:{i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:16:\"menu-toggle-icon\";}}}i:1;a:3:{i:0;s:13:\"content:\"\"\";i:1;s:17:\"font-family:Astra\";i:2;s:23:\"text-decoration:inherit\";}}i:234;a:2:{i:0;a:1:{s:62:\".ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2)\";a:2:{i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:14:\"icon-menu-bars\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:235;a:2:{i:0;a:1:{s:62:\".ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before\";a:1:{i:1;a:4:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:7:\"toggled\";i:3;s:16:\"menu-toggle-icon\";}}}i:1;a:1:{i:0;s:13:\"content:\"\"\";}}i:236;a:2:{i:0;a:1:{s:70:\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(1)\";a:2:{i:1;a:4:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:7:\"toggled\";i:3;s:14:\"icon-menu-bars\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:237;a:2:{i:0;a:1:{s:70:\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2)\";a:2:{i:1;a:4:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:7:\"toggled\";i:3;s:14:\"icon-menu-bars\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:238;a:2:{i:0;a:1:{s:47:\".ast-button-wrap .menu-toggle .mobile-menu-wrap\";a:1:{i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:16:\"mobile-menu-wrap\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:239;a:2:{i:0;a:1:{s:35:\".ast-button-wrap .menu-toggle:focus\";a:1:{i:1;a:2:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";}}}i:1;a:1:{i:0;s:19:\"outline:thin dotted\";}}i:240;a:2:{i:0;a:1:{s:52:\".header-main-layout-1 .ast-main-header-bar-alignment\";a:1:{i:1;a:2:{i:0;s:20:\"header-main-layout-1\";i:1;s:29:\"ast-main-header-bar-alignment\";}}}i:1;a:1:{i:0;s:16:\"margin-left:auto\";}}i:241;a:2:{i:0;a:1:{s:16:\".site-navigation\";a:1:{i:1;a:1:{i:0;s:15:\"site-navigation\";}}}i:1;a:1:{i:0;s:11:\"height:100%\";}}i:242;a:2:{i:0;a:1:{s:25:\".site-header .menu-link *\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:15:\"transition:none\";}}i:243;a:2:{i:0;a:1:{s:24:\".ast-icon.icon-arrow svg\";a:2:{i:1;a:2:{i:0;s:8:\"ast-icon\";i:1;s:10:\"icon-arrow\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:4:{i:0;s:11:\"height:.6em\";i:1;s:10:\"width:.6em\";i:2;s:17:\"position:relative\";i:3;s:16:\"margin-left:10px\";}}i:244;a:2:{i:0;a:1:{s:25:\".ast-icon.icon-search svg\";a:2:{i:1;a:2:{i:0;s:8:\"ast-icon\";i:1;s:11:\"icon-search\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:4:{i:0;s:10:\"height:1em\";i:1;s:10:\"width:.9em\";i:2;s:14:\"margin-top:3px\";i:3;s:16:\"margin-right:2px\";}}i:245;a:2:{i:0;a:1:{s:36:\".ast-header-break-point .user-select\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:11:\"user-select\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:246;a:2:{i:0;a:1:{s:48:\".ast-header-break-point .ast-mobile-menu-buttons\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:23:\"ast-mobile-menu-buttons\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:17:\"align-self:center\";}}i:247;a:2:{i:0;a:1:{s:51:\".ast-header-break-point .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:9:\"flex:auto\";}}i:248;a:2:{i:0;a:1:{s:54:\".ast-header-break-point .ast-main-header-bar-alignment\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:29:\"ast-main-header-bar-alignment\";}}}i:1;a:4:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";i:2;s:9:\"flex:auto\";i:3;s:7:\"order:4\";}}i:249;a:2:{i:0;a:1:{s:48:\".ast-header-break-point .ast-icon.icon-arrow svg\";a:2:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:8:\"ast-icon\";i:2;s:10:\"icon-arrow\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:4:{i:0;s:12:\"height:.85em\";i:1;s:11:\"width:.95em\";i:2;s:17:\"position:relative\";i:3;s:16:\"margin-left:10px\";}}i:250;a:2:{i:0;a:3:{s:30:\".site-main .comment-navigation\";a:1:{i:1;a:2:{i:0;s:9:\"site-main\";i:1;s:18:\"comment-navigation\";}}s:27:\".site-main .post-navigation\";a:1:{i:1;a:2:{i:0;s:9:\"site-main\";i:1;s:15:\"post-navigation\";}}s:28:\".site-main .posts-navigation\";a:1:{i:1;a:2:{i:0;s:9:\"site-main\";i:1;s:16:\"posts-navigation\";}}}i:1;a:2:{i:0;s:16:\"margin:0 0 1.5em\";i:1;s:15:\"overflow:hidden\";}}i:251;a:2:{i:0;a:6:{s:29:\".comment-navigation .nav-next\";a:1:{i:1;a:2:{i:0;s:18:\"comment-navigation\";i:1;s:8:\"nav-next\";}}s:33:\".comment-navigation .nav-previous\";a:1:{i:1;a:2:{i:0;s:18:\"comment-navigation\";i:1;s:12:\"nav-previous\";}}s:26:\".post-navigation .nav-next\";a:1:{i:1;a:2:{i:0;s:15:\"post-navigation\";i:1;s:8:\"nav-next\";}}s:30:\".post-navigation .nav-previous\";a:1:{i:1;a:2:{i:0;s:15:\"post-navigation\";i:1;s:12:\"nav-previous\";}}s:27:\".posts-navigation .nav-next\";a:1:{i:1;a:2:{i:0;s:16:\"posts-navigation\";i:1;s:8:\"nav-next\";}}s:31:\".posts-navigation .nav-previous\";a:1:{i:1;a:2:{i:0;s:16:\"posts-navigation\";i:1;s:12:\"nav-previous\";}}}i:1;a:2:{i:0;s:9:\"width:50%\";i:1;s:20:\"display:inline-block\";}}i:252;a:2:{i:0;a:3:{s:29:\".comment-navigation .nav-next\";a:1:{i:1;a:2:{i:0;s:18:\"comment-navigation\";i:1;s:8:\"nav-next\";}}s:26:\".post-navigation .nav-next\";a:1:{i:1;a:2:{i:0;s:15:\"post-navigation\";i:1;s:8:\"nav-next\";}}s:27:\".posts-navigation .nav-next\";a:1:{i:1;a:2:{i:0;s:16:\"posts-navigation\";i:1;s:8:\"nav-next\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:253;a:2:{i:0;a:1:{s:13:\".ast-icon svg\";a:2:{i:1;a:1:{i:0;s:8:\"ast-icon\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:17:\"fill:currentColor\";}}i:254;a:2:{i:0;a:1:{s:18:\".post-navigation a\";a:2:{i:1;a:1:{i:0;s:15:\"post-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:6:{i:0;s:14:\"background:0 0\";i:1;s:14:\"font-size:16px\";i:2;s:20:\"font-size:1.06666rem\";i:3;s:15:\"padding:0 1.5em\";i:4;s:16:\"height:2.33333em\";i:5;s:33:\"line-height:calc(2.33333em - 3px)\";}}i:255;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:13:\"display:block\";}}i:256;a:2:{i:0;a:1:{s:7:\".hentry\";a:1:{i:1;a:1:{i:0;s:6:\"hentry\";}}}i:1;a:1:{i:0;s:16:\"margin:0 0 1.5em\";}}i:257;a:2:{i:0;a:2:{s:7:\".byline\";a:1:{i:1;a:1:{i:0;s:6:\"byline\";}}s:24:\".updated:not(.published)\";a:1:{i:1;a:1:{i:0;s:7:\"updated\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:258;a:2:{i:0;a:2:{s:19:\".group-blog .byline\";a:1:{i:1;a:2:{i:0;s:10:\"group-blog\";i:1;s:6:\"byline\";}}s:15:\".single .byline\";a:1:{i:1;a:2:{i:0;s:6:\"single\";i:1;s:6:\"byline\";}}}i:1;a:1:{i:0;s:14:\"display:inline\";}}i:259;a:2:{i:0;a:1:{s:11:\".page-links\";a:1:{i:1;a:1:{i:0;s:10:\"page-links\";}}}i:1;a:2:{i:0;s:10:\"clear:both\";i:1;s:14:\"margin-top:1em\";}}i:260;a:2:{i:0;a:1:{s:13:\".page-links a\";a:2:{i:1;a:1:{i:0;s:10:\"page-links\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:261;a:2:{i:0;a:1:{s:24:\".page-links a .page-link\";a:2:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:20:\"border-color:#eaeaea\";i:1;s:14:\"background:0 0\";}}i:262;a:2:{i:0;a:1:{s:22:\".page-links .page-link\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}}i:1;a:12:{i:0;s:9:\"padding:0\";i:1;s:20:\"margin:0 0 .3em .3em\";i:2;s:24:\"border:2px solid #eaeaea\";i:3;s:10:\"color:#000\";i:4;s:14:\"background:0 0\";i:5;s:14:\"font-size:.8em\";i:6;s:11:\"width:2.5em\";i:7;s:12:\"height:2.5em\";i:8;s:29:\"line-height:calc(2.5em - 4px)\";i:9;s:20:\"display:inline-block\";i:10;s:17:\"text-align:center\";i:11;s:25:\"transition:all .2s linear\";}}i:263;a:2:{i:0;a:2:{s:28:\".page-links .page-link:focus\";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\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:264;s:25:\"@media (max-width:768px){\";i:265;a:2:{i:0;a:1:{s:22:\".page-links .page-link\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:6px\";}}i:266;s:1:\"}\";i:267;a:2:{i:0;a:3:{s:26:\".entry-content>:last-child\";a:1:{i:1;a:1:{i:0;s:13:\"entry-content\";}}s:26:\".entry-summary>:last-child\";a:1:{i:1;a:1:{i:0;s:13:\"entry-summary\";}}s:25:\".page-content>:last-child\";a:1:{i:1;a:1:{i:0;s:12:\"page-content\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:268;a:2:{i:0;a:1:{s:13:\".bypostauthor\";a:1:{i:1;a:1:{i:0;s:12:\"bypostauthor\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:269;a:2:{i:0;a:1:{s:41:\".ast-no-sidebar .entry-content .alignfull\";a:1:{i:1;a:3:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignfull\";}}}i:1;a:4:{i:0;s:29:\"margin-left:calc(-50vw + 50%)\";i:1;s:30:\"margin-right:calc(-50vw + 50%)\";i:2;s:15:\"max-width:100vw\";i:3;s:11:\"width:100vw\";}}i:270;a:2:{i:0;a:2:{s:52:\".ast-no-sidebar .entry-content .alignfull .alignfull\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignfull\";i:3;s:9:\"alignfull\";}}s:52:\".ast-no-sidebar .entry-content .alignfull .alignwide\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignfull\";i:3;s:9:\"alignwide\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:271;a:2:{i:0;a:1:{s:41:\".ast-no-sidebar .entry-content .alignwide\";a:1:{i:1;a:3:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}}i:1;a:4:{i:0;s:29:\"margin-left:calc(-41vw + 50%)\";i:1;s:30:\"margin-right:calc(-41vw + 50%)\";i:2;s:15:\"max-width:unset\";i:3;s:11:\"width:unset\";}}i:272;a:2:{i:0;a:2:{s:52:\".ast-no-sidebar .entry-content .alignwide .alignfull\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";i:3;s:9:\"alignfull\";}}s:52:\".ast-no-sidebar .entry-content .alignwide .alignwide\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";i:3;s:9:\"alignwide\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:273;a:2:{i:0;a:2:{s:58:\".ast-no-sidebar .entry-content .wp-block-column .alignfull\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:15:\"wp-block-column\";i:3;s:9:\"alignfull\";}}s:58:\".ast-no-sidebar .entry-content .wp-block-column .alignwide\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:15:\"wp-block-column\";i:3;s:9:\"alignwide\";}}}i:1;a:3:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:10:\"width:100%\";}}i:274;a:2:{i:0;a:2:{s:20:\".blocks-gallery-grid\";a:1:{i:1;a:1:{i:0;s:19:\"blocks-gallery-grid\";}}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:8:\"margin:0\";}}i:275;a:2:{i:0;a:1:{s:19:\".wp-block-separator\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-separator\";}}}i:1;a:1:{i:0;s:15:\"max-width:100px\";}}i:276;a:2:{i:0;a:2:{s:33:\".wp-block-separator.is-style-dots\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-separator\";i:1;s:13:\"is-style-dots\";}}s:33:\".wp-block-separator.is-style-wide\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-separator\";i:1;s:13:\"is-style-wide\";}}}i:1;a:1:{i:0;s:14:\"max-width:none\";}}i:277;a:2:{i:0;a:1:{s:58:\".entry-content .has-2-columns .wp-block-column:first-child\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:13:\"has-2-columns\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:18:\"padding-right:10px\";}}i:278;a:2:{i:0;a:1:{s:57:\".entry-content .has-2-columns .wp-block-column:last-child\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:13:\"has-2-columns\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:17:\"padding-left:10px\";}}i:279;s:25:\"@media (max-width:782px){\";i:280;a:2:{i:0;a:1:{s:49:\".entry-content .wp-block-columns .wp-block-column\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:15:\"flex-basis:100%\";}}i:281;a:2:{i:0;a:1:{s:58:\".entry-content .has-2-columns .wp-block-column:first-child\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:13:\"has-2-columns\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:282;a:2:{i:0;a:1:{s:57:\".entry-content .has-2-columns .wp-block-column:last-child\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:13:\"has-2-columns\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:283;s:1:\"}\";i:284;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:17:\"overflow-x:hidden\";}}i:285;a:2:{i:0;a:1:{s:42:\"body .entry-content .wp-block-latest-posts\";a:2:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:21:\"wp-block-latest-posts\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:286;a:2:{i:0;a:1:{s:45:\"body .entry-content .wp-block-latest-posts li\";a:2:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:21:\"wp-block-latest-posts\";}i:0;a:2:{i:0;s:4:\"body\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:287;a:2:{i:0;a:1:{s:68:\".ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"ast-container\";i:2;s:13:\"entry-content\";i:3;s:21:\"wp-block-latest-posts\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:288;a:2:{i:0;a:1:{s:49:\".ast-header-break-point .entry-content .alignwide\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";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:289;a:2:{i:0;a:2:{s:43:\".entry-content .blocks-gallery-item amp-img\";a:2:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:44:\".entry-content .blocks-gallery-item amp-anim\";a:2:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:auto\";}}i:290;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:3:{i:0;s:28:\"border-top:4px solid #555d66\";i:1;s:31:\"border-bottom:4px solid #555d66\";i:2;s:13:\"color:#40464d\";}}i:291;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:15:\"font-weight:400\";i:1;s:17:\"margin-bottom:1em\";i:2;s:15:\"line-height:1.5\";}}i:292;a:2:{i:0;a:1:{s:7:\".widget\";a:1:{i:1;a:1:{i:0;s:6:\"widget\";}}}i:1;a:1:{i:0;s:18:\"margin:0 0 2.8em 0\";}}i:293;a:2:{i:0;a:1:{s:18:\".widget:last-child\";a:1:{i:1;a:1:{i:0;s:6:\"widget\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:294;a:2:{i:0;a:1:{s:14:\".widget select\";a:2:{i:1;a:1:{i:0;s:6:\"widget\";}i:0;a:1:{i:0;s:6:\"select\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:295;a:2:{i:0;a:1:{s:10:\".widget ul\";a:2:{i:1;a:1:{i:0;s:6:\"widget\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:20:\"list-style-type:none\";}}i:296;a:2:{i:0;a:1:{s:15:\".no-widget-text\";a:1:{i:1;a:1:{i:0;s:14:\"no-widget-text\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:297;a:2:{i:0;a:1:{s:31:\".widget_nav_menu ul ul.sub-menu\";a:2:{i:1;a:2:{i:0;s:15:\"widget_nav_menu\";i:1;s:8:\"sub-menu\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";}}}i:1;a:1:{i:0;s:16:\"margin-top:.25em\";}}i:298;a:2:{i:0;a:1:{s:34:\".widget_nav_menu ul ul.sub-menu li\";a:2:{i:1;a:2:{i:0;s:15:\"widget_nav_menu\";i:1;s:8:\"sub-menu\";}i:0;a:3:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";i:2;s:2:\"li\";}}}i:1;a:1:{i:0;s:17:\"padding-left:20px\";}}i:299;a:2:{i:0;a:1:{s:39:\".widget_nav_menu ul ul.sub-menu a:after\";a:2:{i:1;a:2:{i:0;s:15:\"widget_nav_menu\";i:1;s:8:\"sub-menu\";}i:0;a:3:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";i:2;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"left:-20px\";}}i:300;a:2:{i:0;a:1:{s:42:\".widget_nav_menu ul ul.sub-menu ul a:after\";a:2:{i:1;a:2:{i:0;s:15:\"widget_nav_menu\";i:1;s:8:\"sub-menu\";}i:0;a:4:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";i:2;s:2:\"ul\";i:3;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"left:-40px\";}}i:301;a:2:{i:0;a:1:{s:45:\".widget_nav_menu ul ul.sub-menu ul ul a:after\";a:2:{i:1;a:2:{i:0;s:15:\"widget_nav_menu\";i:1;s:8:\"sub-menu\";}i:0;a:5:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";i:2;s:2:\"ul\";i:3;s:2:\"ul\";i:4;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"left:-60px\";}}i:302;a:2:{i:0;a:1:{s:19:\".widget_nav_menu li\";a:2:{i:1;a:1:{i:0;s:15:\"widget_nav_menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:25:\"transition:all .2s linear\";}}i:303;a:2:{i:0;a:1:{s:27:\".widget_search .search-form\";a:1:{i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}}}i:1;a:4:{i:0;s:17:\"position:relative\";i:1;s:9:\"padding:0\";i:2;s:18:\"background:initial\";i:3;s:13:\"color:inherit\";}}i:304;a:2:{i:0;a:1:{s:33:\".widget_search .search-form>label\";a:2:{i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:305;a:2:{i:0;a:1:{s:29:\".widget_search .search-form i\";a:2:{i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}i:0;a:1:{i:0;s:1:\"i\";}}}i:1;a:1:{i:0;s:13:\"color:#3a3a3a\";}}i:306;a:2:{i:0;a:1:{s:34:\".widget_search .search-form button\";a:2:{i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:7:{i:0;s:17:\"position:absolute\";i:1;s:5:\"top:0\";i:2;s:10:\"right:15px\";i:3;s:11:\"border:none\";i:4;s:9:\"padding:0\";i:5;s:14:\"cursor:pointer\";i:6;s:14:\"background:0 0\";}}i:307;a:2:{i:0;a:3:{s:46:\".widget_search .search-form input[type=submit]\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}i:0;a:1:{i:0;s:5:\"input\";}}s:52:\".widget_search .search-form input[type=submit]:focus\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}i:0;a:1:{i:0;s:5:\"input\";}}s:52:\".widget_search .search-form input[type=submit]:hover\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:10:{i:0;s:17:\"padding:13px 20px\";i:1;s:17:\"border-radius:2px\";i:2;s:11:\"border:none\";i:3;s:5:\"top:0\";i:4;s:7:\"right:0\";i:5;s:17:\"position:absolute\";i:6;s:17:\"color:transparent\";i:7;s:14:\"background:0 0\";i:8;s:14:\"max-width:45px\";i:9;s:9:\"z-index:2\";}}i:308;a:2:{i:0;a:1:{s:41:\".widget_search .search-form .search-field\";a:1:{i:1;a:3:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";i:2;s:12:\"search-field\";}}}i:1;a:4:{i:0;s:18:\"background:#fafafa\";i:1;s:16:\"border-width:1px\";i:2;s:20:\"border-color:#eaeaea\";i:3;s:17:\"border-radius:2px\";}}i:309;a:2:{i:0;a:2:{s:28:\".widget_search .search-field\";a:1:{i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:12:\"search-field\";}}s:34:\".widget_search .search-field:focus\";a:1:{i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:12:\"search-field\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:27:\"padding:16px 45px 16px 15px\";}}i:310;a:2:{i:0;a:3:{s:27:\".widget_archive ul.children\";a:2:{i:1;a:2:{i:0;s:14:\"widget_archive\";i:1;s:8:\"children\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:30:\".widget_categories ul.children\";a:2:{i:1;a:2:{i:0;s:17:\"widget_categories\";i:1;s:8:\"children\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:25:\".widget_pages ul.children\";a:2:{i:1;a:2:{i:0;s:12:\"widget_pages\";i:1;s:8:\"children\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:3:{i:0;s:17:\"position:relative\";i:1;s:14:\"margin-top:5px\";i:2;s:10:\"width:100%\";}}i:311;a:2:{i:0;a:3:{s:30:\".widget_archive ul.children li\";a:2:{i:1;a:2:{i:0;s:14:\"widget_archive\";i:1;s:8:\"children\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}s:33:\".widget_categories ul.children li\";a:2:{i:1;a:2:{i:0;s:17:\"widget_categories\";i:1;s:8:\"children\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}s:28:\".widget_pages ul.children li\";a:2:{i:1;a:2:{i:0;s:12:\"widget_pages\";i:1;s:8:\"children\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:17:\"padding-left:20px\";}}i:312;a:2:{i:0;a:3:{s:38:\".widget_archive li ul.children a:after\";a:2:{i:1;a:2:{i:0;s:14:\"widget_archive\";i:1;s:8:\"children\";}i:0;a:3:{i:0;s:2:\"li\";i:1;s:2:\"ul\";i:2;s:1:\"a\";}}s:41:\".widget_categories li ul.children a:after\";a:2:{i:1;a:2:{i:0;s:17:\"widget_categories\";i:1;s:8:\"children\";}i:0;a:3:{i:0;s:2:\"li\";i:1;s:2:\"ul\";i:2;s:1:\"a\";}}s:36:\".widget_pages li ul.children a:after\";a:2:{i:1;a:2:{i:0;s:12:\"widget_pages\";i:1;s:8:\"children\";}i:0;a:3:{i:0;s:2:\"li\";i:1;s:2:\"ul\";i:2;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"left:-20px\";}}i:313;a:2:{i:0;a:3:{s:41:\".widget_archive li ul.children ul a:after\";a:2:{i:1;a:2:{i:0;s:14:\"widget_archive\";i:1;s:8:\"children\";}i:0;a:4:{i:0;s:2:\"li\";i:1;s:2:\"ul\";i:2;s:2:\"ul\";i:3;s:1:\"a\";}}s:44:\".widget_categories li ul.children ul a:after\";a:2:{i:1;a:2:{i:0;s:17:\"widget_categories\";i:1;s:8:\"children\";}i:0;a:4:{i:0;s:2:\"li\";i:1;s:2:\"ul\";i:2;s:2:\"ul\";i:3;s:1:\"a\";}}s:39:\".widget_pages li ul.children ul a:after\";a:2:{i:1;a:2:{i:0;s:12:\"widget_pages\";i:1;s:8:\"children\";}i:0;a:4:{i:0;s:2:\"li\";i:1;s:2:\"ul\";i:2;s:2:\"ul\";i:3;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"left:-40px\";}}i:314;a:2:{i:0;a:1:{s:27:\".widget_tag_cloud .tagcloud\";a:1:{i:1;a:2:{i:0;s:16:\"widget_tag_cloud\";i:1;s:8:\"tagcloud\";}}}i:1;a:2:{i:0;s:15:\"margin-top:10px\";i:1;s:20:\"display:inline-block\";}}i:315;a:2:{i:0;a:1:{s:29:\".widget_tag_cloud .tagcloud a\";a:2:{i:1;a:2:{i:0;s:16:\"widget_tag_cloud\";i:1;s:8:\"tagcloud\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:8:{i:0;s:24:\"border:1px solid #e2e2e2\";i:1;s:17:\"padding:.5em .9em\";i:2;s:20:\"display:inline-block\";i:3;s:17:\"margin-bottom:4px\";i:4;s:14:\"font-size:14px\";i:5;s:16:\"margin-right:4px\";i:6;s:15:\"line-height:1.5\";i:7;s:25:\"transition:all .2s linear\";}}i:316;a:2:{i:0;a:3:{s:22:\".widget_calendar table\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:5:\"table\";}}s:19:\".widget_calendar td\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:2:\"td\";}}s:19:\".widget_calendar th\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:2:{i:0;s:9:\"padding:0\";i:1;s:17:\"text-align:center\";}}i:317;a:2:{i:0;a:2:{s:22:\".widget_calendar table\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:5:\"table\";}}s:19:\".widget_calendar th\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:318;a:2:{i:0;a:1:{s:19:\".widget_calendar td\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:2:\"td\";}}}i:1;a:2:{i:0;s:17:\"border-right:none\";i:1;s:16:\"border-left:none\";}}i:319;a:2:{i:0;a:1:{s:24:\".widget_calendar caption\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:7:\"caption\";}}}i:1;a:1:{i:0;s:17:\"line-height:2.7em\";}}i:320;a:2:{i:0;a:1:{s:22:\".widget_calendar thead\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:5:\"thead\";}}}i:1;a:1:{i:0;s:17:\"line-height:2.5em\";}}i:321;a:2:{i:0;a:1:{s:24:\".widget_calendar thead a\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:2:{i:0;s:5:\"thead\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:13:\"color:#0274be\";i:1;s:14:\"font-size:1rem\";i:2;s:21:\"vertical-align:middle\";}}i:322;a:2:{i:0;a:1:{s:25:\".widget_calendar thead td\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:2:{i:0;s:5:\"thead\";i:1;s:2:\"td\";}}}i:1;a:2:{i:0;s:21:\"vertical-align:middle\";i:1;s:15:\"font-weight:700\";}}i:323;a:2:{i:0;a:1:{s:28:\".widget_calendar thead>tr>th\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:3:{i:0;s:5:\"thead\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}}i:1;a:3:{i:0;s:17:\"line-height:2.5em\";i:1;s:31:\"border-bottom:2px solid #eaeaea\";i:2;s:28:\"border-top:2px solid #eaeaea\";}}i:324;a:2:{i:0;a:1:{s:22:\".widget_calendar tbody\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:5:\"tbody\";}}}i:1;a:2:{i:0;s:17:\"line-height:2.1em\";i:1;s:17:\"text-align:center\";}}i:325;a:2:{i:0;a:1:{s:28:\".widget_calendar tbody>tr>td\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:3:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";i:2;s:2:\"td\";}}}i:1;a:1:{i:0;s:14:\"width:14.2857%\";}}i:326;a:2:{i:0;a:1:{s:40:\".widget_calendar tbody>tr:first-child>td\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:3:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";i:2;s:2:\"td\";}}}i:1;a:1:{i:0;s:15:\"padding-top:3px\";}}i:327;a:2:{i:0;a:1:{s:23:\".widget_calendar #today\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:2;a:1:{i:0;s:5:\"today\";}}}i:1;a:1:{i:0;s:18:\"background:#0274be\";}}i:328;a:2:{i:0;a:1:{s:21:\".ast-builder-grid-row\";a:1:{i:1;a:1:{i:0;s:20:\"ast-builder-grid-row\";}}}i:1;a:5:{i:0;s:12:\"display:grid\";i:1;s:31:\"grid-template-columns:auto auto\";i:2;s:18:\"align-items:center\";i:3;s:20:\"grid-column-gap:20px\";i:4;s:22:\"overflow-wrap:anywhere\";}}i:329;a:2:{i:0;a:1:{s:42:\".ast-builder-grid-row>.site-header-section\";a:1:{i:1;a:2:{i:0;s:20:\"ast-builder-grid-row\";i:1;s:19:\"site-header-section\";}}}i:1;a:1:{i:0;s:16:\"flex-wrap:nowrap\";}}i:330;a:2:{i:0;a:1:{s:32:\".ast-builder-footer-grid-columns\";a:1:{i:1;a:1:{i:0;s:31:\"ast-builder-footer-grid-columns\";}}}i:1;a:1:{i:0;s:20:\"grid-column-gap:50px\";}}i:331;a:2:{i:0;a:1:{s:48:\".ast-builder-grid-row.ast-grid-center-col-layout\";a:1:{i:1;a:2:{i:0;s:20:\"ast-builder-grid-row\";i:1;s:26:\"ast-grid-center-col-layout\";}}}i:1;a:1:{i:0;s:34:\"grid-template-columns:1fr auto 1fr\";}}i:332;a:2:{i:0;a:1:{s:27:\".ast-builder-layout-element\";a:1:{i:1;a:1:{i:0;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:18:\"align-items:center\";}}i:333;a:2:{i:0;a:1:{s:53:\".ast-builder-grid-row.ast-grid-center-col-layout-only\";a:1:{i:1;a:2:{i:0;s:20:\"ast-builder-grid-row\";i:1;s:31:\"ast-grid-center-col-layout-only\";}}}i:1;a:4:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:11:\"height:100%\";i:3;s:22:\"justify-content:center\";}}i:334;a:2:{i:0;a:1:{s:78:\".ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center\";a:1:{i:1;a:3:{i:0;s:20:\"ast-builder-grid-row\";i:1;s:31:\"ast-grid-center-col-layout-only\";i:2;s:23:\"ast-grid-section-center\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:1\";}}i:335;a:2:{i:0;a:1:{s:20:\".site-header-section\";a:1:{i:1;a:1:{i:0;s:19:\"site-header-section\";}}}i:1;a:3:{i:0;s:11:\"height:100%\";i:1;s:12:\"min-height:0\";i:2;s:18:\"align-items:center\";}}i:336;a:2:{i:0;a:1:{s:51:\".site-header-section .ast-main-header-bar-alignment\";a:1:{i:1;a:2:{i:0;s:19:\"site-header-section\";i:1;s:29:\"ast-main-header-bar-alignment\";}}}i:1;a:1:{i:0;s:11:\"height:100%\";}}i:337;a:2:{i:0;a:1:{s:22:\".site-header-section>*\";a:1:{i:1;a:1:{i:0;s:19:\"site-header-section\";}}}i:1;a:1:{i:0;s:14:\"padding:0 10px\";}}i:338;a:2:{i:0;a:1:{s:36:\".site-header-section>div:first-child\";a:2:{i:1;a:1:{i:0;s:19:\"site-header-section\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:339;a:2:{i:0;a:1:{s:35:\".site-header-section>div:last-child\";a:2:{i:1;a:1:{i:0;s:19:\"site-header-section\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:340;a:2:{i:0;a:1:{s:38:\".site-header-section .ast-builder-menu\";a:1:{i:1;a:2:{i:0;s:19:\"site-header-section\";i:1;s:16:\"ast-builder-menu\";}}}i:1;a:1:{i:0;s:18:\"align-items:center\";}}i:341;a:2:{i:0;a:1:{s:45:\".ast-builder-layout-element.ast-header-search\";a:1:{i:1;a:2:{i:0;s:26:\"ast-builder-layout-element\";i:1;s:17:\"ast-header-search\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:342;a:2:{i:0;a:1:{s:30:\".ast-grid-right-center-section\";a:1:{i:1;a:1:{i:0;s:29:\"ast-grid-right-center-section\";}}}i:1;a:2:{i:0;s:26:\"justify-content:flex-start\";i:1;s:11:\"flex-grow:1\";}}i:343;a:2:{i:0;a:1:{s:23:\".ast-grid-right-section\";a:1:{i:1;a:1:{i:0;s:22:\"ast-grid-right-section\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:344;a:2:{i:0;a:1:{s:55:\".ast-grid-right-section .ast-site-identity>:first-child\";a:1:{i:1;a:2:{i:0;s:22:\"ast-grid-right-section\";i:1;s:17:\"ast-site-identity\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:345;a:2:{i:0;a:1:{s:86:\".ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child\";a:1:{i:1;a:3:{i:0;s:22:\"ast-grid-right-section\";i:1;s:29:\"ast-grid-right-center-section\";i:2;s:17:\"ast-site-identity\";}}}i:1;a:1:{i:0;s:15:\"text-align:left\";}}i:346;a:2:{i:0;a:1:{s:29:\".ast-grid-left-center-section\";a:1:{i:1;a:1:{i:0;s:28:\"ast-grid-left-center-section\";}}}i:1;a:2:{i:0;s:24:\"justify-content:flex-end\";i:1;s:11:\"flex-grow:1\";}}i:347;a:2:{i:0;a:1:{s:41:\".ast-logo-title-inline .ast-site-identity\";a:1:{i:1;a:2:{i:0;s:21:\"ast-logo-title-inline\";i:1;s:17:\"ast-site-identity\";}}}i:1;a:6:{i:0;s:13:\"padding:1em 0\";i:1;s:23:\"-js-display:inline-flex\";i:2;s:19:\"display:inline-flex\";i:3;s:21:\"vertical-align:middle\";i:4;s:18:\"align-items:center\";i:5;s:25:\"transition:all .2s linear\";}}i:348;a:2:{i:0;a:1:{s:24:\".ast-grid-section-center\";a:1:{i:1;a:1:{i:0;s:23:\"ast-grid-section-center\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:349;a:2:{i:0;a:1:{s:56:\".ast-grid-section-center .ast-site-identity>:first-child\";a:1:{i:1;a:2:{i:0;s:23:\"ast-grid-section-center\";i:1;s:17:\"ast-site-identity\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:350;a:2:{i:0;a:1:{s:27:\".ast-builder-social-element\";a:1:{i:1;a:1:{i:0;s:26:\"ast-builder-social-element\";}}}i:1;a:9:{i:0;s:13:\"line-height:1\";i:1;s:13:\"color:#3a3a3a\";i:2;s:14:\"background:0 0\";i:3;s:21:\"vertical-align:middle\";i:4;s:19:\"transition:all 10ms\";i:5;s:15:\"margin-left:6px\";i:6;s:16:\"margin-right:6px\";i:7;s:22:\"justify-content:center\";i:8;s:18:\"align-items:center\";}}i:351;a:2:{i:0;a:1:{s:33:\".ast-builder-social-element:hover\";a:1:{i:1;a:1:{i:0;s:26:\"ast-builder-social-element\";}}}i:1;a:1:{i:0;s:13:\"color:#0274be\";}}i:352;a:2:{i:0;a:1:{s:46:\".ast-builder-social-element .social-item-label\";a:1:{i:1;a:2:{i:0;s:26:\"ast-builder-social-element\";i:1;s:17:\"social-item-label\";}}}i:1;a:1:{i:0;s:16:\"padding-left:6px\";}}i:353;a:2:{i:0;a:3:{s:53:\".ast-social-stack-desktop .ast-builder-social-element\";a:1:{i:1;a:2:{i:0;s:24:\"ast-social-stack-desktop\";i:1;s:26:\"ast-builder-social-element\";}}s:52:\".ast-social-stack-mobile .ast-builder-social-element\";a:1:{i:1;a:2:{i:0;s:23:\"ast-social-stack-mobile\";i:1;s:26:\"ast-builder-social-element\";}}s:52:\".ast-social-stack-tablet .ast-builder-social-element\";a:1:{i:1;a:2:{i:0;s:23:\"ast-social-stack-tablet\";i:1;s:26:\"ast-builder-social-element\";}}}i:1;a:2:{i:0;s:14:\"margin-top:6px\";i:1;s:17:\"margin-bottom:6px\";}}i:354;a:2:{i:0;a:1:{s:17:\".ahfb-svg-iconset\";a:1:{i:1;a:1:{i:0;s:16:\"ahfb-svg-iconset\";}}}i:1;a:3:{i:0;s:23:\"-js-display:inline-flex\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"align-self:center\";}}i:355;a:2:{i:0;a:1:{s:21:\".ahfb-svg-iconset svg\";a:2:{i:1;a:1:{i:0;s:16:\"ahfb-svg-iconset\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:3:{i:0;s:10:\"width:17px\";i:1;s:11:\"height:17px\";i:2;s:15:\"transition:none\";}}i:356;a:2:{i:0;a:1:{s:23:\".ahfb-svg-iconset svg>*\";a:2:{i:1;a:1:{i:0;s:16:\"ahfb-svg-iconset\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:15:\"transition:none\";}}i:357;a:2:{i:0;a:1:{s:23:\".ast-footer-copyright p\";a:2:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:358;a:2:{i:0;a:1:{s:31:\".ast-builder-grid-row-container\";a:1:{i:1;a:1:{i:0;s:30:\"ast-builder-grid-row-container\";}}}i:1;a:2:{i:0;s:12:\"display:grid\";i:1;s:20:\"align-content:center\";}}i:359;a:2:{i:0;a:1:{s:44:\".main-header-bar .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:15:\"main-header-bar\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:11:\"height:100%\";}}i:360;a:2:{i:0;a:1:{s:23:\".ast-nav-menu .sub-menu\";a:1:{i:1;a:2:{i:0;s:12:\"ast-nav-menu\";i:1;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:16:\"line-height:1.45\";}}i:361;a:2:{i:0;a:1:{s:34:\".ast-builder-menu .main-navigation\";a:1:{i:1;a:2:{i:0;s:16:\"ast-builder-menu\";i:1;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:362;a:2:{i:0;a:1:{s:37:\".ast-builder-menu .main-navigation>ul\";a:2:{i:1;a:2:{i:0;s:16:\"ast-builder-menu\";i:1;s:15:\"main-navigation\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:17:\"align-self:center\";}}i:363;a:2:{i:0;a:3:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}s:23:\".ast-footer-social-wrap\";a:1:{i:1;a:1:{i:0;s:22:\"ast-footer-social-wrap\";}}s:23:\".site-footer-focus-item\";a:1:{i:1;a:1:{i:0;s:22:\"site-footer-focus-item\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:364;a:2:{i:0;a:1:{s:18:\"#astra-footer-menu\";a:1:{i:2;a:1:{i:0;s:17:\"astra-footer-menu\";}}}i:1;a:3:{i:0;s:8:\"margin:0\";i:1;s:15:\"list-style:none\";i:2;s:18:\"background:inherit\";}}i:365;a:2:{i:0;a:1:{s:21:\"#astra-footer-menu>ul\";a:2:{i:2;a:1:{i:0;s:17:\"astra-footer-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:3:{i:0;s:8:\"margin:0\";i:1;s:15:\"list-style:none\";i:2;s:18:\"background:inherit\";}}i:366;a:2:{i:0;a:1:{s:42:\".ast-header-break-point #ast-mobile-header\";a:2:{i:1;a:1:{i:0;s:22:\"ast-header-break-point\";}i:2;a:1:{i:0;s:17:\"ast-mobile-header\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:367;a:2:{i:0;a:1:{s:51:\".ast-header-break-point .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:368;a:2:{i:0;a:1:{s:92:\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";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:11:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:5:\"top:0\";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:15:\"font-weight:400\";i:10;s:19:\"line-height:inherit\";}}i:369;a:2:{i:0;a:1:{s:85:\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:370;a:2:{i:0;a:2:{s:145:\".ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\";a:1:{i:1;a:6:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-mobile-header-wrap\";i:2;s:21:\"ast-above-header-wrap\";i:3;s:26:\"main-header-bar-navigation\";i:4;s:20:\"ast-submenu-expanded\";i:5;s:15:\"ast-menu-toggle\";}}s:144:\".ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\";a:1:{i:1;a:6:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-mobile-header-wrap\";i:2;s:20:\"ast-main-header-wrap\";i:3;s:26:\"main-header-bar-navigation\";i:4;s:20:\"ast-submenu-expanded\";i:5;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:25:\"transform:rotateX(180deg)\";}}i:371;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-nav-menu .sub-menu\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:12:\"ast-nav-menu\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:372;a:2:{i:0;a:1:{s:20:\".site-footer-section\";a:1:{i:1;a:1:{i:0;s:19:\"site-footer-section\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:373;a:2:{i:0;a:1:{s:22:\".site-footer-section>*\";a:1:{i:1;a:1:{i:0;s:19:\"site-footer-section\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:10px\";}}i:374;a:2:{i:0;a:1:{s:32:\".site-footer-section>:last-child\";a:1:{i:1;a:1:{i:0;s:19:\"site-footer-section\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:375;a:2:{i:0;a:1:{s:25:\".site-primary-footer-wrap\";a:1:{i:1;a:1:{i:0;s:24:\"site-primary-footer-wrap\";}}}i:1;a:2:{i:0;s:16:\"padding-top:45px\";i:1;s:19:\"padding-bottom:45px\";}}i:376;a:2:{i:0;a:2:{s:23:\".site-above-footer-wrap\";a:1:{i:1;a:1:{i:0;s:22:\"site-above-footer-wrap\";}}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:377;a:2:{i:0;a:1:{s:66:\".ast-hfb-header.ast-header-break-point .main-header-bar-navigation\";a:1:{i:1;a:3:{i:0;s:14:\"ast-hfb-header\";i:1;s:22:\"ast-header-break-point\";i:2;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:8:\"margin:0\";}}i:378;a:2:{i:0;a:1:{s:52:\".ast-hfb-header .menu-toggle.toggled .ast-mobile-svg\";a:1:{i:1;a:4:{i:0;s:14:\"ast-hfb-header\";i:1;s:11:\"menu-toggle\";i:2;s:7:\"toggled\";i:3;s:14:\"ast-mobile-svg\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:379;a:2:{i:0;a:1:{s:51:\".ast-hfb-header .menu-toggle.toggled .ast-close-svg\";a:1:{i:1;a:4:{i:0;s:14:\"ast-hfb-header\";i:1;s:11:\"menu-toggle\";i:2;s:7:\"toggled\";i:3;s:13:\"ast-close-svg\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:380;a:2:{i:0;a:1:{s:27:\".menu-toggle .ast-close-svg\";a:1:{i:1;a:2:{i:0;s:11:\"menu-toggle\";i:1;s:13:\"ast-close-svg\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:381;a:2:{i:0;a:1:{s:61:\".ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon\";a:1:{i:1;a:3:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:23:\"mobile-menu-toggle-icon\";}}}i:1;a:3:{i:0;s:23:\"-js-display:inline-flex\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"align-self:center\";}}i:382;a:2:{i:0;a:1:{s:54:\".ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap\";a:1:{i:1;a:3:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:16:\"mobile-menu-wrap\";}}}i:1;a:4:{i:0;s:23:\"-js-display:inline-flex\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"align-self:center\";i:3;s:16:\"margin-left:.4em\";}}i:383;a:2:{i:0;a:1:{s:77:\".ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle\";a:1:{i:1;a:4:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:15:\"ast-button-wrap\";i:2;s:11:\"menu-toggle\";i:3;s:23:\"main-header-menu-toggle\";}}}i:1;a:5:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:18:\"align-items:center\";i:3;s:10:\"width:auto\";i:4;s:11:\"height:auto\";}}i:384;a:2:{i:0;a:1:{s:37:\".menu-toggle .mobile-menu-toggle-icon\";a:1:{i:1;a:2:{i:0;s:11:\"menu-toggle\";i:1;s:23:\"mobile-menu-toggle-icon\";}}}i:1;a:3:{i:0;s:23:\"-js-display:inline-flex\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"align-self:center\";}}i:385;a:2:{i:0;a:1:{s:30:\".menu-toggle .mobile-menu-wrap\";a:1:{i:1;a:2:{i:0;s:11:\"menu-toggle\";i:1;s:16:\"mobile-menu-wrap\";}}}i:1;a:4:{i:0;s:23:\"-js-display:inline-flex\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"align-self:center\";i:3;s:16:\"margin-left:.4em\";}}i:386;a:2:{i:0;a:1:{s:63:\".ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap\";a:1:{i:1;a:4:{i:0;s:14:\"ast-hfb-header\";i:1;s:15:\"ast-button-wrap\";i:2;s:11:\"menu-toggle\";i:3;s:16:\"mobile-menu-wrap\";}}}i:1;a:3:{i:0;s:18:\"align-items:center\";i:1;s:16:\"-js-display:flex\";i:2;s:12:\"display:flex\";}}i:387;a:2:{i:0;a:1:{s:53:\".ast-button-wrap .menu-toggle.main-header-menu-toggle\";a:1:{i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:23:\"main-header-menu-toggle\";}}}i:1;a:4:{i:0;s:12:\"padding:.5em\";i:1;s:18:\"align-items:center\";i:2;s:16:\"-js-display:flex\";i:3;s:12:\"display:flex\";}}i:388;a:2:{i:0;a:1:{s:53:\".ast-search-menu-icon.ast-inline-search .search-field\";a:1:{i:1;a:3:{i:0;s:20:\"ast-search-menu-icon\";i:1;s:17:\"ast-inline-search\";i:2;s:12:\"search-field\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:12:\"padding:.6em\";i:2;s:19:\"padding-right:5.5em\";}}i:389;s:25:\"@media (min-width:769px){\";i:390;a:2:{i:0;a:1:{s:49:\".footer-nav-wrap .astra-footer-horizontal-menu li\";a:2:{i:1;a:2:{i:0;s:15:\"footer-nav-wrap\";i:1;s:28:\"astra-footer-horizontal-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:391;a:2:{i:0;a:1:{s:63:\".footer-nav-wrap .astra-footer-horizontal-menu li:first-child a\";a:2:{i:1;a:2:{i:0;s:15:\"footer-nav-wrap\";i:1;s:28:\"astra-footer-horizontal-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:392;a:2:{i:0;a:1:{s:62:\".footer-nav-wrap .astra-footer-horizontal-menu li:last-child a\";a:2:{i:1;a:2:{i:0;s:15:\"footer-nav-wrap\";i:1;s:28:\"astra-footer-horizontal-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:393;a:2:{i:0;a:1:{s:48:\".footer-nav-wrap .astra-footer-horizontal-menu a\";a:2:{i:1;a:2:{i:0;s:15:\"footer-nav-wrap\";i:1;s:28:\"astra-footer-horizontal-menu\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"padding:0 .5em\";}}i:394;s:1:\"}\";i:395;a:2:{i:0;a:1:{s:12:\".site-header\";a:1:{i:1;a:1:{i:0;s:11:\"site-header\";}}}i:1;a:2:{i:0;s:10:\"z-index:99\";i:1;s:17:\"position:relative\";}}i:396;a:2:{i:0;a:1:{s:22:\".main-header-container\";a:1:{i:1;a:1:{i:0;s:21:\"main-header-container\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:397;a:2:{i:0;a:1:{s:21:\".main-header-bar-wrap\";a:1:{i:1;a:1:{i:0;s:20:\"main-header-bar-wrap\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:398;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:3:{i:0;s:21:\"background-color:#fff\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:399;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:8:\"border:0\";}}i:400;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:2:{i:0;s:27:\"border-bottom-color:#eaeaea\";i:1;s:25:\"border-bottom-style:solid\";}}i:401;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:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:402;a:2:{i:0;a:1:{s:56:\".ast-desktop .main-header-menu.ast-menu-shadow .sub-menu\";a:1:{i:1;a:4:{i:0;s:11:\"ast-desktop\";i:1;s:16:\"main-header-menu\";i:2;s:15:\"ast-menu-shadow\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:41:\"box-shadow:0 4px 10px -2px rgba(0,0,0,.1)\";}}i:403;a:2:{i:0;a:1:{s:66:\".ast-header-custom-item-inside .button-custom-menu-item .menu-link\";a:1:{i:1;a:3:{i:0;s:29:\"ast-header-custom-item-inside\";i:1;s:23:\"button-custom-menu-item\";i:2;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:404;a:2:{i:0;a:1:{s:78:\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item\";a:1:{i:1;a:3:{i:0;s:29:\"ast-header-custom-item-inside\";i:1;s:22:\"ast-header-break-point\";i:2;s:23:\"button-custom-menu-item\";}}}i:1;a:4:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";i:2;s:12:\"margin-top:0\";i:3;s:15:\"margin-bottom:0\";}}i:405;a:2:{i:0;a:1:{s:102:\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link\";a:1:{i:1;a:4:{i:0;s:29:\"ast-header-custom-item-inside\";i:1;s:22:\"ast-header-break-point\";i:2;s:23:\"button-custom-menu-item\";i:3;s:22:\"ast-custom-button-link\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:406;a:2:{i:0;a:1:{s:89:\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link\";a:1:{i:1;a:4:{i:0;s:29:\"ast-header-custom-item-inside\";i:1;s:22:\"ast-header-break-point\";i:2;s:23:\"button-custom-menu-item\";i:3;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:407;a:2:{i:0;a:1:{s:14:\".site-branding\";a:1:{i:1;a:1:{i:0;s:13:\"site-branding\";}}}i:1;a:2:{i:0;s:13:\"line-height:1\";i:1;s:17:\"align-self:center\";}}i:408;a:2:{i:0;a:1:{s:16:\".ast-menu-toggle\";a:1:{i:1;a:1:{i:0;s:15:\"ast-menu-toggle\";}}}i:1;a:5:{i:0;s:12:\"display:none\";i:1;s:14:\"background:0 0\";i:2;s:13:\"color:inherit\";i:3;s:19:\"border-style:dotted\";i:4;s:24:\"border-color:transparent\";}}i:409;a:2:{i:0;a:2:{s:22:\".ast-menu-toggle:focus\";a:1:{i:1;a:1:{i:0;s:15:\"ast-menu-toggle\";}}s:22:\".ast-menu-toggle:hover\";a:1:{i:1;a:1:{i:0;s:15:\"ast-menu-toggle\";}}}i:1;a:3:{i:0;s:14:\"background:0 0\";i:1;s:20:\"border-color:inherit\";i:2;s:13:\"color:inherit\";}}i:410;a:2:{i:0;a:1:{s:22:\".ast-menu-toggle:focus\";a:1:{i:1;a:1:{i:0;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:19:\"outline:thin dotted\";}}i:411;a:2:{i:0;a:1:{s:42:\".ast-main-header-nav-open .main-header-bar\";a:1:{i:1;a:2:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:15:\"main-header-bar\";}}}i:1;a:1:{i:0;s:16:\"padding-bottom:0\";}}i:412;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:2:{i:0;s:9:\"z-index:4\";i:1;s:17:\"position:relative\";}}i:413;a:2:{i:0;a:1:{s:50:\".main-header-bar .main-header-bar-navigation:empty\";a:1:{i:1;a:2:{i:0;s:15:\"main-header-bar\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:414;a:2:{i:0;a:1:{s:54:\".main-header-bar .main-header-bar-navigation .sub-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:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:16:\"line-height:1.45\";}}i:415;a:2:{i:0;a:1:{s:85:\".main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after\";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:9:\"menu-link\";}}}i:1;a:1:{i:0;s:18:\"line-height:normal\";}}i:416;a:2:{i:0;a:1:{s:24:\".custom-mobile-logo-link\";a:1:{i:1;a:1:{i:0;s:23:\"custom-mobile-logo-link\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:417;a:2:{i:0;a:1:{s:18:\".ast-site-identity\";a:1:{i:1;a:1:{i:0;s:17:\"ast-site-identity\";}}}i:1;a:1:{i:0;s:13:\"padding:1em 0\";}}i:418;a:2:{i:0;a:1:{s:73:\".ast-header-break-point .site-header .main-header-bar-wrap .site-branding\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";i:1;s:11:\"site-header\";i:2;s:20:\"main-header-bar-wrap\";i:3;s:13:\"site-branding\";}}}i:1;a:2:{i:0;s:6:\"flex:1\";i:1;s:17:\"align-self:center\";}}i:419;a:2:{i:0;a:1:{s:42:\".ast-header-break-point .ast-site-identity\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";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: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:2:{i:0;s:13:\"display:block\";i:1;s:13:\"line-height:3\";}}i:421;a:2:{i:0;a:1:{s:68:\".ast-header-break-point .main-header-bar .main-header-bar-navigation\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:422;a:2:{i:0;a:1:{s:78:\".ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";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:423;a:2:{i:0;a:1:{s:102:\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";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:424;a:2:{i:0;a:1:{s:109:\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";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:34:\"-webkit-font-smoothing:antialiased\";i:7;s:33:\"-moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:15:\"font-weight:400\";i:10;s:19:\"line-height:inherit\";i:11;s:18:\"transition:all .2s\";}}i:425;a:2:{i:0;a:1:{s:115:\".ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";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:1:{i:0;s:25:\"transform:rotateX(180deg)\";}}i:426;a:2:{i:0;a:1:{s:86:\".ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";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:427;a:2:{i:0;a:1:{s:40:\".ast-header-break-point .main-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";}}i:428;a:2:{i:0;a:1:{s:46:\".ast-header-break-point .main-navigation ul ul\";a:2:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";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:429;a:2:{i:0;a:1:{s:60:\".ast-header-break-point .main-navigation .stack-on-mobile li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";i:2;s:15:\"stack-on-mobile\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:430;a:2:{i:0;a:1:{s:48:\".ast-header-break-point .main-navigation .widget\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:431;a:2:{i:0;a:1:{s:51:\".ast-header-break-point .main-navigation .widget li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";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:432;a:2:{i:0;a:1:{s:59:\".ast-header-break-point .main-navigation .widget:last-child\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:433;a:2:{i:0;a:1:{s:51:\".ast-header-break-point .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;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:434;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .main-header-menu ul ul\";a:2:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";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:435;a:2:{i:0;a:1:{s:41:\".ast-header-break-point .ast-builder-menu\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"ast-builder-menu\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:436;a:2:{i:0;a:1:{s:73:\".ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-mobile-header-wrap\";i:2;s:8:\"ast-flex\";i:3;s:15:\"stack-on-mobile\";}}}i:1;a:1:{i:0;s:14:\"flex-wrap:wrap\";}}i:437;a:2:{i:0;a:1:{s:58:\".ast-desktop .main-header-menu>.menu-item .sub-menu:before\";a:1:{i:1;a:4:{i:0;s:11:\"ast-desktop\";i:1;s:16:\"main-header-menu\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";}}}i:1;a:6:{i:0;s:17:\"position:absolute\";i:1;s:10:\"content:\"\"\";i:2;s:5:\"top:0\";i:3;s:6:\"left:0\";i:4;s:10:\"width:100%\";i:5;s:27:\"transform:translateY(-100%)\";}}i:438;a:2:{i:0;a:10:{s:17:\"input[type=email]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input[type=number]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=password]\";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:18:\"input[type=search]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:15:\"input[type=tel]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:16:\"input[type=text]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:15:\"input[type=url]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}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\";}}}i:1;a:11:{i:0;s:10:\"color:#666\";i:1;s:13:\"padding:.75em\";i:2;s:11:\"height:auto\";i:3;s:16:\"border-width:1px\";i:4;s:18:\"border-style:solid\";i:5;s:20:\"border-color:#eaeaea\";i:6;s:17:\"border-radius:2px\";i:7;s:18:\"background:#fafafa\";i:8;s:15:\"box-shadow:none\";i:9;s:21:\"box-sizing:border-box\";i:10;s:25:\"transition:all .2s linear\";}}i:439;a:2:{i:0;a:9:{s:23:\"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:26:\"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: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:24:\"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:21:\"input[type=tel]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:22:\"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:21:\"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:12:\"select:focus\";a:1:{i:0;a:1:{i:0;s:6:\"select\";}}s:14:\"textarea:focus\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:21:\"background-color:#fff\";i:1;s:20:\"border-color:#eaeaea\";i:2;s:15:\"box-shadow:none\";}}i:440;a:2:{i:0;a:9:{s:18:\"input[type=button]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"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:24:\"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: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: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: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:18:\"input[type=submit]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"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:24:\"input[type=submit]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:441;a:2:{i:0;a:1:{s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:442;a:2:{i:0;a:1:{s:24:\"input[type=search]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:19:\"outline:thin dotted\";}}i:443;a:2:{i:0;a:1:{s:17:\"input[type=range]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:5:{i:0;s:23:\"-webkit-appearance:none\";i:1;s:10:\"width:100%\";i:2;s:14:\"margin:5.7px 0\";i:3;s:9:\"padding:0\";i:4;s:11:\"border:none\";}}i:444;a:2:{i:0;a:1:{s:23:\"input[type=range]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:9:\"outline:0\";}}i:445;a:2:{i:0;a:1:{s:48:\"input[type=range]::-webkit-slider-runnable-track\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:7:{i:0;s:10:\"width:100%\";i:1;s:12:\"height:8.6px\";i:2;s:14:\"cursor:pointer\";i:3;s:50:\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\";i:4;s:31:\"background:rgba(255,255,255,.2)\";i:5;s:20:\"border-radius:13.6px\";i:6;s:19:\"border:0 solid #fff\";}}i:446;a:2:{i:0;a:1:{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:9:{i:0;s:63:\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\";i:1;s:26:\"border:7.9px solid #0274be\";i:2;s:11:\"height:20px\";i:3;s:10:\"width:20px\";i:4;s:18:\"border-radius:50px\";i:5;s:18:\"background:#0274be\";i:6;s:14:\"cursor:pointer\";i:7;s:23:\"-webkit-appearance:none\";i:8;s:17:\"margin-top:-5.7px\";}}i:447;a:2:{i:0;a:1:{s:54:\"input[type=range]:focus::-webkit-slider-runnable-track\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:31:\"background:rgba(255,255,255,.2)\";}}i:448;a:2:{i:0;a:1:{s:35:\"input[type=range]::-moz-range-track\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:7:{i:0;s:10:\"width:100%\";i:1;s:12:\"height:8.6px\";i:2;s:14:\"cursor:pointer\";i:3;s:50:\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\";i:4;s:31:\"background:rgba(255,255,255,.2)\";i:5;s:20:\"border-radius:13.6px\";i:6;s:19:\"border:0 solid #fff\";}}i:449;a:2:{i:0;a:1:{s:35:\"input[type=range]::-moz-range-thumb\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:7:{i:0;s:63:\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\";i:1;s:26:\"border:7.9px solid #0274be\";i:2;s:11:\"height:20px\";i:3;s:10:\"width:20px\";i:4;s:18:\"border-radius:50px\";i:5;s:18:\"background:#0274be\";i:6;s:14:\"cursor:pointer\";}}i:450;a:2:{i:0;a:1:{s:28:\"input[type=range]::-ms-track\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:6:{i:0;s:10:\"width:100%\";i:1;s:12:\"height:8.6px\";i:2;s:14:\"cursor:pointer\";i:3;s:14:\"background:0 0\";i:4;s:24:\"border-color:transparent\";i:5;s:17:\"color:transparent\";}}i:451;a:2:{i:0;a:1:{s:33:\"input[type=range]::-ms-fill-lower\";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:31:\"background:rgba(199,199,199,.2)\";i:1;s:19:\"border:0 solid #fff\";i:2;s:20:\"border-radius:27.2px\";i:3;s:50:\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\";}}i:452;a:2:{i:0;a:1:{s:33:\"input[type=range]::-ms-fill-upper\";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:31:\"background:rgba(255,255,255,.2)\";i:1;s:19:\"border:0 solid #fff\";i:2;s:20:\"border-radius:27.2px\";i:3;s:50:\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\";}}i:453;a:2:{i:0;a:1:{s:28:\"input[type=range]::-ms-thumb\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:8:{i:0;s:63:\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\";i:1;s:26:\"border:7.9px solid #0274be\";i:2;s:11:\"height:20px\";i:3;s:12:\"height:8.6px\";i:4;s:10:\"width:20px\";i:5;s:18:\"border-radius:50px\";i:6;s:18:\"background:#0274be\";i:7;s:14:\"cursor:pointer\";}}i:454;a:2:{i:0;a:1:{s:39:\"input[type=range]:focus::-ms-fill-lower\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:31:\"background:rgba(255,255,255,.2)\";}}i:455;a:2:{i:0;a:1:{s:39:\"input[type=range]:focus::-ms-fill-upper\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:31:\"background:rgba(255,255,255,.2)\";}}i:456;a:2:{i:0;a:1:{s:17:\"input[type=color]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:5:{i:0;s:11:\"border:none\";i:1;s:11:\"width:100px\";i:2;s:9:\"padding:0\";i:3;s:11:\"height:30px\";i:4;s:14:\"cursor:pointer\";}}i:457;a:2:{i:0;a:1:{s:47:\"input[type=color]::-webkit-color-swatch-wrapper\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:9:\"padding:0\";i:1;s:11:\"border:none\";}}i:458;a:2:{i:0;a:1:{s:39:\"input[type=color]::-webkit-color-swatch\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:459;a:2:{i:0;a:1:{s:19:\".page .entry-header\";a:1:{i:1;a:2:{i:0;s:4:\"page\";i:1;s:12:\"entry-header\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:460;a:2:{i:0;a:1:{s:21:\".search .entry-header\";a:1:{i:1;a:2:{i:0;s:6:\"search\";i:1;s:12:\"entry-header\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:461;a:2:{i:0;a:2:{s:56:\".ast-single-post .entry-header.ast-header-without-markup\";a:1:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:12:\"entry-header\";i:2;s:25:\"ast-header-without-markup\";}}s:60:\".ast-single-post .entry-header.ast-no-title.ast-no-thumbnail\";a:1:{i:1;a:4:{i:0;s:15:\"ast-single-post\";i:1;s:12:\"entry-header\";i:2;s:12:\"ast-no-title\";i:3;s:16:\"ast-no-thumbnail\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:462;a:2:{i:0;a:1:{s:13:\".entry-header\";a:1:{i:1;a:1:{i:0;s:12:\"entry-header\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:20:\"word-wrap:break-word\";}}i:463;a:2:{i:0;a:1:{s:40:\".entry-header+.ast-blog-featured-section\";a:1:{i:1;a:2:{i:0;s:12:\"entry-header\";i:1;s:25:\"ast-blog-featured-section\";}}}i:1;a:1:{i:0;s:15:\"margin-top:.5em\";}}i:464;a:2:{i:0;a:1:{s:14:\".entry-content\";a:1:{i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:1:{i:0;s:20:\"word-wrap:break-word\";}}i:465;a:2:{i:0;a:1:{s:16:\".entry-content p\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.6em\";}}i:466;a:2:{i:0;a:1:{s:10:\".read-more\";a:1:{i:1;a:1:{i:0;s:9:\"read-more\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:467;a:2:{i:0;a:1:{s:27:\".read-more .ast-right-arrow\";a:1:{i:1;a:2:{i:0;s:9:\"read-more\";i:1;s:15:\"ast-right-arrow\";}}}i:1;a:1:{i:0;s:13:\"font-size:1em\";}}i:468;a:2:{i:0;a:1:{s:40:\".ast-no-thumb .ast-blog-featured-section\";a:1:{i:1;a:2:{i:0;s:12:\"ast-no-thumb\";i:1;s:25:\"ast-blog-featured-section\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:469;a:2:{i:0;a:1:{s:54:\".ast-no-thumb .entry-header+.ast-blog-featured-section\";a:1:{i:1;a:3:{i:0;s:12:\"ast-no-thumb\";i:1;s:12:\"entry-header\";i:2;s:25:\"ast-blog-featured-section\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:470;a:2:{i:0;a:1:{s:26:\".ast-blog-featured-section\";a:1:{i:1;a:1:{i:0;s:25:\"ast-blog-featured-section\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:471;a:2:{i:0;a:1:{s:22:\".error404 .page-header\";a:1:{i:1;a:2:{i:0;s:8:\"error404\";i:1;s:11:\"page-header\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:472;a:2:{i:0;a:1:{s:34:\".error404 .page-header .page-title\";a:1:{i:1;a:3:{i:0;s:8:\"error404\";i:1;s:11:\"page-header\";i:2;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:473;a:2:{i:0;a:3:{s:21:\".archive .entry-title\";a:1:{i:1;a:2:{i:0;s:7:\"archive\";i:1;s:11:\"entry-title\";}}s:18:\".blog .entry-title\";a:1:{i:1;a:2:{i:0;s:4:\"blog\";i:1;s:11:\"entry-title\";}}s:20:\".search .entry-title\";a:1:{i:1;a:2:{i:0;s:6:\"search\";i:1;s:11:\"entry-title\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.3\";}}i:474;a:2:{i:0;a:4:{s:35:\".archive .format-aside .entry-title\";a:1:{i:1;a:3:{i:0;s:7:\"archive\";i:1;s:12:\"format-aside\";i:2;s:11:\"entry-title\";}}s:36:\".archive .format-status .entry-title\";a:1:{i:1;a:3:{i:0;s:7:\"archive\";i:1;s:13:\"format-status\";i:2;s:11:\"entry-title\";}}s:32:\".blog .format-aside .entry-title\";a:1:{i:1;a:3:{i:0;s:4:\"blog\";i:1;s:12:\"format-aside\";i:2;s:11:\"entry-title\";}}s:33:\".blog .format-status .entry-title\";a:1:{i:1;a:3:{i:0;s:4:\"blog\";i:1;s:13:\"format-status\";i:2;s:11:\"entry-title\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:475;a:2:{i:0;a:1:{s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"font-weight:400\";}}i:476;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:18:\"margin-bottom:.2em\";}}i:477;a:2:{i:0;a:1:{s:17:\".ast-article-post\";a:1:{i:1;a:1:{i:0;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:2.5em\";}}i:478;a:2:{i:0;a:1:{s:28:\".ast-article-post:last-child\";a:1:{i:1;a:1:{i:0;s:16:\"ast-article-post\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:15:\"border-bottom:0\";}}i:479;a:2:{i:0;a:1:{s:48:\".search .site-content .content-area .search-form\";a:1:{i:1;a:4:{i:0;s:6:\"search\";i:1;s:12:\"site-content\";i:2;s:12:\"content-area\";i:3;s:11:\"search-form\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:3em\";}}i:480;a:2:{i:0;a:1:{s:26:\".blog-layout-1 .post-thumb\";a:1:{i:1;a:2:{i:0;s:13:\"blog-layout-1\";i:1;s:10:\"post-thumb\";}}}i:1;a:3:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";i:2;s:17:\"position:relative\";}}i:481;a:2:{i:0;a:1:{s:16:\".blog .posted-on\";a:1:{i:1;a:2:{i:0;s:4:\"blog\";i:1;s:9:\"posted-on\";}}}i:1;a:1:{i:0;s:9:\"z-index:1\";}}i:482;a:2:{i:0;a:1:{s:37:\".ast-blog-featured-section .posted-on\";a:1:{i:1;a:2:{i:0;s:25:\"ast-blog-featured-section\";i:1;s:9:\"posted-on\";}}}i:1;a:3:{i:0;s:19:\"width:5.714285714em\";i:1;s:20:\"height:5.714285714em\";i:2;s:12:\"padding:.7em\";}}i:483;a:2:{i:0;a:2:{s:49:\".ast-blog-featured-section .posted-on .date-month\";a:1:{i:1;a:3:{i:0;s:25:\"ast-blog-featured-section\";i:1;s:9:\"posted-on\";i:2;s:10:\"date-month\";}}s:48:\".ast-blog-featured-section .posted-on .date-year\";a:1:{i:1;a:3:{i:0;s:25:\"ast-blog-featured-section\";i:1;s:9:\"posted-on\";i:2;s:9:\"date-year\";}}}i:1;a:2:{i:0;s:23:\"font-size:.8571428571em\";i:1;s:15:\"line-height:1em\";}}i:484;a:2:{i:0;a:1:{s:47:\".ast-blog-featured-section .posted-on .date-day\";a:1:{i:1;a:3:{i:0;s:25:\"ast-blog-featured-section\";i:1;s:9:\"posted-on\";i:2;s:8:\"date-day\";}}}i:1;a:4:{i:0;s:15:\"font-size:2.5em\";i:1;s:16:\"line-height:.9em\";i:2;s:15:\"font-weight:900\";i:3;s:13:\"margin:.1em 0\";}}i:485;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:2:{i:0;s:17:\"border-radius:50%\";i:1;s:17:\"margin:0 0 0 20px\";}}i:486;a:2:{i:0;a:1:{s:24:\".ast-archive-description\";a:1:{i:1;a:1:{i:0;s:23:\"ast-archive-description\";}}}i:1;a:3:{i:0;s:19:\"margin-bottom:2.5em\";i:1;s:23:\"padding-bottom:1.3333em\";i:2;s:28:\"border-bottom:1px solid #eee\";}}i:487;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:4:{i:0;s:17:\"margin-bottom:4px\";i:1;s:14:\"font-size:40px\";i:2;s:20:\"font-size:2.85714rem\";i:3;s:15:\"font-weight:300\";}}i:488;a:2:{i:0;a:1:{s:26:\".ast-archive-description p\";a:2:{i:1;a:1:{i:0;s:23:\"ast-archive-description\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:5:{i:0;s:15:\"margin-bottom:0\";i:1;s:14:\"font-size:20px\";i:2;s:20:\"font-size:1.42857rem\";i:3;s:16:\"line-height:1.65\";i:4;s:15:\"font-weight:300\";}}i:489;a:2:{i:0;a:2:{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\";}}s:39:\".ast-separate-container .ast-author-box\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:14:\"ast-author-box\";}}}i:1;a:3:{i:0;s:21:\"background-color:#eee\";i:1;s:16:\"padding-bottom:0\";i:2;s:15:\"border-bottom:0\";}}i:490;s:26:\"@media (max-width:1200px){\";i:491;a:2:{i:0;a:1:{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:2:{i:0;s:8:\"margin:0\";i:1;s:20:\"padding:3.34em 2.4em\";}}i:492;s:1:\"}\";i:493;s:25:\"@media (max-width:992px){\";i:494;a:2:{i:0;a:1:{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:14:\"padding:2.14em\";}}i:495;s:1:\"}\";i:496;s:26:\"@media (min-width:1201px){\";i:497;a:2:{i:0;a:2:{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\";}}s:39:\".ast-separate-container .ast-author-box\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:14:\"ast-author-box\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:28:\"padding:5em 6.67em 3.33333em\";}}i:498;s:1:\"}\";i:499;a:2:{i:0;a:1:{s:21:\".single .entry-header\";a:1:{i:1;a:2:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:2em\";}}i:500;a:2:{i:0;a:1:{s:24:\".single .post-navigation\";a:1:{i:1;a:2:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";}}}i:1;a:3:{i:0;s:8:\"margin:0\";i:1;s:15:\"padding:2em 0 0\";i:2;s:25:\"border-top:1px solid #eee\";}}i:501;s:25:\"@media (max-width:768px){\";i:502;a:2:{i:0;a:1:{s:24:\".single .post-navigation\";a:1:{i:1;a:2:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";}}}i:1;a:1:{i:0;s:17:\"padding-top:1.5em\";}}i:503;s:1:\"}\";i:504;a:2:{i:0;a:1:{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:4:{i:0;s:10:\"margin:2px\";i:1;s:20:\"display:inline-block\";i:2;s:17:\"text-align:center\";i:3;s:10:\"color:#000\";}}i:505;s:25:\"@media (min-width:421px){\";i:506;a:2:{i:0;a:1:{s:35:\".single .post-navigation .nav-links\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:9:\"nav-links\";}}}i:1;a:2:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";}}i:507;a:2:{i:0;a:2:{s:34:\".single .post-navigation .nav-next\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:8:\"nav-next\";}}s:38:\".single .post-navigation .nav-previous\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:12:\"nav-previous\";}}}i:1;a:1:{i:0;s:9:\"flex:auto\";}}i:508;s:1:\"}\";i:509;s:25:\"@media (max-width:420px){\";i:510;a:2:{i:0;a:2:{s:40:\".single .post-navigation .ast-left-arrow\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:14:\"ast-left-arrow\";}}s:41:\".single .post-navigation .ast-right-arrow\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:15:\"ast-right-arrow\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:511;a:2:{i:0;a:2:{s:34:\".single .post-navigation .nav-next\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:8:\"nav-next\";}}s:38:\".single .post-navigation .nav-previous\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:12:\"nav-previous\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:512;a:2:{i:0;a:2:{s:36:\".single .post-navigation .nav-next a\";a:2:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:8:\"nav-next\";}i:0;a:1:{i:0;s:1:\"a\";}}s:40:\".single .post-navigation .nav-previous a\";a:2:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:12:\"nav-previous\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:513;a:2:{i:0;a:1:{s:38:\".single .post-navigation .nav-previous\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:12:\"nav-previous\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:514;s:1:\"}\";i:515;a:2:{i:0;a:2:{s:64:\".single .entry-header .ast-single-post-order+.post-thumb amp-img\";a:2:{i:1;a:4:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";i:2;s:21:\"ast-single-post-order\";i:3;s:10:\"post-thumb\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:65:\".single .entry-header .ast-single-post-order+.post-thumb amp-anim\";a:2:{i:1;a:4:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";i:2;s:21:\"ast-single-post-order\";i:3;s:10:\"post-thumb\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:14:\"margin-top:2em\";i:1;s:15:\"margin-bottom:0\";}}i:516;a:2:{i:0;a:1:{s:69:\".single .entry-header.ast-no-title .post-thumb+.ast-single-post-order\";a:1:{i:1;a:5:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";i:2;s:12:\"ast-no-title\";i:3;s:10:\"post-thumb\";i:4;s:21:\"ast-single-post-order\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:517;a:2:{i:0;a:1:{s:56:\".single .entry-header .post-thumb+.ast-single-post-order\";a:1:{i:1;a:4:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";i:2;s:10:\"post-thumb\";i:3;s:21:\"ast-single-post-order\";}}}i:1;a:1:{i:0;s:14:\"margin-top:2em\";}}i:518;a:2:{i:0;a:2:{s:41:\".single .entry-header .post-thumb amp-img\";a:2:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";i:2;s:10:\"post-thumb\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:42:\".single .entry-header .post-thumb amp-anim\";a:2:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";i:2;s:10:\"post-thumb\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:12:\"margin-top:0\";i:1;s:15:\"margin-bottom:0\";}}i:519;a:2:{i:0;a:2:{s:45:\".page .has-post-thumbnail .post-thumb amp-img\";a:2:{i:1;a:3:{i:0;s:4:\"page\";i:1;s:18:\"has-post-thumbnail\";i:2;s:10:\"post-thumb\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:46:\".page .has-post-thumbnail .post-thumb amp-anim\";a:2:{i:1;a:3:{i:0;s:4:\"page\";i:1;s:18:\"has-post-thumbnail\";i:2;s:10:\"post-thumb\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:520;a:2:{i:0;a:1:{s:19:\".post-password-form\";a:1:{i:1;a:1:{i:0;s:18:\"post-password-form\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:521;s:25:\"@media (max-width:420px){\";i:522;a:2:{i:0;a:1:{s:40:\".post-password-form input[type=password]\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:18:\"post-password-form\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"margin:10px auto\";}}i:523;s:1:\"}\";i:524;a:2:{i:0;a:1:{s:38:\".post-password-form input[type=submit]\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:18:\"post-password-form\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:17:\"padding:10px 20px\";i:1;s:17:\"border-radius:2px\";}}i:525;a:2:{i:0;a:1:{s:40:\".ast-separate-container .post-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"post-navigation\";}}}i:1;a:3:{i:0;s:12:\"border-top:0\";i:1;s:22:\"padding-left:3.33333em\";i:2;s:23:\"padding-right:3.33333em\";}}i:526;s:25:\"@media (max-width:420px){\";i:527;a:2:{i:0;a:1:{s:40:\".ast-separate-container .post-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"post-navigation\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";}}i:528;s:1:\"}\";i:529;s:25:\"@media (max-width:768px){\";i:530;a:2:{i:0;a:1:{s:37:\".ast-separate-container .entry-header\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:12:\"entry-header\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:531;s:1:\"}\";i:532;a:2:{i:0;a:1:{s:17:\".ast-404-layout-1\";a:1:{i:1;a:1:{i:0;s:16:\"ast-404-layout-1\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:15:\"margin:4em auto\";}}i:533;a:2:{i:0;a:1:{s:33:\".ast-404-layout-1 .page-sub-title\";a:1:{i:1;a:2:{i:0;s:16:\"ast-404-layout-1\";i:1;s:14:\"page-sub-title\";}}}i:1;a:2:{i:0;s:16:\"font-size:1.5rem\";i:1;s:15:\"font-weight:700\";}}i:534;a:2:{i:0;a:1:{s:32:\".ast-404-layout-1 .widget_search\";a:1:{i:1;a:2:{i:0;s:16:\"ast-404-layout-1\";i:1;s:13:\"widget_search\";}}}i:1;a:1:{i:0;s:16:\"padding-top:.5em\";}}i:535;a:2:{i:0;a:1:{s:15:\".ast-404-search\";a:1:{i:1;a:1:{i:0;s:14:\"ast-404-search\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.5em\";}}i:536;a:2:{i:0;a:1:{s:30:\".ast-404-search .widget_search\";a:1:{i:1;a:2:{i:0;s:14:\"ast-404-search\";i:1;s:13:\"widget_search\";}}}i:1;a:2:{i:0;s:15:\"max-width:370px\";i:1;s:13:\"margin:0 auto\";}}i:537;a:2:{i:0;a:2:{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\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:538;s:26:\"@media (max-width:1200px){\";i:539;a:2:{i:0;a:2:{s:41:\".ast-separate-container .ast-404-layout-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-404-layout-1\";}}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\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:20:\"padding:3.34em 2.4em\";}}i:540;s:1:\"}\";i:541;s:25:\"@media (max-width:768px){\";i:542;a:2:{i:0;a:2:{s:41:\".ast-separate-container .ast-404-layout-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-404-layout-1\";}}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\";}}}i:1;a:1:{i:0;s:20:\"padding:1.5em 2.14em\";}}i:543;s:1:\"}\";i:544;s:25:\"@media (max-width:544px){\";i:545;a:2:{i:0;a:2:{s:41:\".ast-separate-container .ast-404-layout-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-404-layout-1\";}}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\";}}}i:1;a:1:{i:0;s:17:\"padding:1.5em 1em\";}}i:546;s:1:\"}\";i:547;s:26:\"@media (min-width:1201px){\";i:548;a:2:{i:0;a:2:{s:41:\".ast-separate-container .ast-404-layout-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-404-layout-1\";}}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\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:21:\"padding:5.34em 6.67em\";}}i:549;s:1:\"}\";i:550;a:2:{i:0;a:1:{s:14:\".blog-layout-1\";a:1:{i:1;a:1:{i:0;s:13:\"blog-layout-1\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:20:\"display:inline-block\";i:2;s:18:\"padding-bottom:2em\";i:3;s:21:\"vertical-align:middle\";i:4;s:28:\"border-bottom:1px solid #eee\";}}i:551;a:2:{i:0;a:1:{s:25:\".blog-layout-1 .posted-on\";a:1:{i:1;a:2:{i:0;s:13:\"blog-layout-1\";i:1;s:9:\"posted-on\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:552;a:2:{i:0;a:2:{s:28:\".blog-layout-1 .post-content\";a:1:{i:1;a:2:{i:0;s:13:\"blog-layout-1\";i:1;s:12:\"post-content\";}}s:26:\".blog-layout-1 .post-thumb\";a:1:{i:1;a:2:{i:0;s:13:\"blog-layout-1\";i:1;s:10:\"post-thumb\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";}}i:553;a:2:{i:0;a:1:{s:9:\".ast-flex\";a:1:{i:1;a:1:{i:0;s:8:\"ast-flex\";}}}i:1;a:3:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:14:\"flex-wrap:wrap\";}}i:554;a:2:{i:0;a:1:{s:11:\".ast-flex-1\";a:1:{i:1;a:1:{i:0;s:10:\"ast-flex-1\";}}}i:1;a:1:{i:0;s:6:\"flex:1\";}}i:555;a:2:{i:0;a:1:{s:16:\".ast-inline-flex\";a:1:{i:1;a:1:{i:0;s:15:\"ast-inline-flex\";}}}i:1;a:5:{i:0;s:23:\"-js-display:inline-flex\";i:1;s:19:\"display:inline-flex\";i:2;s:18:\"align-items:center\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:20:\"align-content:center\";}}i:556;a:2:{i:0;a:1:{s:31:\".ast-justify-content-flex-start\";a:1:{i:1;a:1:{i:0;s:30:\"ast-justify-content-flex-start\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:557;a:2:{i:0;a:1:{s:29:\".ast-justify-content-flex-end\";a:1:{i:1;a:1:{i:0;s:28:\"ast-justify-content-flex-end\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:558;a:2:{i:0;a:1:{s:27:\".ast-justify-content-center\";a:1:{i:1;a:1:{i:0;s:26:\"ast-justify-content-center\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:559;a:2:{i:0;a:1:{s:34:\".ast-justify-content-space-between\";a:1:{i:1;a:1:{i:0;s:33:\"ast-justify-content-space-between\";}}}i:1;a:1:{i:0;s:29:\"justify-content:space-between\";}}i:560;a:2:{i:0;a:1:{s:33:\".ast-justify-content-space-around\";a:1:{i:1;a:1:{i:0;s:32:\"ast-justify-content-space-around\";}}}i:1;a:1:{i:0;s:28:\"justify-content:space-around\";}}i:561;a:2:{i:0;a:1:{s:29:\".ast-align-content-flex-start\";a:1:{i:1;a:1:{i:0;s:28:\"ast-align-content-flex-start\";}}}i:1;a:1:{i:0;s:24:\"align-content:flex-start\";}}i:562;a:2:{i:0;a:1:{s:27:\".ast-align-content-flex-end\";a:1:{i:1;a:1:{i:0;s:26:\"ast-align-content-flex-end\";}}}i:1;a:1:{i:0;s:22:\"align-content:flex-end\";}}i:563;a:2:{i:0;a:1:{s:25:\".ast-align-content-center\";a:1:{i:1;a:1:{i:0;s:24:\"ast-align-content-center\";}}}i:1;a:1:{i:0;s:20:\"align-content:center\";}}i:564;a:2:{i:0;a:1:{s:32:\".ast-align-content-space-between\";a:1:{i:1;a:1:{i:0;s:31:\"ast-align-content-space-between\";}}}i:1;a:1:{i:0;s:27:\"align-content:space-between\";}}i:565;a:2:{i:0;a:1:{s:31:\".ast-align-content-space-around\";a:1:{i:1;a:1:{i:0;s:30:\"ast-align-content-space-around\";}}}i:1;a:1:{i:0;s:26:\"align-content:space-around\";}}i:566;a:2:{i:0;a:1:{s:26:\".ast-align-content-stretch\";a:1:{i:1;a:1:{i:0;s:25:\"ast-align-content-stretch\";}}}i:1;a:1:{i:0;s:21:\"align-content:stretch\";}}i:567;a:2:{i:0;a:1:{s:16:\".ast-flex-grow-1\";a:1:{i:1;a:1:{i:0;s:15:\"ast-flex-grow-1\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:1\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"297834b4c4b19b7b6584facdb172187b\";s:10:\"parse_time\";d:0.3069140911102295;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3246,'_transient_timeout_amp-parsed-stylesheet-v40-bf0a768f2e19d9a7e157e02a6789ffae','1732843946','off'),
(3247,'_transient_amp-parsed-stylesheet-v40-bf0a768f2e19d9a7e157e02a6789ffae','a:8:{s:6:\"tokens\";a:47:{i:0;a:2:{i:0;a:1:{s:26:\"html:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:17:\"overflow-x:hidden\";}}i:1;a:2:{i:0;a:2:{s:41:\"html:not([amp4ads]):not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}s:46:\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:4:\"html\";i:1;s:4:\"body\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:46:\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:4:\"html\";i:1;s:4:\"body\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:3;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:29:\"-webkit-text-size-adjust:100%\";i:1;s:26:\"-moz-text-size-adjust:100%\";i:2;s:25:\"-ms-text-size-adjust:100%\";i:3;s:21:\"text-size-adjust:100%\";}}i:4;a:2:{i:0;a:1:{s:13:\"amp-instagram\";a:1:{i:0;a:1:{i:0;s:13:\"amp-instagram\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:5;a:2:{i:0;a:1:{s:35:\"amp-instagram:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:13:\"amp-instagram\";}}}i:1;a:1:{i:0;s:20:\"padding:54px 0px 0px\";}}i:6;a:2:{i:0;a:1:{s:39:\"amp-iframe iframe:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:7;a:2:{i:0;a:1:{s:29:\"[amp-access][amp-access-hide]\";a:1:{i:3;a:2:{i:0;s:10:\"amp-access\";i:1;s:15:\"amp-access-hide\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:8;a:2:{i:0;a:1:{s:42:\"[subscriptions-dialog]:not(#_#_#_#_#_#_#_)\";a:1:{i:3;a:1:{i:0;s:20:\"subscriptions-dialog\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:9;a:2:{i:0;a:2:{s:14:\"amp-experiment\";a:1:{i:0;a:1:{i:0;s:14:\"amp-experiment\";}}s:22:\"amp-live-list>[update]\";a:1:{i:0;a:1:{i:0;s:13:\"amp-live-list\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:10;a:2:{i:0;a:5:{s:22:\"amp-list [fetch-error]\";a:1:{i:0;a:1:{i:0;s:8:\"amp-list\";}}s:38:\"amp-list[load-more] [load-more-button]\";a:1:{i:0;a:1:{i:0;s:8:\"amp-list\";}}s:35:\"amp-list[load-more] [load-more-end]\";a:1:{i:0;a:1:{i:0;s:8:\"amp-list\";}}s:38:\"amp-list[load-more] [load-more-failed]\";a:1:{i:0;a:1:{i:0;s:8:\"amp-list\";}}s:39:\"amp-list[load-more] [load-more-loading]\";a:1:{i:0;a:1:{i:0;s:8:\"amp-list\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:11;a:2:{i:0;a:1:{s:33:\"amp-list[diffable] div[role=list]\";a:1:{i:0;a:1:{i:0;s:8:\"amp-list\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:12;a:2:{i:0;a:2:{s:36:\"amp-story-page:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:14:\"amp-story-page\";}}s:43:\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\";a:2:{i:3;a:1:{i:0;s:10:\"standalone\";}i:0;a:1:{i:0;s:9:\"amp-story\";}}}i:1;a:7:{i:0;s:14:\"min-height:1px\";i:1;s:13:\"display:block\";i:2;s:11:\"height:100%\";i:3;s:8:\"margin:0\";i:4;s:9:\"padding:0\";i:5;s:15:\"overflow:hidden\";i:6;s:10:\"width:100%\";}}i:13;a:2:{i:0;a:1:{s:43:\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\";a:2:{i:3;a:1:{i:0;s:10:\"standalone\";}i:0;a:1:{i:0;s:9:\"amp-story\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:17:\"position:relative\";}}i:14;a:2:{i:0;a:1:{s:14:\"amp-story-page\";a:1:{i:0;a:1:{i:0;s:14:\"amp-story-page\";}}}i:1;a:1:{i:0;s:24:\"background-color:#757575\";}}i:15;a:2:{i:0;a:1:{s:47:\"amp-story .amp-active>div:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:10:\"amp-active\";}i:0;a:2:{i:0;s:9:\"amp-story\";i:1;s:3:\"div\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:16;a:2:{i:0;a:1:{s:86:\"amp-story-page:not(:first-of-type):not([distance]):not([active]):not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:14:\"amp-story-page\";}}}i:1;a:1:{i:0;s:28:\"transform:translateY(1000vh)\";}}i:17;a:2:{i:0;a:1:{s:38:\"amp-autocomplete:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:16:\"amp-autocomplete\";}}}i:1;a:2:{i:0;s:17:\"position:relative\";i:1;s:20:\"display:inline-block\";}}i:18;a:2:{i:0;a:2:{s:22:\"amp-autocomplete>input\";a:1:{i:0;a:2:{i:0;s:16:\"amp-autocomplete\";i:1;s:5:\"input\";}}s:25:\"amp-autocomplete>textarea\";a:1:{i:0;a:2:{i:0;s:16:\"amp-autocomplete\";i:1;s:8:\"textarea\";}}}i:1;a:2:{i:0;s:13:\"padding:.5rem\";i:1;s:32:\"border:1px solid rgba(0,0,0,.33)\";}}i:19;a:2:{i:0;a:2:{s:22:\"amp-autocomplete>input\";a:1:{i:0;a:2:{i:0;s:16:\"amp-autocomplete\";i:1;s:5:\"input\";}}s:25:\"amp-autocomplete>textarea\";a:1:{i:0;a:2:{i:0;s:16:\"amp-autocomplete\";i:1;s:8:\"textarea\";}}}i:1;a:2:{i:0;s:14:\"font-size:1rem\";i:1;s:18:\"line-height:1.5rem\";}}i:20;a:2:{i:0;a:1:{s:16:\"[amp-fx^=fly-in]\";a:1:{i:3;a:1:{i:0;s:6:\"amp-fx\";}}}i:1;a:1:{i:0;s:17:\"visibility:hidden\";}}i:21;a:2:{i:0;a:2:{s:17:\"amp-script[nodom]\";a:1:{i:0;a:1:{i:0;s:10:\"amp-script\";}}s:21:\"amp-script[sandboxed]\";a:1:{i:0;a:1:{i:0;s:10:\"amp-script\";}}}i:1;a:1:{i:0;s:17:\"visibility:hidden\";}}i:22;a:2:{i:0;a:2:{s:39:\"amp-script[nodom]:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:10:\"amp-script\";}}s:43:\"amp-script[sandboxed]:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:10:\"amp-script\";}}}i:1;a:5:{i:0;s:14:\"position:fixed\";i:1;s:5:\"top:0\";i:2;s:9:\"width:1px\";i:3;s:10:\"height:1px\";i:4;s:15:\"overflow:hidden\";}}i:23;a:2:{i:0;a:1:{s:28:\"[hidden]:not(#_#_#_#_#_#_#_)\";a:1:{i:3;a:1:{i:0;s:6:\"hidden\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:24;a:2:{i:0;a:1:{s:18:\"[layout=container]\";a:1:{i:3;a:1:{i:0;s:6:\"layout\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:17:\"position:relative\";}}i:25;a:2:{i:0;a:1:{s:15:\"body noscript>*\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:8:\"noscript\";}}}i:1;a:6:{i:0;s:13:\"display:block\";i:1;s:17:\"position:absolute\";i:2;s:5:\"top:0\";i:3;s:6:\"left:0\";i:4;s:8:\"bottom:0\";i:5;s:7:\"right:0\";}}i:26;a:2:{i:0;a:1:{s:37:\"body noscript>*:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:8:\"noscript\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:27;a:2:{i:0;a:1:{s:15:\"body noscript>*\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:8:\"noscript\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:9:\"z-index:2\";}}i:28;a:2:{i:0;a:1:{s:37:\"body noscript>*:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:8:\"noscript\";}}}i:1;a:1:{i:0;s:17:\"position:absolute\";}}i:29;a:2:{i:0;a:1:{s:35:\"body noscript:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:8:\"noscript\";}}}i:1;a:1:{i:0;s:14:\"display:inline\";}}i:30;s:30:\"@supports (aspect-ratio:1/1){}\";i:31;a:2:{i:0;a:1:{s:22:\"i-amp-scroll-container\";a:1:{i:0;a:1:{i:0;s:22:\"i-amp-scroll-container\";}}}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:7:\"right:0\";i:4;s:8:\"bottom:0\";i:5;s:13:\"display:block\";}}i:32;a:2:{i:0;a:1:{s:33:\"i-amp-scroll-container.amp-active\";a:2:{i:1;a:1:{i:0;s:10:\"amp-active\";}i:0;a:1:{i:0;s:22:\"i-amp-scroll-container\";}}}i:1;a:2:{i:0;s:13:\"overflow:auto\";i:1;s:32:\"-webkit-overflow-scrolling:touch\";}}i:33;a:2:{i:0;a:1:{s:30:\"template:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:8:\"template\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:34;a:2:{i:0;a:4:{s:15:\".amp-border-box\";a:1:{i:1;a:1:{i:0;s:14:\"amp-border-box\";}}s:17:\".amp-border-box *\";a:1:{i:1;a:1:{i:0;s:14:\"amp-border-box\";}}s:22:\".amp-border-box :after\";a:1:{i:1;a:1:{i:0;s:14:\"amp-border-box\";}}s:23:\".amp-border-box :before\";a:1:{i:1;a:1:{i:0;s:14:\"amp-border-box\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:35;a:2:{i:0;a:1:{s:31:\"amp-pixel:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:9:\"amp-pixel\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:36;a:2:{i:0;a:3:{s:13:\"amp-analytics\";a:1:{i:0;a:1:{i:0;s:13:\"amp-analytics\";}}s:12:\"amp-auto-ads\";a:1:{i:0;a:1:{i:0;s:12:\"amp-auto-ads\";}}s:18:\"amp-story-auto-ads\";a:1:{i:0;a:1:{i:0;s:18:\"amp-story-auto-ads\";}}}i:1;a:1:{i:0;s:17:\"visibility:hidden\";}}i:37;a:2:{i:0;a:3:{s:35:\"amp-analytics:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:13:\"amp-analytics\";}}s:34:\"amp-auto-ads:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:12:\"amp-auto-ads\";}}s:40:\"amp-story-auto-ads:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:18:\"amp-story-auto-ads\";}}}i:1;a:5:{i:0;s:14:\"position:fixed\";i:1;s:5:\"top:0\";i:2;s:9:\"width:1px\";i:3;s:10:\"height:1px\";i:4;s:15:\"overflow:hidden\";}}i:38;a:2:{i:0;a:4:{s:36:\"[visible-when-invalid]:not(.visible)\";a:1:{i:3;a:1:{i:0;s:20:\"visible-when-invalid\";}}s:19:\"form [submit-error]\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:0;a:1:{i:0;s:4:\"form\";}}s:21:\"form [submit-success]\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:0;a:1:{i:0;s:4:\"form\";}}s:17:\"form [submitting]\";a:2:{i:3;a:1:{i:0;s:10:\"submitting\";}i:0;a:1:{i:0;s:4:\"form\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:39;a:2:{i:0;a:1:{s:35:\"amp-accordion:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:13:\"amp-accordion\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:40;s:23:\"@media (min-width:1px){\";i:41;a:2:{i:0;a:1:{s:42:\":where(amp-accordion>section)>:first-child\";a:0:{}}i:1;a:4:{i:0;s:8:\"margin:0\";i:1;s:24:\"background-color:#efefef\";i:2;s:18:\"padding-right:20px\";i:3;s:24:\"border:1px solid #dfdfdf\";}}i:42;a:2:{i:0;a:1:{s:41:\":where(amp-accordion>section)>:last-child\";a:0:{}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:43;s:1:\"}\";i:44;a:2:{i:0;a:1:{s:43:\"amp-accordion>section:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:13:\"amp-accordion\";i:1;s:7:\"section\";}}}i:1;a:1:{i:0;s:10:\"float:none\";}}i:45;a:2:{i:0;a:1:{s:45:\"amp-accordion>section>*:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:13:\"amp-accordion\";i:1;s:7:\"section\";}}}i:1;a:4:{i:0;s:10:\"float:none\";i:1;s:13:\"display:block\";i:2;s:15:\"overflow:hidden\";i:3;s:17:\"position:relative\";}}i:46;a:2:{i:0;a:2:{s:13:\"amp-accordion\";a:1:{i:0;a:1:{i:0;s:13:\"amp-accordion\";}}s:21:\"amp-accordion>section\";a:1:{i:0;a:2:{i:0;s:13:\"amp-accordion\";i:1;s:7:\"section\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}}s:18:\"validation_results\";a:101:{i:0;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:18:\"html.i-amphtml-fie\";}s:9:\"sanitized\";b:1;}i:1;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:43:\"html.i-amphtml-singledoc.i-amphtml-embedded\";}s:9:\"sanitized\";b:1;}i:2;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:23:\"html.i-amphtml-fie>body\";}s:9:\"sanitized\";b:1;}i:3;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:29:\"html.i-amphtml-singledoc>body\";}s:9:\"sanitized\";b:1;}i:4;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:46:\"html.i-amphtml-fie:not(.i-amphtml-inabox)>body\";}s:9:\"sanitized\";b:1;}i:5;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:52:\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\";}s:9:\"sanitized\";b:1;}i:6;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:36:\"html.i-amphtml-ios-embed-legacy>body\";}s:9:\"sanitized\";b:1;}i:7;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:24:\"html.i-amphtml-ios-embed\";}s:9:\"sanitized\";b:1;}i:8;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:18:\"#i-amphtml-wrapper\";}s:9:\"sanitized\";b:1;}i:9;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:49:\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\";}s:9:\"sanitized\";b:1;}i:10;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:68:\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\";}s:9:\"sanitized\";b:1;}i:11;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:23:\"#i-amphtml-wrapper>body\";}s:9:\"sanitized\";b:1;}i:12;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:23:\"#i-amphtml-wrapper+body\";}s:9:\"sanitized\";b:1;}i:13;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:51:\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\";}s:9:\"sanitized\";b:1;}i:14;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:43:\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\";}s:9:\"sanitized\";b:1;}i:15;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:71:\"#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element\";}s:9:\"sanitized\";b:1;}i:16;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:44:\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\";}s:9:\"sanitized\";b:1;}i:17;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:26:\".i-amphtml-scroll-disabled\";}s:9:\"sanitized\";b:1;}i:18;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:54:\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\";}s:9:\"sanitized\";b:1;}i:19;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:55:\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\";}s:9:\"sanitized\";b:1;}i:20;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:68:\"amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden\";}s:9:\"sanitized\";b:1;}i:21;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:38:\"amp-story .i-amphtml-loader-background\";}s:9:\"sanitized\";b:1;}i:22;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:31:\".i-amphtml-autocomplete-results\";}s:9:\"sanitized\";b:1;}i:23;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:18:\".i-amphtml-element\";}s:9:\"sanitized\";b:1;}i:24;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:29:\".i-amphtml-blurry-placeholder\";}s:9:\"sanitized\";b:1;}i:25;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:42:\"[layout=nodisplay]:not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:26;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:23:\".i-amphtml-layout-fixed\";}s:9:\"sanitized\";b:1;}i:27;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:58:\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\";}s:9:\"sanitized\";b:1;}i:28;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:28:\".i-amphtml-layout-responsive\";}s:9:\"sanitized\";b:1;}i:29;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:68:\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\";}s:9:\"sanitized\";b:1;}i:30;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:72:\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\";}s:9:\"sanitized\";b:1;}i:31;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:79:\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\";}s:9:\"sanitized\";b:1;}i:32;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:27:\".i-amphtml-layout-intrinsic\";}s:9:\"sanitized\";b:1;}i:33;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:66:\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\";}s:9:\"sanitized\";b:1;}i:34;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:44:\".i-amphtml-layout-intrinsic .i-amphtml-sizer\";}s:9:\"sanitized\";b:1;}i:35;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:26:\".i-amphtml-intrinsic-sizer\";}s:9:\"sanitized\";b:1;}i:36;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:27:\".i-amphtml-layout-container\";}s:9:\"sanitized\";b:1;}i:37;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:30:\".i-amphtml-layout-fixed-height\";}s:9:\"sanitized\";b:1;}i:38;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:65:\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\";}s:9:\"sanitized\";b:1;}i:39;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:22:\".i-amphtml-layout-fill\";}s:9:\"sanitized\";b:1;}i:40;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:41:\".i-amphtml-layout-fill.i-amphtml-notbuilt\";}s:9:\"sanitized\";b:1;}i:41;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:41:\"[layout=fill]:not(.i-amphtml-layout-fill)\";}s:9:\"sanitized\";b:1;}i:42;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:27:\".i-amphtml-layout-flex-item\";}s:9:\"sanitized\";b:1;}i:43;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:51:\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\";}s:9:\"sanitized\";b:1;}i:44;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:23:\".i-amphtml-layout-fluid\";}s:9:\"sanitized\";b:1;}i:45;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:30:\".i-amphtml-layout-size-defined\";}s:9:\"sanitized\";b:1;}i:46;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:31:\".i-amphtml-layout-awaiting-size\";}s:9:\"sanitized\";b:1;}i:47;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:15:\"i-amphtml-sizer\";}s:9:\"sanitized\";b:1;}i:48;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:36:\"i-amphtml-sizer.i-amphtml-disable-ar\";}s:9:\"sanitized\";b:1;}i:49;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:29:\".i-amphtml-blurry-placeholder\";}s:9:\"sanitized\";b:1;}i:50;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:23:\".i-amphtml-fill-content\";}s:9:\"sanitized\";b:1;}i:51;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:54:\".i-amphtml-layout-size-defined .i-amphtml-fill-content\";}s:9:\"sanitized\";b:1;}i:52;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:27:\".i-amphtml-replaced-content\";}s:9:\"sanitized\";b:1;}i:53;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:24:\".i-amphtml-screen-reader\";}s:9:\"sanitized\";b:1;}i:54;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:24:\".i-amphtml-screen-reader\";}s:9:\"sanitized\";b:1;}i:55;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:49:\".i-amphtml-screen-reader~.i-amphtml-screen-reader\";}s:9:\"sanitized\";b:1;}i:56;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:74:\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\";}s:9:\"sanitized\";b:1;}i:57;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:99:\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\";}s:9:\"sanitized\";b:1;}i:58;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:21:\".i-amphtml-unresolved\";}s:9:\"sanitized\";b:1;}i:59;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:26:\".i-amphtml-select-disabled\";}s:9:\"sanitized\";b:1;}i:60;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:19:\".i-amphtml-notbuilt\";}s:9:\"sanitized\";b:1;}i:61;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:32:\"[layout]:not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:62;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:62:\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:63;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:69:\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:64;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:54:\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\";}s:9:\"sanitized\";b:1;}i:65;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:58:\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\";}s:9:\"sanitized\";b:1;}i:66;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:64:\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\";}s:9:\"sanitized\";b:1;}i:67;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:62:\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\";}s:9:\"sanitized\";b:1;}i:68;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:73:\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\";}s:9:\"sanitized\";b:1;}i:69;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:52:\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\";}s:9:\"sanitized\";b:1;}i:70;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:56:\"[layout]:not([layout=container]):not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:71;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:62:\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:72;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:69:\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:73;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:16:\".i-amphtml-ghost\";}s:9:\"sanitized\";b:1;}i:74;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:32:\".i-amphtml-element>[placeholder]\";}s:9:\"sanitized\";b:1;}i:75;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:46:\"[layout]:not(.i-amphtml-element)>[placeholder]\";}s:9:\"sanitized\";b:1;}i:76;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:76:\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\";}s:9:\"sanitized\";b:1;}i:77;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:74:\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\";}s:9:\"sanitized\";b:1;}i:78;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:43:\".i-amphtml-element>[placeholder].amp-hidden\";}s:9:\"sanitized\";b:1;}i:79;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:39:\".i-amphtml-element>[placeholder].hidden\";}s:9:\"sanitized\";b:1;}i:80;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:52:\".i-amphtml-element:not(.amp-notsupported)>[fallback]\";}s:9:\"sanitized\";b:1;}i:81;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:52:\".i-amphtml-layout-container>[placeholder].amp-hidden\";}s:9:\"sanitized\";b:1;}i:82;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:48:\".i-amphtml-layout-container>[placeholder].hidden\";}s:9:\"sanitized\";b:1;}i:83;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:41:\".i-amphtml-layout-size-defined>[fallback]\";}s:9:\"sanitized\";b:1;}i:84;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:44:\".i-amphtml-layout-size-defined>[placeholder]\";}s:9:\"sanitized\";b:1;}i:85;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:60:\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\";}s:9:\"sanitized\";b:1;}i:86;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:33:\".i-amphtml-notbuilt>[placeholder]\";}s:9:\"sanitized\";b:1;}i:87;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:32:\".i-amphtml-hidden-by-media-query\";}s:9:\"sanitized\";b:1;}i:88;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:24:\".i-amphtml-element-error\";}s:9:\"sanitized\";b:1;}i:89;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:31:\".i-amphtml-element-error:before\";}s:9:\"sanitized\";b:1;}i:90;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:26:\"i-amphtml-scroll-container\";}s:9:\"sanitized\";b:1;}i:91;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:37:\"i-amphtml-scroll-container.amp-active\";}s:9:\"sanitized\";b:1;}i:92;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:28:\".i-amphtml-loading-container\";}s:9:\"sanitized\";b:1;}i:93;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:48:\".i-amphtml-notbuilt>.i-amphtml-loading-container\";}s:9:\"sanitized\";b:1;}i:94;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:39:\".i-amphtml-loading-container.amp-hidden\";}s:9:\"sanitized\";b:1;}i:95;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:29:\".i-amphtml-element>[overflow]\";}s:9:\"sanitized\";b:1;}i:96;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:41:\".i-amphtml-layout-size-defined>[overflow]\";}s:9:\"sanitized\";b:1;}i:97;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:41:\".i-amphtml-element>[overflow].amp-visible\";}s:9:\"sanitized\";b:1;}i:98;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:32:\"html.i-amphtml-fie>amp-analytics\";}s:9:\"sanitized\";b:1;}i:99;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:55:\"amp-accordion:not(.i-amphtml-built)>section>:last-child\";}s:9:\"sanitized\";b:1;}i:100;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:65:\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\";}s:9:\"sanitized\";b:1;}}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"56fd5df6a4607622d63ca8539d231c32\";s:10:\"parse_time\";d:1.5268640518188477;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3248,'_transient_timeout_amp-parsed-stylesheet-v40-f32b5ce8a5a7dfe2288aba1b10ed365a','1732843947','off'),
(3249,'_transient_amp-parsed-stylesheet-v40-f32b5ce8a5a7dfe2288aba1b10ed365a','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:96:\"background-image:url(\"https://Alot88.co/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:95:\"background-image:url(\"https://Alot88.co/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:95:\"background-image:url(\"https://Alot88.co/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:94:\"background-image:url(\"https://Alot88.co/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:94:\"background-image:url(\"https://Alot88.co/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:96:\"background-image:url(\"https://Alot88.co/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:89:\"background-image:url(\"https://Alot88.co/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:93:\"background-image:url(\"https://Alot88.co/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:92:\"background-image:url(\"https://Alot88.co/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:96:\"background-image:url(\"https://Alot88.co/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:94:\"background-image:url(\"https://Alot88.co/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:97:\"background-image:url(\"https://Alot88.co/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:97:\"background-image:url(\"https://Alot88.co/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:89:\"background-image:url(\"https://Alot88.co/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:97:\"background-image:url(\"https://Alot88.co/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:102:\"background-image:url(\"https://Alot88.co/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:102:\"background-image:url(\"https://Alot88.co/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:102:\"background-image:url(\"https://Alot88.co/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:94:\"background-image:url(\"https://Alot88.co/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:93:\"background-image:url(\"https://Alot88.co/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:89:\"background-image:url(\"https://Alot88.co/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:\"f880918f9d6440b3e6be422ea0477a3c\";s:10:\"parse_time\";d:0.15116596221923828;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'),
(3253,'_transient_timeout_amp-parsed-stylesheet-v40-2d77fdf6a61bc2e5b68a23fb82067b0b','1732844145','off'),
(3254,'_transient_amp-parsed-stylesheet-v40-2d77fdf6a61bc2e5b68a23fb82067b0b','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.017108917236328125;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3255,'_transient_timeout_amp-parsed-stylesheet-v40-b2eca72376b5cb690594bb6dae9a86d0','1732844146','off'),
(3256,'_transient_amp-parsed-stylesheet-v40-b2eca72376b5cb690594bb6dae9a86d0','a:8:{s:6:\"tokens\";a:568:{i:0;a:2:{i:0;a:24:{s:7:\"address\";a:1:{i:0;a:1:{i:0;s:7:\"address\";}}s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}s:2:\"dd\";a:1:{i:0;a:1:{i:0;s:2:\"dd\";}}s:2:\"dl\";a:1:{i:0;a:1:{i:0;s:2:\"dl\";}}s:2:\"dt\";a:1:{i:0;a:1:{i:0;s:2:\"dt\";}}s:8:\"fieldset\";a:1:{i:0;a:1:{i:0;s:8:\"fieldset\";}}s:6:\"figure\";a:1:{i:0;a:1:{i:0;s:6:\"figure\";}}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\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:2:\"hr\";a:1:{i:0;a:1:{i:0;s:2:\"hr\";}}s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}s:10:\"amp-iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:6:\"legend\";a:1:{i:0;a:1:{i:0;s:6:\"legend\";}}s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:3:\"pre\";a:1:{i:0;a:1:{i:0;s:3:\"pre\";}}s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:8:{i:0;s:8:\"border:0\";i:1;s:14:\"font-size:100%\";i:2;s:18:\"font-style:inherit\";i:3;s:19:\"font-weight:inherit\";i:4;s:8:\"margin:0\";i:5;s:9:\"outline:0\";i:6;s:9:\"padding:0\";i:7;s:23:\"vertical-align:baseline\";}}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:2:{i:0;s:29:\"-webkit-text-size-adjust:100%\";i:1;s:25:\"-ms-text-size-adjust:100%\";}}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:1:{i:0;s:8:\"margin:0\";}}i:3;a:2:{i:0;a:2:{s:4:\"main\";a:1:{i:0;a:1:{i:0;s:4:\"main\";}}s:3:\"nav\";a:1:{i:0;a:1:{i:0;s:3:\"nav\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:4;a:2:{i:0;a:1:{s:8:\"progress\";a:1:{i:0;a:1:{i:0;s:8:\"progress\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:23:\"vertical-align:baseline\";}}i:5;a:2:{i:0;a:1:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:28:\"background-color:transparent\";}}i:6;a:2:{i:0;a:1:{s:8:\"a:active\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:9:\"outline:0\";}}i:7;a:2:{i:0;a:4:{s:1:\"a\";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\";}}s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:9:\"a:visited\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:8;a:2:{i:0;a:1:{s:11:\"abbr[title]\";a:2:{i:3;a:1:{i:0;s:5:\"title\";}i:0;a:1:{i:0;s:4:\"abbr\";}}}i:1;a:1:{i:0;s:24:\"border-bottom:1px dotted\";}}i:9;a:2:{i:0;a:2:{s:1:\"b\";a:1:{i:0;a:1:{i:0;s:1:\"b\";}}s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:15:\"font-weight:700\";}}i:10;a:2:{i:0;a:1:{s:3:\"dfn\";a:1:{i:0;a:1:{i:0;s:3:\"dfn\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:11;a:2:{i:0;a:1:{s:4:\"mark\";a:1:{i:0;a:1:{i:0;s:4:\"mark\";}}}i:1;a:2:{i:0;s:15:\"background:#ff0\";i:1;s:10:\"color:#000\";}}i:12;a:2:{i:0;a:1:{s:5:\"small\";a:1:{i:0;a:1:{i:0;s:5:\"small\";}}}i:1;a:1:{i:0;s:13:\"font-size:80%\";}}i:13;a:2:{i:0;a:2:{s:3:\"sub\";a:1:{i:0;a:1:{i:0;s:3:\"sub\";}}s:3:\"sup\";a:1:{i:0;a:1:{i:0;s:3:\"sup\";}}}i:1;a:4:{i:0;s:13:\"font-size:75%\";i:1;s:13:\"line-height:0\";i:2;s:17:\"position:relative\";i:3;s:23:\"vertical-align:baseline\";}}i:14;a:2:{i:0;a:1:{s:3:\"sup\";a:1:{i:0;a:1:{i:0;s:3:\"sup\";}}}i:1;a:1:{i:0;s:9:\"top:-.5em\";}}i:15;a:2:{i:0;a:1:{s:3:\"sub\";a:1:{i:0;a:1:{i:0;s:3:\"sub\";}}}i:1;a:1:{i:0;s:13:\"bottom:-.25em\";}}i:16;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:8:\"border:0\";}}i:17;a:2:{i:0;a:1:{s:14:\"svg:not(:root)\";a:1:{i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:18;a:2:{i:0;a:1:{s:6:\"figure\";a:1:{i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:19;a:2:{i:0;a:1:{s:2:\"hr\";a:1:{i:0;a:1:{i:0;s:2:\"hr\";}}}i:1;a:2:{i:0;s:22:\"box-sizing:content-box\";i:1;s:8:\"height:0\";}}i:20;a:2:{i:0;a:1:{s:3:\"pre\";a:1:{i:0;a:1:{i:0;s:3:\"pre\";}}}i:1;a:1:{i:0;s:13:\"overflow:auto\";}}i:21;a:2:{i:0;a:4:{s:4:\"code\";a:1:{i:0;a:1:{i:0;s:4:\"code\";}}s:3:\"kbd\";a:1:{i:0;a:1:{i:0;s:3:\"kbd\";}}s:3:\"pre\";a:1:{i:0;a:1:{i:0;s:3:\"pre\";}}s:4:\"samp\";a:1:{i:0;a:1:{i:0;s:4:\"samp\";}}}i:1;a:1:{i:0;s:13:\"font-size:1em\";}}i:22;a:2:{i:0;a:5:{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:8:\"optgroup\";a:1:{i:0;a:1:{i:0;s:8:\"optgroup\";}}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\";}}}i:1;a:3:{i:0;s:13:\"color:inherit\";i:1;s:12:\"font:inherit\";i:2;s:8:\"margin:0\";}}i:23;a:2:{i:0;a:1:{s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:16:\"overflow:visible\";}}i:24;a:2:{i:0;a:2:{s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:6:\"select\";a:1:{i:0;a:1:{i:0;s:6:\"select\";}}}i:1;a:1:{i:0;s:19:\"text-transform:none\";}}i:25;a:2:{i:0;a:4:{s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:23:\"html input[type=button]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:2:{i:0;s:4:\"html\";i:1;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:18:\"input[type=submit]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:25:\"-webkit-appearance:button\";i:1;s:14:\"cursor:pointer\";}}i:26;a:2:{i:0;a:2:{s:16:\"button[disabled]\";a:2:{i:3;a:1:{i:0;s:8:\"disabled\";}i:0;a:1:{i:0;s:6:\"button\";}}s:20:\"html input[disabled]\";a:2:{i:3;a:1:{i:0;s:8:\"disabled\";}i:0;a:2:{i:0;s:4:\"html\";i:1;s:5:\"input\";}}}i:1;a:1:{i:0;s:14:\"cursor:default\";}}i:27;a:2:{i:0;a:2:{s:24:\"button::-moz-focus-inner\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:23:\"input::-moz-focus-inner\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:8:\"border:0\";i:1;s:9:\"padding:0\";}}i:28;a:2:{i:0;a:1:{s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:18:\"line-height:normal\";}}i:29;a:2:{i:0;a:2:{s:20:\"input[type=checkbox]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:17:\"input[type=radio]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:9:\"padding:0\";}}i:30;a:2:{i:0;a:2:{s:45:\"input[type=number]::-webkit-inner-spin-button\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:45:\"input[type=number]::-webkit-outer-spin-button\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:31;a:2:{i:0;a:1:{s:18:\"input[type=search]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:28:\"-webkit-appearance:textfield\";i:1;s:22:\"box-sizing:content-box\";}}i:32;a:2:{i:0;a:2:{s:17:\"#comments .submit\";a:2:{i:1;a:1:{i:0;s:6:\"submit\";}i:2;a:1:{i:0;s:8:\"comments\";}}s:22:\".search .search-submit\";a:1:{i:1;a:2:{i:0;s:6:\"search\";i:1;s:13:\"search-submit\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 15px\";i:1;s:17:\"border-radius:2px\";i:2;s:27:\"line-height:1.8571428571429\";i:3;s:8:\"border:0\";}}i:33;a:2:{i:0;a:1:{s:37:\".search .site-main .ast-search-submit\";a:1:{i:1;a:3:{i:0;s:6:\"search\";i:1;s:9:\"site-main\";i:2;s:17:\"ast-search-submit\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:34;a:2:{i:0;a:2:{s:48:\"input[type=search]::-webkit-search-cancel-button\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:45:\"input[type=search]::-webkit-search-decoration\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:23:\"-webkit-appearance:none\";}}i:35;a:2:{i:0;a:1:{s:8:\"fieldset\";a:1:{i:0;a:1:{i:0;s:8:\"fieldset\";}}}i:1;a:3:{i:0;s:24:\"border:1px solid #eaeaea\";i:1;s:10:\"margin:0 0\";i:2;s:26:\"padding:.35em .625em .75em\";}}i:36;a:2:{i:0;a:1:{s:6:\"legend\";a:1:{i:0;a:1:{i:0;s:6:\"legend\";}}}i:1;a:2:{i:0;s:8:\"border:0\";i:1;s:9:\"padding:0\";}}i:37;a:2:{i:0;a:1:{s:15:\"fieldset legend\";a:1:{i:0;a:2:{i:0;s:8:\"fieldset\";i:1;s:6:\"legend\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"padding:0 .5em\";}}i:38;a:2:{i:0;a:1:{s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:13:\"overflow:auto\";}}i:39;a:2:{i:0;a:1:{s:8:\"optgroup\";a:1:{i:0;a:1:{i:0;s:8:\"optgroup\";}}}i:1;a:1:{i:0;s:15:\"font-weight:700\";}}i:40;a:2:{i:0;a:1:{s:5:\"table\";a:1:{i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:2:{i:0;s:24:\"border-collapse:collapse\";i:1;s:16:\"border-spacing:0\";}}i:41;a:2:{i:0;a:2:{s:2:\"td\";a:1:{i:0;a:1:{i:0;s:2:\"td\";}}s:2:\"th\";a:1:{i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:42;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:43;a:2:{i:0;a:2:{s:14:\".ast-container\";a:1:{i:1;a:1:{i:0;s:13:\"ast-container\";}}s:20:\".ast-container-fluid\";a:1:{i:1;a:1:{i:0;s:19:\"ast-container-fluid\";}}}i:1;a:4:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:17:\"padding-left:20px\";i:3;s:18:\"padding-right:20px\";}}i:44;a:2:{i:0;a:1:{s:8:\".ast-row\";a:1:{i:1;a:1:{i:0;s:7:\"ast-row\";}}}i:1;a:2:{i:0;s:17:\"margin-left:-20px\";i:1;s:18:\"margin-right:-20px\";}}i:45;a:2:{i:0;a:1:{s:20:\".ast-grid-common-col\";a:1:{i:1;a:1:{i:0;s:19:\"ast-grid-common-col\";}}}i:1;a:4:{i:0;s:17:\"position:relative\";i:1;s:14:\"min-height:1px\";i:2;s:17:\"padding-left:20px\";i:3;s:18:\"padding-right:20px\";}}i:46;a:2:{i:0;a:1:{s:10:\".ast-float\";a:1:{i:1;a:1:{i:0;s:9:\"ast-float\";}}}i:1;a:1:{i:0;s:10:\"float:left\";}}i:47;s:25:\"@media (max-width:992px){\";i:48;a:2:{i:0;a:1:{s:16:\".ast-width-sm-25\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-sm-25\";}}}i:1;a:1:{i:0;s:9:\"width:25%\";}}i:49;a:2:{i:0;a:1:{s:16:\".ast-width-md-50\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-md-50\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:50;s:1:\"}\";i:51;s:25:\"@media (max-width:768px){\";i:52;a:2:{i:0;a:1:{s:16:\".ast-width-md-25\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-md-25\";}}}i:1;a:1:{i:0;s:9:\"width:25%\";}}i:53;s:1:\"}\";i:54;a:2:{i:0;a:1:{s:15:\".ast-full-width\";a:1:{i:1;a:1:{i:0;s:14:\"ast-full-width\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:55;a:2:{i:0;a:1:{s:13:\".ast-width-50\";a:1:{i:1;a:1:{i:0;s:12:\"ast-width-50\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:56;s:25:\"@media (min-width:768px){\";i:57;a:2:{i:0;a:1:{s:15:\".ast-width-md-4\";a:1:{i:1;a:1:{i:0;s:14:\"ast-width-md-4\";}}}i:1;a:1:{i:0;s:20:\"width:33.3333333333%\";}}i:58;a:2:{i:0;a:1:{s:16:\".ast-width-md-16\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-md-16\";}}}i:1;a:1:{i:0;s:20:\"width:16.6666666667%\";}}i:59;a:2:{i:0;a:1:{s:15:\".ast-width-md-6\";a:1:{i:1;a:1:{i:0;s:14:\"ast-width-md-6\";}}}i:1;a:2:{i:0;s:9:\"width:50%\";i:1;s:10:\"float:left\";}}i:60;a:2:{i:0;a:1:{s:15:\".ast-width-md-3\";a:1:{i:1;a:1:{i:0;s:14:\"ast-width-md-3\";}}}i:1;a:1:{i:0;s:9:\"width:25%\";}}i:61;a:2:{i:0;a:1:{s:16:\".ast-width-md-66\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-md-66\";}}}i:1;a:1:{i:0;s:20:\"width:66.6666666667%\";}}i:62;s:1:\"}\";i:63;s:25:\"@media (min-width:769px){\";i:64;a:2:{i:0;a:1:{s:16:\".ast-width-md-20\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-md-20\";}}}i:1;a:1:{i:0;s:9:\"width:20%\";}}i:65;s:1:\"}\";i:66;s:25:\"@media (min-width:992px){\";i:67;a:2:{i:0;a:1:{s:16:\".ast-width-lg-33\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-lg-33\";}}}i:1;a:1:{i:0;s:20:\"width:33.3333333333%\";}}i:68;a:2:{i:0;a:1:{s:16:\".ast-width-lg-16\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-lg-16\";}}}i:1;a:1:{i:0;s:20:\"width:16.6666666667%\";}}i:69;a:2:{i:0;a:1:{s:16:\".ast-width-lg-50\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-lg-50\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:70;a:2:{i:0;a:1:{s:16:\".ast-width-lg-66\";a:1:{i:1;a:1:{i:0;s:15:\"ast-width-lg-66\";}}}i:1;a:1:{i:0;s:20:\"width:66.6666666667%\";}}i:71;s:1:\"}\";i:72;a:2:{i:0;a:6:{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\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:73;a:2:{i:0;a:2:{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:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:13:\"font-size:2em\";i:2;s:15:\"line-height:1.2\";}}i:74;a:2:{i:0;a:2:{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:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:15:\"font-size:1.7em\";i:2;s:15:\"line-height:1.3\";}}i:75;a:2:{i:0;a:2:{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:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:15:\"font-size:1.5em\";i:2;s:15:\"line-height:1.4\";}}i:76;a:2:{i:0;a:2:{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:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:15:\"line-height:1.5\";i:2;s:15:\"font-size:1.3em\";}}i:77;a:2:{i:0;a:2:{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:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:15:\"line-height:1.6\";i:2;s:15:\"font-size:1.2em\";}}i:78;a:2:{i:0;a:2:{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\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:15:\"line-height:1.7\";i:2;s:15:\"font-size:1.1em\";}}i:79;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:21:\"box-sizing:border-box\";}}i:80;a:2:{i:0;a:3:{s:1:\"*\";a:0:{}s:6:\":after\";a:0:{}s:7:\":before\";a:0:{}}i:1;a:1:{i:0;s:18:\"box-sizing:inherit\";}}i:81;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:13:\"color:#808285\";i:1;s:15:\"background:#fff\";i:2;s:17:\"font-style:normal\";}}i:82;a:2:{i:0;a:2:{s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:20:\"margin:0 0 1.5em 3em\";}}i:83;a:2:{i:0;a:1:{s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:84;a:2:{i:0;a:1:{s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:18:\"list-style:decimal\";}}i:85;a:2:{i:0;a:2:{s:5:\"li>ol\";a:1:{i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"ol\";}}s:5:\"li>ul\";a:1:{i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"ul\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:17:\"margin-left:1.5em\";}}i:86;a:2:{i:0;a:1:{s:2:\"dt\";a:1:{i:0;a:1:{i:0;s:2:\"dt\";}}}i:1;a:1:{i:0;s:15:\"font-weight:700\";}}i:87;a:2:{i:0;a:1:{s:2:\"dd\";a:1:{i:0;a:1:{i:0;s:2:\"dd\";}}}i:1;a:1:{i:0;s:20:\"margin:0 1.5em 1.5em\";}}i:88;a:2:{i:0;a:2:{s:1:\"b\";a:1:{i:0;a:1:{i:0;s:1:\"b\";}}s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:15:\"font-weight:700\";}}i:89;a:2:{i:0;a:4:{s:4:\"cite\";a:1:{i:0;a:1:{i:0;s:4:\"cite\";}}s:3:\"dfn\";a:1:{i:0;a:1:{i:0;s:3:\"dfn\";}}s:2:\"em\";a:1:{i:0;a:1:{i:0;s:2:\"em\";}}s:1:\"i\";a:1:{i:0;a:1:{i:0;s:1:\"i\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:90;a:2:{i:0;a:2:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}s:1:\"q\";a:1:{i:0;a:1:{i:0;s:1:\"q\";}}}i:1;a:1:{i:0;s:12:\"quotes:\"\" \"\"\";}}i:91;a:2:{i:0;a:4:{s:16:\"blockquote:after\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}s:17:\"blockquote:before\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}s:7:\"q:after\";a:1:{i:0;a:1:{i:0;s:1:\"q\";}}s:8:\"q:before\";a:1:{i:0;a:1:{i:0;s:1:\"q\";}}}i:1;a:1:{i:0;s:10:\"content:\"\"\";}}i:92;a:2:{i:0;a:1:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:6:{i:0;s:37:\"border-left:5px solid rgba(0,0,0,.05)\";i:1;s:12:\"padding:20px\";i:2;s:15:\"font-size:1.2em\";i:3;s:17:\"font-style:italic\";i:4;s:16:\"margin:0 0 1.5em\";i:5;s:17:\"position:relative\";}}i:93;a:2:{i:0;a:1:{s:7:\"address\";a:1:{i:0;a:1:{i:0;s:7:\"address\";}}}i:1;a:1:{i:0;s:16:\"margin:0 0 1.5em\";}}i:94;a:2:{i:0;a:2:{s:4:\"abbr\";a:1:{i:0;a:1:{i:0;s:4:\"abbr\";}}s:7:\"acronym\";a:1:{i:0;a:1:{i:0;s:7:\"acronym\";}}}i:1;a:2:{i:0;s:29:\"border-bottom:1px dotted #666\";i:1;s:11:\"cursor:help\";}}i:95;a:2:{i:0;a:1:{s:3:\"pre\";a:1:{i:0;a:1:{i:0;s:3:\"pre\";}}}i:1;a:6:{i:0;s:15:\"background:#eee\";i:1;s:48:\"font-family:\"Courier 10 Pitch\",Courier,monospace\";i:2;s:19:\"margin-bottom:1.6em\";i:3;s:13:\"overflow:auto\";i:4;s:14:\"max-width:100%\";i:5;s:13:\"padding:1.6em\";}}i:96;a:2:{i:0;a:4:{s:4:\"code\";a:1:{i:0;a:1:{i:0;s:4:\"code\";}}s:3:\"kbd\";a:1:{i:0;a:1:{i:0;s:3:\"kbd\";}}s:2:\"tt\";a:1:{i:0;a:1:{i:0;s:2:\"tt\";}}s:3:\"var\";a:1:{i:0;a:1:{i:0;s:3:\"var\";}}}i:1;a:1:{i:0;s:68:\"font:15px Monaco,Consolas,\"Andale Mono\",\"DejaVu Sans Mono\",monospace\";}}i:97;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:2:{i:0;s:11:\"height:auto\";i:1;s:14:\"max-width:100%\";}}i:98;a:2:{i:0;a:1:{s:2:\"hr\";a:1:{i:0;a:1:{i:0;s:2:\"hr\";}}}i:1;a:4:{i:0;s:21:\"background-color:#ccc\";i:1;s:8:\"border:0\";i:2;s:10:\"height:1px\";i:3;s:19:\"margin-bottom:1.5em\";}}i:99;a:2:{i:0;a:6:{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: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\";}}}i:1;a:5:{i:0;s:13:\"color:#808285\";i:1;s:15:\"font-weight:400\";i:2;s:14:\"font-size:100%\";i:3;s:8:\"margin:0\";i:4;s:23:\"vertical-align:baseline\";}}i:100;a:2:{i:0;a:2:{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\";}}}i:1;a:1:{i:0;s:18:\"line-height:normal\";}}i:101;a:2:{i:0;a:1:{s:3:\"big\";a:1:{i:0;a:1:{i:0;s:3:\"big\";}}}i:1;a:1:{i:0;s:14:\"font-size:125%\";}}i:102;a:2:{i:0;a:2:{s:3:\"ins\";a:1:{i:0;a:1:{i:0;s:3:\"ins\";}}s:4:\"mark\";a:1:{i:0;a:1:{i:0;s:4:\"mark\";}}}i:1;a:2:{i:0;s:14:\"background:0 0\";i:1;s:20:\"text-decoration:none\";}}i:103;a:2:{i:0;a:3:{s:5:\"table\";a:1:{i:0;a:1:{i:0;s:5:\"table\";}}s:2:\"td\";a:1:{i:0;a:1:{i:0;s:2:\"td\";}}s:2:\"th\";a:1:{i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:31:\"border:1px solid rgba(0,0,0,.1)\";}}i:104;a:2:{i:0;a:1:{s:5:\"table\";a:1:{i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:5:{i:0;s:24:\"border-collapse:separate\";i:1;s:16:\"border-spacing:0\";i:2;s:24:\"border-width:1px 0 0 1px\";i:3;s:16:\"margin:0 0 1.5em\";i:4;s:10:\"width:100%\";}}i:105;a:2:{i:0;a:1:{s:2:\"th\";a:1:{i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:15:\"font-weight:700\";}}i:106;a:2:{i:0;a:2:{s:2:\"td\";a:1:{i:0;a:1:{i:0;s:2:\"td\";}}s:2:\"th\";a:1:{i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:2:{i:0;s:11:\"padding:8px\";i:1;s:24:\"border-width:0 1px 1px 0\";}}i:107;a:2:{i:0;a:6:{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:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:18:\"input[type=button]\";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:18:\"input[type=submit]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:6:{i:0;s:16:\"border:1px solid\";i:1;s:20:\"border-color:#eaeaea\";i:2;s:17:\"border-radius:2px\";i:3;s:18:\"background:#e6e6e6\";i:4;s:21:\"padding:.6em 1em .4em\";i:5;s:10:\"color:#fff\";}}i:108;a:2:{i:0;a:12:{s:17:\".ast-button:focus\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:17:\".ast-button:hover\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:13:\".button:focus\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:13:\".button:hover\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"button:focus\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:12:\"button:hover\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:24:\"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:24:\"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: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: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:24:\"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:24:\"input[type=submit]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:20:\"border-color:#eaeaea\";}}i:109;a:2:{i:0;a:12:{s:18:\".ast-button:active\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:17:\".ast-button:focus\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:14:\".button:active\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:13:\".button:focus\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:13:\"button:active\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:12:\"button:focus\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:25:\"input[type=button]:active\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"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:24:\"input[type=reset]:active\";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:25:\"input[type=submit]:active\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"input[type=submit]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:20:\"border-color:#eaeaea\";i:1;s:9:\"outline:0\";}}i:110;a:2:{i:0;a:7:{s:17:\"input[type=email]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=password]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input[type=search]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:15:\"input[type=tel]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:16:\"input[type=text]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:15:\"input[type=url]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:4:{i:0;s:10:\"color:#666\";i:1;s:21:\"border:1px solid #ccc\";i:2;s:17:\"border-radius:2px\";i:3;s:23:\"-webkit-appearance:none\";}}i:111;a:2:{i:0;a:7:{s:23:\"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:26:\"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:24:\"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:21:\"input[type=tel]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:22:\"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:21:\"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:14:\"textarea:focus\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:10:\"color:#111\";}}i:112;a:2:{i:0;a:1:{s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:2:{i:0;s:16:\"padding-left:3px\";i:1;s:10:\"width:100%\";}}i:113;a:2:{i:0;a:1:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#4169e1\";}}i:114;a:2:{i:0;a:2:{s:7:\"a:focus\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#191970\";}}i:115;a:2:{i:0;a:1:{s:7:\"a:focus\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:19:\"outline:thin dotted\";}}i:116;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:9:\"outline:0\";}}i:117;a:2:{i:0;a:1:{s:19:\".screen-reader-text\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:8:{i:0;s:8:\"border:0\";i:1;s:26:\"clip:rect(1px,1px,1px,1px)\";i:2;s:10:\"height:1px\";i:3;s:11:\"margin:-1px\";i:4;s:15:\"overflow:hidden\";i:5;s:9:\"padding:0\";i:6;s:17:\"position:absolute\";i:7;s:9:\"width:1px\";}}i:118;a:2:{i:0;a:1:{s:39:\".screen-reader-text:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:1:{i:0;s:16:\"word-wrap:normal\";}}i:119;a:2:{i:0;a:1:{s:25:\".screen-reader-text:focus\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:15:{i:0;s:24:\"background-color:#f1f1f1\";i:1;s:17:\"border-radius:2px\";i:2;s:37:\"box-shadow:0 0 2px 2px rgba(0,0,0,.6)\";i:3;s:13:\"color:#21759b\";i:4;s:13:\"display:block\";i:5;s:17:\"font-size:12.25px\";i:6;s:17:\"font-size:.875rem\";i:7;s:11:\"height:auto\";i:8;s:8:\"left:5px\";i:9;s:18:\"line-height:normal\";i:10;s:22:\"padding:15px 23px 14px\";i:11;s:20:\"text-decoration:none\";i:12;s:7:\"top:5px\";i:13;s:10:\"width:auto\";i:14;s:14:\"z-index:100000\";}}i:120;a:2:{i:0;a:1:{s:45:\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:1:{i:0;s:9:\"clip:auto\";}}i:121;a:2:{i:0;a:1:{s:10:\".alignleft\";a:1:{i:1;a:1:{i:0;s:9:\"alignleft\";}}}i:1;a:3:{i:0;s:14:\"display:inline\";i:1;s:10:\"float:left\";i:2;s:18:\"margin-right:1.5em\";}}i:122;a:2:{i:0;a:1:{s:11:\".alignright\";a:1:{i:1;a:1:{i:0;s:10:\"alignright\";}}}i:1;a:3:{i:0;s:14:\"display:inline\";i:1;s:11:\"float:right\";i:2;s:17:\"margin-left:1.5em\";}}i:123;a:2:{i:0;a:1:{s:12:\".aligncenter\";a:1:{i:1;a:1:{i:0;s:11:\"aligncenter\";}}}i:1;a:5:{i:0;s:10:\"clear:both\";i:1;s:17:\"text-align:center\";i:2;s:13:\"display:block\";i:3;s:16:\"margin-left:auto\";i:4;s:17:\"margin-right:auto\";}}i:124;a:2:{i:0;a:3:{s:5:\"embed\";a:1:{i:0;a:1:{i:0;s:5:\"embed\";}}s:10:\"amp-iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:25:\"amp-google-document-embed\";a:1:{i:0;a:1:{i:0;s:25:\"amp-google-document-embed\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:125;a:2:{i:0;a:1:{s:11:\".wp-caption\";a:1:{i:1;a:1:{i:0;s:10:\"wp-caption\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:126;a:2:{i:0;a:2:{s:37:\".wp-caption amp-img[class*=wp-image-]\";a:2:{i:1;a:1:{i:0;s:10:\"wp-caption\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:38:\".wp-caption amp-anim[class*=wp-image-]\";a:2:{i:1;a:1:{i:0;s:10:\"wp-caption\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:127;a:2:{i:0;a:1:{s:28:\".wp-caption .wp-caption-text\";a:1:{i:1;a:2:{i:0;s:10:\"wp-caption\";i:1;s:15:\"wp-caption-text\";}}}i:1;a:1:{i:0;s:16:\"margin:.8075em 0\";}}i:128;a:2:{i:0;a:1:{s:16:\".wp-caption-text\";a:1:{i:1;a:1:{i:0;s:15:\"wp-caption-text\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:129;a:2:{i:0;a:1:{s:11:\"::selection\";a:0:{}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:18:\"background:#0274be\";}}i:130;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:34:\"-webkit-font-smoothing:antialiased\";i:1;s:33:\"-moz-osx-font-smoothing:grayscale\";}}i:131;a:2:{i:0;a:1:{s:20:\"body:not(.logged-in)\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:132;a:2:{i:0;a:1:{s:5:\"#page\";a:1:{i:2;a:1:{i:0;s:4:\"page\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:133;a:2:{i:0;a:2:{s:1:\"a\";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:20:\"text-decoration:none\";}}i:134;a:2:{i:0;a:4:{s:14:\".secondary a *\";a:2:{i:1;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:1:\"a\";}}s:16:\".site-footer a *\";a:2:{i:1;a:1:{i:0;s:11:\"site-footer\";}i:0;a:1:{i:0;s:1:\"a\";}}s:16:\".site-header a *\";a:2:{i:1;a:1:{i:0;s:11:\"site-header\";}i:0;a:1:{i:0;s:1:\"a\";}}s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:25:\"transition:all .2s linear\";}}i:135;a:2:{i:0;a:1:{s:11:\".capitalize\";a:1:{i:1;a:1:{i:0;s:10:\"capitalize\";}}}i:1;a:1:{i:0;s:24:\"text-transform:uppercase\";}}i:136;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:21:\"vertical-align:middle\";}}i:137;a:2:{i:0;a:6:{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: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: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: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: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: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:18:\"margin-bottom:20px\";}}i:138;a:2:{i:0;a:1:{s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:20:\"margin-bottom:1.75em\";}}i:139;a:2:{i:0;a:1:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:4:{i:0;s:26:\"margin:1.5em 1em 1.5em 3em\";i:1;s:15:\"font-size:1.1em\";i:2;s:19:\"line-height:inherit\";i:3;s:17:\"position:relative\";}}i:140;a:2:{i:0;a:4:{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:18:\"input[type=button]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input[type=submit]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:5:{i:0;s:15:\"border-radius:0\";i:1;s:17:\"padding:18px 30px\";i:2;s:8:\"border:0\";i:3;s:15:\"box-shadow:none\";i:4;s:16:\"text-shadow:none\";}}i:141;a:2:{i:0;a:4:{s:17:\".ast-button:hover\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:13:\".button:hover\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:24:\"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:24:\"input[type=submit]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:142;a:2:{i:0;a:8:{s:18:\".ast-button:active\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:17:\".ast-button:focus\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:14:\".button:active\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:13:\".button:focus\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:25:\"input[type=button]:active\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"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:25:\"input[type=submit]:active\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"input[type=submit]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:143;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:15:\"font-weight:400\";}}i:144;a:2:{i:0;a:2:{s:17:\".site-description\";a:1:{i:1;a:1:{i:0;s:16:\"site-description\";}}s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:145;a:2:{i:0;a:6:{s:19:\".site-description a\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}s:25:\".site-description:focus a\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}s:25:\".site-description:hover a\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}s:13:\".site-title a\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:19:\".site-title:focus a\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:19:\".site-title:hover a\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:25:\"transition:all .2s linear\";}}i:146;a:2:{i:0;a:4:{s:13:\".site-title a\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:19:\".site-title a:focus\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:19:\".site-title a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:21:\".site-title a:visited\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#222\";}}i:147;a:2:{i:0;a:4:{s:19:\".site-description a\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}s:25:\".site-description a:focus\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}s:25:\".site-description a:hover\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}s:27:\".site-description a:visited\";a:2:{i:1;a:1:{i:0;s:16:\"site-description\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#999\";}}i:148;a:2:{i:0;a:1:{s:26:\".search-form .search-field\";a:1:{i:1;a:2:{i:0;s:11:\"search-form\";i:1;s:12:\"search-field\";}}}i:1;a:1:{i:0;s:9:\"outline:0\";}}i:149;a:2:{i:0;a:1:{s:21:\".ast-search-menu-icon\";a:1:{i:1;a:1:{i:0;s:20:\"ast-search-menu-icon\";}}}i:1;a:2:{i:0;s:17:\"position:relative\";i:1;s:9:\"z-index:3\";}}i:150;a:2:{i:0;a:1:{s:16:\".site .skip-link\";a:1:{i:1;a:2:{i:0;s:4:\"site\";i:1;s:9:\"skip-link\";}}}i:1;a:13:{i:0;s:24:\"background-color:#f1f1f1\";i:1;s:37:\"box-shadow:0 0 1px 1px rgba(0,0,0,.2)\";i:2;s:13:\"color:#21759b\";i:3;s:13:\"display:block\";i:4;s:50:\"font-family:Montserrat,\"Helvetica Neue\",sans-serif\";i:5;s:14:\"font-size:14px\";i:6;s:15:\"font-weight:700\";i:7;s:12:\"left:-9999em\";i:8;s:9:\"outline:0\";i:9;s:22:\"padding:15px 23px 14px\";i:10;s:20:\"text-decoration:none\";i:11;s:19:\"text-transform:none\";i:12;s:11:\"top:-9999em\";}}i:151;a:2:{i:0;a:1:{s:22:\".site .skip-link:focus\";a:1:{i:1;a:2:{i:0;s:4:\"site\";i:1;s:9:\"skip-link\";}}}i:1;a:7:{i:0;s:9:\"clip:auto\";i:1;s:11:\"height:auto\";i:2;s:8:\"left:6px\";i:3;s:7:\"top:7px\";i:4;s:10:\"width:auto\";i:5;s:14:\"z-index:100000\";i:6;s:19:\"outline:thin dotted\";}}i:152;a:2:{i:0;a:1:{s:27:\".logged-in .site .skip-link\";a:1:{i:1;a:3:{i:0;s:9:\"logged-in\";i:1;s:4:\"site\";i:2;s:9:\"skip-link\";}}}i:1;a:2:{i:0;s:37:\"box-shadow:0 0 2px 2px rgba(0,0,0,.2)\";i:1;s:34:\"font-family:\"Open Sans\",sans-serif\";}}i:153;a:2:{i:0;a:2:{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\";}}}i:1;a:1:{i:0;s:13:\"line-height:1\";}}i:154;a:2:{i:0;a:7:{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: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:18:\"input[type=button]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input[type=submit]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:27:\"line-height:1.8571428571429\";}}i:155;a:2:{i:0;a:1:{s:13:\".site-title a\";a:2:{i:1;a:1:{i:0;s:10:\"site-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.2\";}}i:156;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:15:\"line-height:1.5\";}}i:157;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:31:\".ast-single-post .entry-title a\";a:2:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.2\";}}i:158;a:2:{i:0;a:2:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}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:15:\"font-weight:400\";}}i:159;a:2:{i:0;a:1:{s:21:\".ast-oembed-container\";a:1:{i:1;a:1:{i:0;s:20:\"ast-oembed-container\";}}}i:1;a:6:{i:0;s:17:\"position:relative\";i:1;s:18:\"padding-top:56.25%\";i:2;s:8:\"height:0\";i:3;s:11:\"height:auto\";i:4;s:15:\"overflow:hidden\";i:5;s:14:\"max-width:100%\";}}i:160;a:2:{i:0;a:3:{s:27:\".ast-oembed-container embed\";a:2:{i:1;a:1:{i:0;s:20:\"ast-oembed-container\";}i:0;a:1:{i:0;s:5:\"embed\";}}s:32:\".ast-oembed-container amp-iframe\";a:2:{i:1;a:1:{i:0;s:20:\"ast-oembed-container\";}i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:47:\".ast-oembed-container amp-google-document-embed\";a:2:{i:1;a:1:{i:0;s:20:\"ast-oembed-container\";}i:0;a:1:{i:0;s:25:\"amp-google-document-embed\";}}}i:1;a:5:{i:0;s:17:\"position:absolute\";i:1;s:5:\"top:0\";i:2;s:6:\"left:0\";i:3;s:10:\"width:100%\";i:4;s:11:\"height:100%\";}}i:161;a:2:{i:0;a:1:{s:28:\"body .ast-oembed-container *\";a:2:{i:1;a:1:{i:0;s:20:\"ast-oembed-container\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:5:{i:0;s:17:\"position:absolute\";i:1;s:5:\"top:0\";i:2;s:6:\"left:0\";i:3;s:10:\"width:100%\";i:4;s:11:\"height:100%\";}}i:162;a:2:{i:0;a:1:{s:31:\".ast-hidden:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:10:\"ast-hidden\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:163;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:164;a:2:{i:0;a:1:{s:5:\"#page\";a:1:{i:2;a:1:{i:0;s:4:\"page\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:165;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:1:{i:0;s:10:\"width:100%\";}}i:166;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:12:\"margin:4em 0\";}}i:167;a:2:{i:0;a:1:{s:23:\".ast-separate-container\";a:1:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f5f5f5\";}}i:168;a:2:{i:0;a:1:{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\";}}}i:1;a:3:{i:0;s:13:\"padding:4em 0\";i:1;s:8:\"margin:0\";i:2;s:8:\"border:0\";}}i:169;a:2:{i:0;a:1:{s:43:\".ast-separate-container .site-main>.ast-row\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"site-main\";i:2;s:7:\"ast-row\";}}}i:1;a:2:{i:0;s:13:\"margin-left:0\";i:1;s:14:\"margin-right:0\";}}i:170;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: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\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:171;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:3:{i:0;s:28:\"border-bottom:1px solid #eee\";i:1;s:8:\"margin:0\";i:2;s:21:\"padding:5.34em 6.67em\";}}i:172;a:2:{i:0;a:1:{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\";}}}i:1;a:2:{i:0;s:9:\"padding:0\";i:1;s:15:\"border-bottom:0\";}}i:173;a:2:{i:0;a:1:{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:15:\"border-bottom:0\";}}i:174;s:26:\"@media (max-width:1200px){\";i:175;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:2:{i:0;s:8:\"margin:0\";i:1;s:20:\"padding:3.34em 2.4em\";}}i:176;s:1:\"}\";i:177;s:25:\"@media (min-width:993px){\";i:178;a:2:{i:0;a:3:{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: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\";}}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\";}}}i:1;a:2:{i:0;s:12:\"margin:4em 0\";i:1;s:9:\"padding:0\";}}i:179;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:18:\"padding-right:60px\";}}i:180;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:17:\"padding-left:60px\";}}i:181;s:1:\"}\";i:182;s:25:\"@media (max-width:992px){\";i:183;a:2:{i:0;a:3:{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: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\";}}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\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";}}i:184;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:18:\"padding-right:30px\";}}i:185;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:17:\"padding-left:30px\";}}i:186;s:1:\"}\";i:187;a:2:{i:0;a:1:{s:35:\".ast-search-icon .astra-search-icon\";a:1:{i:1;a:2:{i:0;s:15:\"ast-search-icon\";i:1;s:17:\"astra-search-icon\";}}}i:1;a:1:{i:0;s:15:\"font-size:1.3em\";}}i:188;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:3:{i:0;s:11:\"height:100%\";i:1;s:23:\"-js-display:inline-flex\";i:2;s:19:\"display:inline-flex\";}}i:189;a:2:{i:0;a:1:{s:19:\".main-navigation ul\";a:2:{i:1;a:1:{i:0;s:15:\"main-navigation\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:15:\"list-style:none\";i:1;s:8:\"margin:0\";i:2;s:14:\"padding-left:0\";i:3;s:17:\"position:relative\";}}i:190;a:2:{i:0;a:2:{s:28:\".main-header-menu .menu-link\";a:1:{i:1;a:2:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-link\";}}s:19:\".main-header-menu>a\";a:2:{i:1;a:1:{i:0;s:16:\"main-header-menu\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:4:{i:0;s:20:\"text-decoration:none\";i:1;s:13:\"padding:0 1em\";i:2;s:20:\"display:inline-block\";i:3;s:25:\"transition:all .2s linear\";}}i:191;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:1:{i:0;s:17:\"position:relative\";}}i:192;a:2:{i:0;a:2:{s:51:\".main-header-menu .menu-item:focus-within>.sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";i:2;s:8:\"sub-menu\";}}s:44:\".main-header-menu .menu-item:hover>.sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";i:2;s:8:\"sub-menu\";}}}i:1;a:2:{i:0;s:10:\"right:auto\";i:1;s:6:\"left:0\";}}i:193;a:2:{i:0;a:2:{s:65:\".main-header-menu .ast-left-align-sub-menu:focus-within>.sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:23:\"ast-left-align-sub-menu\";i:2;s:8:\"sub-menu\";}}s:58:\".main-header-menu .ast-left-align-sub-menu:hover>.sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:23:\"ast-left-align-sub-menu\";i:2;s:8:\"sub-menu\";}}}i:1;a:2:{i:0;s:7:\"right:0\";i:1;s:9:\"left:auto\";}}i:194;s:25:\"@media (min-width:769px){\";i:195;a:2:{i:0;a:2:{s:67:\".main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:25:\"ast-sub-menu-goes-outside\";i:2;s:8:\"sub-menu\";}}s:60:\".main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:25:\"ast-sub-menu-goes-outside\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:10:\"left:-100%\";}}i:196;a:2:{i:0;a:2:{s:86:\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:focus-within>.sub-menu\";a:1:{i:1;a:5:{i:0;s:16:\"main-header-menu\";i:1;s:23:\"ast-left-align-sub-menu\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:79:\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu\";a:1:{i:1;a:5:{i:0;s:16:\"main-header-menu\";i:1;s:23:\"ast-left-align-sub-menu\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:10:\"left:-100%\";}}i:197;s:1:\"}\";i:198;a:2:{i:0;a:1:{s:27:\".main-header-menu .sub-menu\";a:1:{i:1;a:2:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";}}}i:1;a:6:{i:0;s:11:\"width:240px\";i:1;s:15:\"background:#fff\";i:2;s:11:\"left:-999em\";i:3;s:17:\"position:absolute\";i:4;s:8:\"top:100%\";i:5;s:13:\"z-index:99999\";}}i:199;s:25:\"@media (min-width:769px){\";i:200;a:2:{i:0;a:2:{s:61:\".main-header-menu .sub-menu .menu-item:focus-within>.sub-menu\";a:1:{i:1;a:4:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";}}s:54:\".main-header-menu .sub-menu .menu-item:hover>.sub-menu\";a:1:{i:1;a:4:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";}}}i:1;a:2:{i:0;s:9:\"left:100%\";i:1;s:10:\"right:auto\";}}i:201;a:2:{i:0;a:4:{s:75:\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\";a:1:{i:1;a:4:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:23:\"ast-left-align-sub-menu\";i:3;s:8:\"sub-menu\";}}s:70:\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu\";a:1:{i:1;a:4:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:23:\"ast-left-align-sub-menu\";i:3;s:8:\"sub-menu\";}}s:70:\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu\";a:1:{i:1;a:4:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:23:\"ast-left-align-sub-menu\";i:3;s:8:\"sub-menu\";}}s:68:\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\";a:1:{i:1;a:4:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:23:\"ast-left-align-sub-menu\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:10:\"left:-100%\";}}i:202;a:2:{i:0;a:2:{s:95:\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside: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:16:\"main-header-menu\";i:3;s:25:\"ast-sub-menu-goes-outside\";i:4;s:8:\"sub-menu\";}}s:88:\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside: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:16:\"main-header-menu\";i:3;s:25:\"ast-sub-menu-goes-outside\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:10:\"left:-100%\";}}i:203;s:1:\"}\";i:204;a:2:{i:0;a:1:{s:38:\".main-header-menu .sub-menu .menu-link\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-link\";}}}i:1;a:3:{i:0;s:16:\"padding:.9em 1em\";i:1;s:13:\"display:block\";i:2;s:20:\"word-wrap:break-word\";}}i:205;a:2:{i:0;a:1:{s:104:\".main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\";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:9:\"menu-link\";i:4;s:10:\"icon-arrow\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:206;a:2:{i:0;a:1:{s:108:\"#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg\";a:3:{i:1;a:6:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:9:\"menu-link\";i:5;s:10:\"icon-arrow\";}i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:4:{i:0;s:17:\"position:absolute\";i:1;s:10:\"right:.6em\";i:2;s:7:\"top:50%\";i:3;s:42:\"transform:translate(0,-50%) rotate(270deg)\";}}i:207;a:2:{i:0;a:1:{s:37:\".main-header-menu .sub-menu .sub-menu\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:208;a:2:{i:0;a:1:{s:30:\".submenu-with-border .sub-menu\";a:1:{i:1;a:2:{i:0;s:19:\"submenu-with-border\";i:1;s:8:\"sub-menu\";}}}i:1;a:2:{i:0;s:16:\"border-width:1px\";i:1;s:18:\"border-style:solid\";}}i:209;a:2:{i:0;a:1:{s:41:\".submenu-with-border .sub-menu .menu-link\";a:1:{i:1;a:3:{i:0;s:19:\"submenu-with-border\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-link\";}}}i:1;a:2:{i:0;s:20:\"border-width:0 0 1px\";i:1;s:18:\"border-style:solid\";}}i:210;a:2:{i:0;a:1:{s:40:\".submenu-with-border .sub-menu .sub-menu\";a:1:{i:1;a:3:{i:0;s:19:\"submenu-with-border\";i:1;s:8:\"sub-menu\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:8:\"top:-1px\";}}i:211;a:2:{i:0;a:1:{s:76:\".ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:19:\"submenu-with-border\";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:21:\"border-bottom-width:0\";}}i:212;a:2:{i:0;a:1:{s:40:\".ast-header-break-point .main-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:213;a:2:{i:0;a:1:{s:65:\".ast-header-break-point .main-navigation ul .menu-item .menu-link\";a:2:{i:1;a:4:{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: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:214;a:2:{i:0;a:1:{s:91:\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type\";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:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:16:\"margin-right:5px\";}}i:215;a:2:{i:0;a:1:{s:130:\".ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\";a:2:{i:1;a:6:{i:0;s:22:\"ast-header-break-point\";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:5;s:10:\"icon-arrow\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:14:\"display:inline\";}}i:216;a:2:{i:0;a:1:{s:72:\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";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:217;a:2:{i:0;a:1:{s:83:\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link\";a:1:{i:1;a:6:{i:0;s:22:\"ast-header-break-point\";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:218;a:2:{i:0;a:1:{s:94:\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link\";a:1:{i:1;a:7:{i:0;s:22:\"ast-header-break-point\";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-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:50px\";}}i:219;a:2:{i:0;a:1:{s:105:\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\";a:1:{i:1;a:8:{i:0;s:22:\"ast-header-break-point\";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:220;a:2:{i:0;a:1:{s:41:\".ast-header-break-point .main-header-menu\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"main-header-menu\";}}}i:1;a:4:{i:0;s:24:\"background-color:#f9f9f9\";i:1;s:20:\"border-top-width:1px\";i:2;s:18:\"border-style:solid\";i:3;s:20:\"border-color:#eaeaea\";}}i:221;a:2:{i:0;a:1:{s:51:\".ast-header-break-point .main-header-menu .sub-menu\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"main-header-menu\";i:2;s:8:\"sub-menu\";}}}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:222;a:2:{i:0;a:2:{s:99:\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"main-header-menu\";i:2;s:8:\"sub-menu\";i:3;s:23:\"ast-left-align-sub-menu\";i:4;s:8:\"sub-menu\";}}s:92:\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"main-header-menu\";i:2;s:8:\"sub-menu\";i:3;s:23:\"ast-left-align-sub-menu\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:223;a:2:{i:0;a:2:{s:91:\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"main-header-menu\";i:2;s:25:\"ast-sub-menu-goes-outside\";i:3;s:8:\"sub-menu\";}}s:84:\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"main-header-menu\";i:2;s:25:\"ast-sub-menu-goes-outside\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:224;a:2:{i:0;a:1:{s:54:\".ast-header-break-point .submenu-with-border .sub-menu\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:225;a:2:{i:0;a:1:{s:45:\".ast-header-break-point .dropdown-menu-toggle\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:20:\"dropdown-menu-toggle\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:226;a:2:{i:0;a:1:{s:24:\".ast-mobile-menu-buttons\";a:1:{i:1;a:1:{i:0;s:23:\"ast-mobile-menu-buttons\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:227;a:2:{i:0;a:1:{s:16:\".ast-button-wrap\";a:1:{i:1;a:1:{i:0;s:15:\"ast-button-wrap\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:228;a:2:{i:0;a:1:{s:23:\".ast-button-wrap button\";a:2:{i:1;a:1:{i:0;s:15:\"ast-button-wrap\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:2:{i:0;s:15:\"box-shadow:none\";i:1;s:11:\"border:none\";}}i:229;a:2:{i:0;a:1:{s:29:\".ast-button-wrap .menu-toggle\";a:1:{i:1;a:2:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";}}}i:1;a:11:{i:0;s:9:\"padding:0\";i:1;s:11:\"width:2.2em\";i:2;s:12:\"height:2.1em\";i:3;s:15:\"font-size:1.5em\";i:4;s:15:\"font-weight:400\";i:5;s:17:\"border-radius:2px\";i:6;s:17:\"border-radius:2px\";i:7;s:34:\"-webkit-font-smoothing:antialiased\";i:8;s:33:\"-moz-osx-font-smoothing:grayscale\";i:9;s:21:\"vertical-align:middle\";i:10;s:27:\"line-height:1.8571428571429\";}}i:230;a:2:{i:0;a:1:{s:53:\".ast-button-wrap .menu-toggle.main-header-menu-toggle\";a:1:{i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:23:\"main-header-menu-toggle\";}}}i:1;a:3:{i:0;s:14:\"padding:0 .5em\";i:1;s:10:\"width:auto\";i:2;s:17:\"text-align:center\";}}i:231;a:2:{i:0;a:1:{s:66:\".ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu\";a:1:{i:1;a:4:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:23:\"main-header-menu-toggle\";i:3;s:11:\"mobile-menu\";}}}i:1;a:3:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";i:2;s:15:\"font-weight:600\";}}i:232;a:2:{i:0;a:1:{s:47:\".ast-button-wrap .menu-toggle .menu-toggle-icon\";a:1:{i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:16:\"menu-toggle-icon\";}}}i:1;a:4:{i:0;s:17:\"font-style:normal\";i:1;s:20:\"display:inline-block\";i:2;s:21:\"vertical-align:middle\";i:3;s:16:\"line-height:2.05\";}}i:233;a:2:{i:0;a:1:{s:54:\".ast-button-wrap .menu-toggle .menu-toggle-icon:before\";a:1:{i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:16:\"menu-toggle-icon\";}}}i:1;a:3:{i:0;s:13:\"content:\"\"\";i:1;s:17:\"font-family:Astra\";i:2;s:23:\"text-decoration:inherit\";}}i:234;a:2:{i:0;a:1:{s:62:\".ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2)\";a:2:{i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:14:\"icon-menu-bars\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:235;a:2:{i:0;a:1:{s:62:\".ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before\";a:1:{i:1;a:4:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:7:\"toggled\";i:3;s:16:\"menu-toggle-icon\";}}}i:1;a:1:{i:0;s:13:\"content:\"\"\";}}i:236;a:2:{i:0;a:1:{s:70:\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(1)\";a:2:{i:1;a:4:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:7:\"toggled\";i:3;s:14:\"icon-menu-bars\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:237;a:2:{i:0;a:1:{s:70:\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2)\";a:2:{i:1;a:4:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:7:\"toggled\";i:3;s:14:\"icon-menu-bars\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:238;a:2:{i:0;a:1:{s:47:\".ast-button-wrap .menu-toggle .mobile-menu-wrap\";a:1:{i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:16:\"mobile-menu-wrap\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:239;a:2:{i:0;a:1:{s:35:\".ast-button-wrap .menu-toggle:focus\";a:1:{i:1;a:2:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";}}}i:1;a:1:{i:0;s:19:\"outline:thin dotted\";}}i:240;a:2:{i:0;a:1:{s:52:\".header-main-layout-1 .ast-main-header-bar-alignment\";a:1:{i:1;a:2:{i:0;s:20:\"header-main-layout-1\";i:1;s:29:\"ast-main-header-bar-alignment\";}}}i:1;a:1:{i:0;s:16:\"margin-left:auto\";}}i:241;a:2:{i:0;a:1:{s:16:\".site-navigation\";a:1:{i:1;a:1:{i:0;s:15:\"site-navigation\";}}}i:1;a:1:{i:0;s:11:\"height:100%\";}}i:242;a:2:{i:0;a:1:{s:25:\".site-header .menu-link *\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:15:\"transition:none\";}}i:243;a:2:{i:0;a:1:{s:24:\".ast-icon.icon-arrow svg\";a:2:{i:1;a:2:{i:0;s:8:\"ast-icon\";i:1;s:10:\"icon-arrow\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:4:{i:0;s:11:\"height:.6em\";i:1;s:10:\"width:.6em\";i:2;s:17:\"position:relative\";i:3;s:16:\"margin-left:10px\";}}i:244;a:2:{i:0;a:1:{s:25:\".ast-icon.icon-search svg\";a:2:{i:1;a:2:{i:0;s:8:\"ast-icon\";i:1;s:11:\"icon-search\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:4:{i:0;s:10:\"height:1em\";i:1;s:10:\"width:.9em\";i:2;s:14:\"margin-top:3px\";i:3;s:16:\"margin-right:2px\";}}i:245;a:2:{i:0;a:1:{s:36:\".ast-header-break-point .user-select\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:11:\"user-select\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:246;a:2:{i:0;a:1:{s:48:\".ast-header-break-point .ast-mobile-menu-buttons\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:23:\"ast-mobile-menu-buttons\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:17:\"align-self:center\";}}i:247;a:2:{i:0;a:1:{s:51:\".ast-header-break-point .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:9:\"flex:auto\";}}i:248;a:2:{i:0;a:1:{s:54:\".ast-header-break-point .ast-main-header-bar-alignment\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:29:\"ast-main-header-bar-alignment\";}}}i:1;a:4:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";i:2;s:9:\"flex:auto\";i:3;s:7:\"order:4\";}}i:249;a:2:{i:0;a:1:{s:48:\".ast-header-break-point .ast-icon.icon-arrow svg\";a:2:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:8:\"ast-icon\";i:2;s:10:\"icon-arrow\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:4:{i:0;s:12:\"height:.85em\";i:1;s:11:\"width:.95em\";i:2;s:17:\"position:relative\";i:3;s:16:\"margin-left:10px\";}}i:250;a:2:{i:0;a:3:{s:30:\".site-main .comment-navigation\";a:1:{i:1;a:2:{i:0;s:9:\"site-main\";i:1;s:18:\"comment-navigation\";}}s:27:\".site-main .post-navigation\";a:1:{i:1;a:2:{i:0;s:9:\"site-main\";i:1;s:15:\"post-navigation\";}}s:28:\".site-main .posts-navigation\";a:1:{i:1;a:2:{i:0;s:9:\"site-main\";i:1;s:16:\"posts-navigation\";}}}i:1;a:2:{i:0;s:16:\"margin:0 0 1.5em\";i:1;s:15:\"overflow:hidden\";}}i:251;a:2:{i:0;a:6:{s:29:\".comment-navigation .nav-next\";a:1:{i:1;a:2:{i:0;s:18:\"comment-navigation\";i:1;s:8:\"nav-next\";}}s:33:\".comment-navigation .nav-previous\";a:1:{i:1;a:2:{i:0;s:18:\"comment-navigation\";i:1;s:12:\"nav-previous\";}}s:26:\".post-navigation .nav-next\";a:1:{i:1;a:2:{i:0;s:15:\"post-navigation\";i:1;s:8:\"nav-next\";}}s:30:\".post-navigation .nav-previous\";a:1:{i:1;a:2:{i:0;s:15:\"post-navigation\";i:1;s:12:\"nav-previous\";}}s:27:\".posts-navigation .nav-next\";a:1:{i:1;a:2:{i:0;s:16:\"posts-navigation\";i:1;s:8:\"nav-next\";}}s:31:\".posts-navigation .nav-previous\";a:1:{i:1;a:2:{i:0;s:16:\"posts-navigation\";i:1;s:12:\"nav-previous\";}}}i:1;a:2:{i:0;s:9:\"width:50%\";i:1;s:20:\"display:inline-block\";}}i:252;a:2:{i:0;a:3:{s:29:\".comment-navigation .nav-next\";a:1:{i:1;a:2:{i:0;s:18:\"comment-navigation\";i:1;s:8:\"nav-next\";}}s:26:\".post-navigation .nav-next\";a:1:{i:1;a:2:{i:0;s:15:\"post-navigation\";i:1;s:8:\"nav-next\";}}s:27:\".posts-navigation .nav-next\";a:1:{i:1;a:2:{i:0;s:16:\"posts-navigation\";i:1;s:8:\"nav-next\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:253;a:2:{i:0;a:1:{s:13:\".ast-icon svg\";a:2:{i:1;a:1:{i:0;s:8:\"ast-icon\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:17:\"fill:currentColor\";}}i:254;a:2:{i:0;a:1:{s:18:\".post-navigation a\";a:2:{i:1;a:1:{i:0;s:15:\"post-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:6:{i:0;s:14:\"background:0 0\";i:1;s:14:\"font-size:16px\";i:2;s:20:\"font-size:1.06666rem\";i:3;s:15:\"padding:0 1.5em\";i:4;s:16:\"height:2.33333em\";i:5;s:33:\"line-height:calc(2.33333em - 3px)\";}}i:255;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:13:\"display:block\";}}i:256;a:2:{i:0;a:1:{s:7:\".hentry\";a:1:{i:1;a:1:{i:0;s:6:\"hentry\";}}}i:1;a:1:{i:0;s:16:\"margin:0 0 1.5em\";}}i:257;a:2:{i:0;a:2:{s:7:\".byline\";a:1:{i:1;a:1:{i:0;s:6:\"byline\";}}s:24:\".updated:not(.published)\";a:1:{i:1;a:1:{i:0;s:7:\"updated\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:258;a:2:{i:0;a:2:{s:19:\".group-blog .byline\";a:1:{i:1;a:2:{i:0;s:10:\"group-blog\";i:1;s:6:\"byline\";}}s:15:\".single .byline\";a:1:{i:1;a:2:{i:0;s:6:\"single\";i:1;s:6:\"byline\";}}}i:1;a:1:{i:0;s:14:\"display:inline\";}}i:259;a:2:{i:0;a:1:{s:11:\".page-links\";a:1:{i:1;a:1:{i:0;s:10:\"page-links\";}}}i:1;a:2:{i:0;s:10:\"clear:both\";i:1;s:14:\"margin-top:1em\";}}i:260;a:2:{i:0;a:1:{s:13:\".page-links a\";a:2:{i:1;a:1:{i:0;s:10:\"page-links\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:261;a:2:{i:0;a:1:{s:24:\".page-links a .page-link\";a:2:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:20:\"border-color:#eaeaea\";i:1;s:14:\"background:0 0\";}}i:262;a:2:{i:0;a:1:{s:22:\".page-links .page-link\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}}i:1;a:12:{i:0;s:9:\"padding:0\";i:1;s:20:\"margin:0 0 .3em .3em\";i:2;s:24:\"border:2px solid #eaeaea\";i:3;s:10:\"color:#000\";i:4;s:14:\"background:0 0\";i:5;s:14:\"font-size:.8em\";i:6;s:11:\"width:2.5em\";i:7;s:12:\"height:2.5em\";i:8;s:29:\"line-height:calc(2.5em - 4px)\";i:9;s:20:\"display:inline-block\";i:10;s:17:\"text-align:center\";i:11;s:25:\"transition:all .2s linear\";}}i:263;a:2:{i:0;a:2:{s:28:\".page-links .page-link:focus\";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\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:264;s:25:\"@media (max-width:768px){\";i:265;a:2:{i:0;a:1:{s:22:\".page-links .page-link\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:6px\";}}i:266;s:1:\"}\";i:267;a:2:{i:0;a:3:{s:26:\".entry-content>:last-child\";a:1:{i:1;a:1:{i:0;s:13:\"entry-content\";}}s:26:\".entry-summary>:last-child\";a:1:{i:1;a:1:{i:0;s:13:\"entry-summary\";}}s:25:\".page-content>:last-child\";a:1:{i:1;a:1:{i:0;s:12:\"page-content\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:268;a:2:{i:0;a:1:{s:13:\".bypostauthor\";a:1:{i:1;a:1:{i:0;s:12:\"bypostauthor\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:269;a:2:{i:0;a:1:{s:41:\".ast-no-sidebar .entry-content .alignfull\";a:1:{i:1;a:3:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignfull\";}}}i:1;a:4:{i:0;s:29:\"margin-left:calc(-50vw + 50%)\";i:1;s:30:\"margin-right:calc(-50vw + 50%)\";i:2;s:15:\"max-width:100vw\";i:3;s:11:\"width:100vw\";}}i:270;a:2:{i:0;a:2:{s:52:\".ast-no-sidebar .entry-content .alignfull .alignfull\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignfull\";i:3;s:9:\"alignfull\";}}s:52:\".ast-no-sidebar .entry-content .alignfull .alignwide\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignfull\";i:3;s:9:\"alignwide\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:271;a:2:{i:0;a:1:{s:41:\".ast-no-sidebar .entry-content .alignwide\";a:1:{i:1;a:3:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}}i:1;a:4:{i:0;s:29:\"margin-left:calc(-41vw + 50%)\";i:1;s:30:\"margin-right:calc(-41vw + 50%)\";i:2;s:15:\"max-width:unset\";i:3;s:11:\"width:unset\";}}i:272;a:2:{i:0;a:2:{s:52:\".ast-no-sidebar .entry-content .alignwide .alignfull\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";i:3;s:9:\"alignfull\";}}s:52:\".ast-no-sidebar .entry-content .alignwide .alignwide\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";i:3;s:9:\"alignwide\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:273;a:2:{i:0;a:2:{s:58:\".ast-no-sidebar .entry-content .wp-block-column .alignfull\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:15:\"wp-block-column\";i:3;s:9:\"alignfull\";}}s:58:\".ast-no-sidebar .entry-content .wp-block-column .alignwide\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"entry-content\";i:2;s:15:\"wp-block-column\";i:3;s:9:\"alignwide\";}}}i:1;a:3:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:10:\"width:100%\";}}i:274;a:2:{i:0;a:2:{s:20:\".blocks-gallery-grid\";a:1:{i:1;a:1:{i:0;s:19:\"blocks-gallery-grid\";}}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:8:\"margin:0\";}}i:275;a:2:{i:0;a:1:{s:19:\".wp-block-separator\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-separator\";}}}i:1;a:1:{i:0;s:15:\"max-width:100px\";}}i:276;a:2:{i:0;a:2:{s:33:\".wp-block-separator.is-style-dots\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-separator\";i:1;s:13:\"is-style-dots\";}}s:33:\".wp-block-separator.is-style-wide\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-separator\";i:1;s:13:\"is-style-wide\";}}}i:1;a:1:{i:0;s:14:\"max-width:none\";}}i:277;a:2:{i:0;a:1:{s:58:\".entry-content .has-2-columns .wp-block-column:first-child\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:13:\"has-2-columns\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:18:\"padding-right:10px\";}}i:278;a:2:{i:0;a:1:{s:57:\".entry-content .has-2-columns .wp-block-column:last-child\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:13:\"has-2-columns\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:17:\"padding-left:10px\";}}i:279;s:25:\"@media (max-width:782px){\";i:280;a:2:{i:0;a:1:{s:49:\".entry-content .wp-block-columns .wp-block-column\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:15:\"flex-basis:100%\";}}i:281;a:2:{i:0;a:1:{s:58:\".entry-content .has-2-columns .wp-block-column:first-child\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:13:\"has-2-columns\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:282;a:2:{i:0;a:1:{s:57:\".entry-content .has-2-columns .wp-block-column:last-child\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:13:\"has-2-columns\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:283;s:1:\"}\";i:284;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:17:\"overflow-x:hidden\";}}i:285;a:2:{i:0;a:1:{s:42:\"body .entry-content .wp-block-latest-posts\";a:2:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:21:\"wp-block-latest-posts\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:286;a:2:{i:0;a:1:{s:45:\"body .entry-content .wp-block-latest-posts li\";a:2:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:21:\"wp-block-latest-posts\";}i:0;a:2:{i:0;s:4:\"body\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:287;a:2:{i:0;a:1:{s:68:\".ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts\";a:1:{i:1;a:4:{i:0;s:14:\"ast-no-sidebar\";i:1;s:13:\"ast-container\";i:2;s:13:\"entry-content\";i:3;s:21:\"wp-block-latest-posts\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:288;a:2:{i:0;a:1:{s:49:\".ast-header-break-point .entry-content .alignwide\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";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:289;a:2:{i:0;a:2:{s:43:\".entry-content .blocks-gallery-item amp-img\";a:2:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:44:\".entry-content .blocks-gallery-item amp-anim\";a:2:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:auto\";}}i:290;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:3:{i:0;s:28:\"border-top:4px solid #555d66\";i:1;s:31:\"border-bottom:4px solid #555d66\";i:2;s:13:\"color:#40464d\";}}i:291;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:15:\"font-weight:400\";i:1;s:17:\"margin-bottom:1em\";i:2;s:15:\"line-height:1.5\";}}i:292;a:2:{i:0;a:1:{s:7:\".widget\";a:1:{i:1;a:1:{i:0;s:6:\"widget\";}}}i:1;a:1:{i:0;s:18:\"margin:0 0 2.8em 0\";}}i:293;a:2:{i:0;a:1:{s:18:\".widget:last-child\";a:1:{i:1;a:1:{i:0;s:6:\"widget\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:294;a:2:{i:0;a:1:{s:14:\".widget select\";a:2:{i:1;a:1:{i:0;s:6:\"widget\";}i:0;a:1:{i:0;s:6:\"select\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:295;a:2:{i:0;a:1:{s:10:\".widget ul\";a:2:{i:1;a:1:{i:0;s:6:\"widget\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:20:\"list-style-type:none\";}}i:296;a:2:{i:0;a:1:{s:15:\".no-widget-text\";a:1:{i:1;a:1:{i:0;s:14:\"no-widget-text\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:297;a:2:{i:0;a:1:{s:31:\".widget_nav_menu ul ul.sub-menu\";a:2:{i:1;a:2:{i:0;s:15:\"widget_nav_menu\";i:1;s:8:\"sub-menu\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";}}}i:1;a:1:{i:0;s:16:\"margin-top:.25em\";}}i:298;a:2:{i:0;a:1:{s:34:\".widget_nav_menu ul ul.sub-menu li\";a:2:{i:1;a:2:{i:0;s:15:\"widget_nav_menu\";i:1;s:8:\"sub-menu\";}i:0;a:3:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";i:2;s:2:\"li\";}}}i:1;a:1:{i:0;s:17:\"padding-left:20px\";}}i:299;a:2:{i:0;a:1:{s:39:\".widget_nav_menu ul ul.sub-menu a:after\";a:2:{i:1;a:2:{i:0;s:15:\"widget_nav_menu\";i:1;s:8:\"sub-menu\";}i:0;a:3:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";i:2;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"left:-20px\";}}i:300;a:2:{i:0;a:1:{s:42:\".widget_nav_menu ul ul.sub-menu ul a:after\";a:2:{i:1;a:2:{i:0;s:15:\"widget_nav_menu\";i:1;s:8:\"sub-menu\";}i:0;a:4:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";i:2;s:2:\"ul\";i:3;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"left:-40px\";}}i:301;a:2:{i:0;a:1:{s:45:\".widget_nav_menu ul ul.sub-menu ul ul a:after\";a:2:{i:1;a:2:{i:0;s:15:\"widget_nav_menu\";i:1;s:8:\"sub-menu\";}i:0;a:5:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";i:2;s:2:\"ul\";i:3;s:2:\"ul\";i:4;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"left:-60px\";}}i:302;a:2:{i:0;a:1:{s:19:\".widget_nav_menu li\";a:2:{i:1;a:1:{i:0;s:15:\"widget_nav_menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:25:\"transition:all .2s linear\";}}i:303;a:2:{i:0;a:1:{s:27:\".widget_search .search-form\";a:1:{i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}}}i:1;a:4:{i:0;s:17:\"position:relative\";i:1;s:9:\"padding:0\";i:2;s:18:\"background:initial\";i:3;s:13:\"color:inherit\";}}i:304;a:2:{i:0;a:1:{s:33:\".widget_search .search-form>label\";a:2:{i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:305;a:2:{i:0;a:1:{s:29:\".widget_search .search-form i\";a:2:{i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}i:0;a:1:{i:0;s:1:\"i\";}}}i:1;a:1:{i:0;s:13:\"color:#3a3a3a\";}}i:306;a:2:{i:0;a:1:{s:34:\".widget_search .search-form button\";a:2:{i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:7:{i:0;s:17:\"position:absolute\";i:1;s:5:\"top:0\";i:2;s:10:\"right:15px\";i:3;s:11:\"border:none\";i:4;s:9:\"padding:0\";i:5;s:14:\"cursor:pointer\";i:6;s:14:\"background:0 0\";}}i:307;a:2:{i:0;a:3:{s:46:\".widget_search .search-form input[type=submit]\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}i:0;a:1:{i:0;s:5:\"input\";}}s:52:\".widget_search .search-form input[type=submit]:focus\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}i:0;a:1:{i:0;s:5:\"input\";}}s:52:\".widget_search .search-form input[type=submit]:hover\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:10:{i:0;s:17:\"padding:13px 20px\";i:1;s:17:\"border-radius:2px\";i:2;s:11:\"border:none\";i:3;s:5:\"top:0\";i:4;s:7:\"right:0\";i:5;s:17:\"position:absolute\";i:6;s:17:\"color:transparent\";i:7;s:14:\"background:0 0\";i:8;s:14:\"max-width:45px\";i:9;s:9:\"z-index:2\";}}i:308;a:2:{i:0;a:1:{s:41:\".widget_search .search-form .search-field\";a:1:{i:1;a:3:{i:0;s:13:\"widget_search\";i:1;s:11:\"search-form\";i:2;s:12:\"search-field\";}}}i:1;a:4:{i:0;s:18:\"background:#fafafa\";i:1;s:16:\"border-width:1px\";i:2;s:20:\"border-color:#eaeaea\";i:3;s:17:\"border-radius:2px\";}}i:309;a:2:{i:0;a:2:{s:28:\".widget_search .search-field\";a:1:{i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:12:\"search-field\";}}s:34:\".widget_search .search-field:focus\";a:1:{i:1;a:2:{i:0;s:13:\"widget_search\";i:1;s:12:\"search-field\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:27:\"padding:16px 45px 16px 15px\";}}i:310;a:2:{i:0;a:3:{s:27:\".widget_archive ul.children\";a:2:{i:1;a:2:{i:0;s:14:\"widget_archive\";i:1;s:8:\"children\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:30:\".widget_categories ul.children\";a:2:{i:1;a:2:{i:0;s:17:\"widget_categories\";i:1;s:8:\"children\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:25:\".widget_pages ul.children\";a:2:{i:1;a:2:{i:0;s:12:\"widget_pages\";i:1;s:8:\"children\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:3:{i:0;s:17:\"position:relative\";i:1;s:14:\"margin-top:5px\";i:2;s:10:\"width:100%\";}}i:311;a:2:{i:0;a:3:{s:30:\".widget_archive ul.children li\";a:2:{i:1;a:2:{i:0;s:14:\"widget_archive\";i:1;s:8:\"children\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}s:33:\".widget_categories ul.children li\";a:2:{i:1;a:2:{i:0;s:17:\"widget_categories\";i:1;s:8:\"children\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}s:28:\".widget_pages ul.children li\";a:2:{i:1;a:2:{i:0;s:12:\"widget_pages\";i:1;s:8:\"children\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:17:\"padding-left:20px\";}}i:312;a:2:{i:0;a:3:{s:38:\".widget_archive li ul.children a:after\";a:2:{i:1;a:2:{i:0;s:14:\"widget_archive\";i:1;s:8:\"children\";}i:0;a:3:{i:0;s:2:\"li\";i:1;s:2:\"ul\";i:2;s:1:\"a\";}}s:41:\".widget_categories li ul.children a:after\";a:2:{i:1;a:2:{i:0;s:17:\"widget_categories\";i:1;s:8:\"children\";}i:0;a:3:{i:0;s:2:\"li\";i:1;s:2:\"ul\";i:2;s:1:\"a\";}}s:36:\".widget_pages li ul.children a:after\";a:2:{i:1;a:2:{i:0;s:12:\"widget_pages\";i:1;s:8:\"children\";}i:0;a:3:{i:0;s:2:\"li\";i:1;s:2:\"ul\";i:2;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"left:-20px\";}}i:313;a:2:{i:0;a:3:{s:41:\".widget_archive li ul.children ul a:after\";a:2:{i:1;a:2:{i:0;s:14:\"widget_archive\";i:1;s:8:\"children\";}i:0;a:4:{i:0;s:2:\"li\";i:1;s:2:\"ul\";i:2;s:2:\"ul\";i:3;s:1:\"a\";}}s:44:\".widget_categories li ul.children ul a:after\";a:2:{i:1;a:2:{i:0;s:17:\"widget_categories\";i:1;s:8:\"children\";}i:0;a:4:{i:0;s:2:\"li\";i:1;s:2:\"ul\";i:2;s:2:\"ul\";i:3;s:1:\"a\";}}s:39:\".widget_pages li ul.children ul a:after\";a:2:{i:1;a:2:{i:0;s:12:\"widget_pages\";i:1;s:8:\"children\";}i:0;a:4:{i:0;s:2:\"li\";i:1;s:2:\"ul\";i:2;s:2:\"ul\";i:3;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"left:-40px\";}}i:314;a:2:{i:0;a:1:{s:27:\".widget_tag_cloud .tagcloud\";a:1:{i:1;a:2:{i:0;s:16:\"widget_tag_cloud\";i:1;s:8:\"tagcloud\";}}}i:1;a:2:{i:0;s:15:\"margin-top:10px\";i:1;s:20:\"display:inline-block\";}}i:315;a:2:{i:0;a:1:{s:29:\".widget_tag_cloud .tagcloud a\";a:2:{i:1;a:2:{i:0;s:16:\"widget_tag_cloud\";i:1;s:8:\"tagcloud\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:8:{i:0;s:24:\"border:1px solid #e2e2e2\";i:1;s:17:\"padding:.5em .9em\";i:2;s:20:\"display:inline-block\";i:3;s:17:\"margin-bottom:4px\";i:4;s:14:\"font-size:14px\";i:5;s:16:\"margin-right:4px\";i:6;s:15:\"line-height:1.5\";i:7;s:25:\"transition:all .2s linear\";}}i:316;a:2:{i:0;a:3:{s:22:\".widget_calendar table\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:5:\"table\";}}s:19:\".widget_calendar td\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:2:\"td\";}}s:19:\".widget_calendar th\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:2:{i:0;s:9:\"padding:0\";i:1;s:17:\"text-align:center\";}}i:317;a:2:{i:0;a:2:{s:22:\".widget_calendar table\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:5:\"table\";}}s:19:\".widget_calendar th\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:318;a:2:{i:0;a:1:{s:19:\".widget_calendar td\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:2:\"td\";}}}i:1;a:2:{i:0;s:17:\"border-right:none\";i:1;s:16:\"border-left:none\";}}i:319;a:2:{i:0;a:1:{s:24:\".widget_calendar caption\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:7:\"caption\";}}}i:1;a:1:{i:0;s:17:\"line-height:2.7em\";}}i:320;a:2:{i:0;a:1:{s:22:\".widget_calendar thead\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:5:\"thead\";}}}i:1;a:1:{i:0;s:17:\"line-height:2.5em\";}}i:321;a:2:{i:0;a:1:{s:24:\".widget_calendar thead a\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:2:{i:0;s:5:\"thead\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:13:\"color:#0274be\";i:1;s:14:\"font-size:1rem\";i:2;s:21:\"vertical-align:middle\";}}i:322;a:2:{i:0;a:1:{s:25:\".widget_calendar thead td\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:2:{i:0;s:5:\"thead\";i:1;s:2:\"td\";}}}i:1;a:2:{i:0;s:21:\"vertical-align:middle\";i:1;s:15:\"font-weight:700\";}}i:323;a:2:{i:0;a:1:{s:28:\".widget_calendar thead>tr>th\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:3:{i:0;s:5:\"thead\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}}i:1;a:3:{i:0;s:17:\"line-height:2.5em\";i:1;s:31:\"border-bottom:2px solid #eaeaea\";i:2;s:28:\"border-top:2px solid #eaeaea\";}}i:324;a:2:{i:0;a:1:{s:22:\".widget_calendar tbody\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:1:{i:0;s:5:\"tbody\";}}}i:1;a:2:{i:0;s:17:\"line-height:2.1em\";i:1;s:17:\"text-align:center\";}}i:325;a:2:{i:0;a:1:{s:28:\".widget_calendar tbody>tr>td\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:3:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";i:2;s:2:\"td\";}}}i:1;a:1:{i:0;s:14:\"width:14.2857%\";}}i:326;a:2:{i:0;a:1:{s:40:\".widget_calendar tbody>tr:first-child>td\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:0;a:3:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";i:2;s:2:\"td\";}}}i:1;a:1:{i:0;s:15:\"padding-top:3px\";}}i:327;a:2:{i:0;a:1:{s:23:\".widget_calendar #today\";a:2:{i:1;a:1:{i:0;s:15:\"widget_calendar\";}i:2;a:1:{i:0;s:5:\"today\";}}}i:1;a:1:{i:0;s:18:\"background:#0274be\";}}i:328;a:2:{i:0;a:1:{s:21:\".ast-builder-grid-row\";a:1:{i:1;a:1:{i:0;s:20:\"ast-builder-grid-row\";}}}i:1;a:5:{i:0;s:12:\"display:grid\";i:1;s:31:\"grid-template-columns:auto auto\";i:2;s:18:\"align-items:center\";i:3;s:20:\"grid-column-gap:20px\";i:4;s:22:\"overflow-wrap:anywhere\";}}i:329;a:2:{i:0;a:1:{s:42:\".ast-builder-grid-row>.site-header-section\";a:1:{i:1;a:2:{i:0;s:20:\"ast-builder-grid-row\";i:1;s:19:\"site-header-section\";}}}i:1;a:1:{i:0;s:16:\"flex-wrap:nowrap\";}}i:330;a:2:{i:0;a:1:{s:32:\".ast-builder-footer-grid-columns\";a:1:{i:1;a:1:{i:0;s:31:\"ast-builder-footer-grid-columns\";}}}i:1;a:1:{i:0;s:20:\"grid-column-gap:50px\";}}i:331;a:2:{i:0;a:1:{s:48:\".ast-builder-grid-row.ast-grid-center-col-layout\";a:1:{i:1;a:2:{i:0;s:20:\"ast-builder-grid-row\";i:1;s:26:\"ast-grid-center-col-layout\";}}}i:1;a:1:{i:0;s:34:\"grid-template-columns:1fr auto 1fr\";}}i:332;a:2:{i:0;a:1:{s:27:\".ast-builder-layout-element\";a:1:{i:1;a:1:{i:0;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:18:\"align-items:center\";}}i:333;a:2:{i:0;a:1:{s:53:\".ast-builder-grid-row.ast-grid-center-col-layout-only\";a:1:{i:1;a:2:{i:0;s:20:\"ast-builder-grid-row\";i:1;s:31:\"ast-grid-center-col-layout-only\";}}}i:1;a:4:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:11:\"height:100%\";i:3;s:22:\"justify-content:center\";}}i:334;a:2:{i:0;a:1:{s:78:\".ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center\";a:1:{i:1;a:3:{i:0;s:20:\"ast-builder-grid-row\";i:1;s:31:\"ast-grid-center-col-layout-only\";i:2;s:23:\"ast-grid-section-center\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:1\";}}i:335;a:2:{i:0;a:1:{s:20:\".site-header-section\";a:1:{i:1;a:1:{i:0;s:19:\"site-header-section\";}}}i:1;a:3:{i:0;s:11:\"height:100%\";i:1;s:12:\"min-height:0\";i:2;s:18:\"align-items:center\";}}i:336;a:2:{i:0;a:1:{s:51:\".site-header-section .ast-main-header-bar-alignment\";a:1:{i:1;a:2:{i:0;s:19:\"site-header-section\";i:1;s:29:\"ast-main-header-bar-alignment\";}}}i:1;a:1:{i:0;s:11:\"height:100%\";}}i:337;a:2:{i:0;a:1:{s:22:\".site-header-section>*\";a:1:{i:1;a:1:{i:0;s:19:\"site-header-section\";}}}i:1;a:1:{i:0;s:14:\"padding:0 10px\";}}i:338;a:2:{i:0;a:1:{s:36:\".site-header-section>div:first-child\";a:2:{i:1;a:1:{i:0;s:19:\"site-header-section\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:339;a:2:{i:0;a:1:{s:35:\".site-header-section>div:last-child\";a:2:{i:1;a:1:{i:0;s:19:\"site-header-section\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:340;a:2:{i:0;a:1:{s:38:\".site-header-section .ast-builder-menu\";a:1:{i:1;a:2:{i:0;s:19:\"site-header-section\";i:1;s:16:\"ast-builder-menu\";}}}i:1;a:1:{i:0;s:18:\"align-items:center\";}}i:341;a:2:{i:0;a:1:{s:45:\".ast-builder-layout-element.ast-header-search\";a:1:{i:1;a:2:{i:0;s:26:\"ast-builder-layout-element\";i:1;s:17:\"ast-header-search\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:342;a:2:{i:0;a:1:{s:30:\".ast-grid-right-center-section\";a:1:{i:1;a:1:{i:0;s:29:\"ast-grid-right-center-section\";}}}i:1;a:2:{i:0;s:26:\"justify-content:flex-start\";i:1;s:11:\"flex-grow:1\";}}i:343;a:2:{i:0;a:1:{s:23:\".ast-grid-right-section\";a:1:{i:1;a:1:{i:0;s:22:\"ast-grid-right-section\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:344;a:2:{i:0;a:1:{s:55:\".ast-grid-right-section .ast-site-identity>:first-child\";a:1:{i:1;a:2:{i:0;s:22:\"ast-grid-right-section\";i:1;s:17:\"ast-site-identity\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:345;a:2:{i:0;a:1:{s:86:\".ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child\";a:1:{i:1;a:3:{i:0;s:22:\"ast-grid-right-section\";i:1;s:29:\"ast-grid-right-center-section\";i:2;s:17:\"ast-site-identity\";}}}i:1;a:1:{i:0;s:15:\"text-align:left\";}}i:346;a:2:{i:0;a:1:{s:29:\".ast-grid-left-center-section\";a:1:{i:1;a:1:{i:0;s:28:\"ast-grid-left-center-section\";}}}i:1;a:2:{i:0;s:24:\"justify-content:flex-end\";i:1;s:11:\"flex-grow:1\";}}i:347;a:2:{i:0;a:1:{s:41:\".ast-logo-title-inline .ast-site-identity\";a:1:{i:1;a:2:{i:0;s:21:\"ast-logo-title-inline\";i:1;s:17:\"ast-site-identity\";}}}i:1;a:6:{i:0;s:13:\"padding:1em 0\";i:1;s:23:\"-js-display:inline-flex\";i:2;s:19:\"display:inline-flex\";i:3;s:21:\"vertical-align:middle\";i:4;s:18:\"align-items:center\";i:5;s:25:\"transition:all .2s linear\";}}i:348;a:2:{i:0;a:1:{s:24:\".ast-grid-section-center\";a:1:{i:1;a:1:{i:0;s:23:\"ast-grid-section-center\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:349;a:2:{i:0;a:1:{s:56:\".ast-grid-section-center .ast-site-identity>:first-child\";a:1:{i:1;a:2:{i:0;s:23:\"ast-grid-section-center\";i:1;s:17:\"ast-site-identity\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:350;a:2:{i:0;a:1:{s:27:\".ast-builder-social-element\";a:1:{i:1;a:1:{i:0;s:26:\"ast-builder-social-element\";}}}i:1;a:9:{i:0;s:13:\"line-height:1\";i:1;s:13:\"color:#3a3a3a\";i:2;s:14:\"background:0 0\";i:3;s:21:\"vertical-align:middle\";i:4;s:19:\"transition:all 10ms\";i:5;s:15:\"margin-left:6px\";i:6;s:16:\"margin-right:6px\";i:7;s:22:\"justify-content:center\";i:8;s:18:\"align-items:center\";}}i:351;a:2:{i:0;a:1:{s:33:\".ast-builder-social-element:hover\";a:1:{i:1;a:1:{i:0;s:26:\"ast-builder-social-element\";}}}i:1;a:1:{i:0;s:13:\"color:#0274be\";}}i:352;a:2:{i:0;a:1:{s:46:\".ast-builder-social-element .social-item-label\";a:1:{i:1;a:2:{i:0;s:26:\"ast-builder-social-element\";i:1;s:17:\"social-item-label\";}}}i:1;a:1:{i:0;s:16:\"padding-left:6px\";}}i:353;a:2:{i:0;a:3:{s:53:\".ast-social-stack-desktop .ast-builder-social-element\";a:1:{i:1;a:2:{i:0;s:24:\"ast-social-stack-desktop\";i:1;s:26:\"ast-builder-social-element\";}}s:52:\".ast-social-stack-mobile .ast-builder-social-element\";a:1:{i:1;a:2:{i:0;s:23:\"ast-social-stack-mobile\";i:1;s:26:\"ast-builder-social-element\";}}s:52:\".ast-social-stack-tablet .ast-builder-social-element\";a:1:{i:1;a:2:{i:0;s:23:\"ast-social-stack-tablet\";i:1;s:26:\"ast-builder-social-element\";}}}i:1;a:2:{i:0;s:14:\"margin-top:6px\";i:1;s:17:\"margin-bottom:6px\";}}i:354;a:2:{i:0;a:1:{s:17:\".ahfb-svg-iconset\";a:1:{i:1;a:1:{i:0;s:16:\"ahfb-svg-iconset\";}}}i:1;a:3:{i:0;s:23:\"-js-display:inline-flex\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"align-self:center\";}}i:355;a:2:{i:0;a:1:{s:21:\".ahfb-svg-iconset svg\";a:2:{i:1;a:1:{i:0;s:16:\"ahfb-svg-iconset\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:3:{i:0;s:10:\"width:17px\";i:1;s:11:\"height:17px\";i:2;s:15:\"transition:none\";}}i:356;a:2:{i:0;a:1:{s:23:\".ahfb-svg-iconset svg>*\";a:2:{i:1;a:1:{i:0;s:16:\"ahfb-svg-iconset\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:15:\"transition:none\";}}i:357;a:2:{i:0;a:1:{s:23:\".ast-footer-copyright p\";a:2:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:358;a:2:{i:0;a:1:{s:31:\".ast-builder-grid-row-container\";a:1:{i:1;a:1:{i:0;s:30:\"ast-builder-grid-row-container\";}}}i:1;a:2:{i:0;s:12:\"display:grid\";i:1;s:20:\"align-content:center\";}}i:359;a:2:{i:0;a:1:{s:44:\".main-header-bar .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:15:\"main-header-bar\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:11:\"height:100%\";}}i:360;a:2:{i:0;a:1:{s:23:\".ast-nav-menu .sub-menu\";a:1:{i:1;a:2:{i:0;s:12:\"ast-nav-menu\";i:1;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:16:\"line-height:1.45\";}}i:361;a:2:{i:0;a:1:{s:34:\".ast-builder-menu .main-navigation\";a:1:{i:1;a:2:{i:0;s:16:\"ast-builder-menu\";i:1;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:362;a:2:{i:0;a:1:{s:37:\".ast-builder-menu .main-navigation>ul\";a:2:{i:1;a:2:{i:0;s:16:\"ast-builder-menu\";i:1;s:15:\"main-navigation\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:17:\"align-self:center\";}}i:363;a:2:{i:0;a:3:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}s:23:\".ast-footer-social-wrap\";a:1:{i:1;a:1:{i:0;s:22:\"ast-footer-social-wrap\";}}s:23:\".site-footer-focus-item\";a:1:{i:1;a:1:{i:0;s:22:\"site-footer-focus-item\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:364;a:2:{i:0;a:1:{s:18:\"#astra-footer-menu\";a:1:{i:2;a:1:{i:0;s:17:\"astra-footer-menu\";}}}i:1;a:3:{i:0;s:8:\"margin:0\";i:1;s:15:\"list-style:none\";i:2;s:18:\"background:inherit\";}}i:365;a:2:{i:0;a:1:{s:21:\"#astra-footer-menu>ul\";a:2:{i:2;a:1:{i:0;s:17:\"astra-footer-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:3:{i:0;s:8:\"margin:0\";i:1;s:15:\"list-style:none\";i:2;s:18:\"background:inherit\";}}i:366;a:2:{i:0;a:1:{s:42:\".ast-header-break-point #ast-mobile-header\";a:2:{i:1;a:1:{i:0;s:22:\"ast-header-break-point\";}i:2;a:1:{i:0;s:17:\"ast-mobile-header\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:367;a:2:{i:0;a:1:{s:51:\".ast-header-break-point .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:368;a:2:{i:0;a:1:{s:92:\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";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:11:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:5:\"top:0\";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:15:\"font-weight:400\";i:10;s:19:\"line-height:inherit\";}}i:369;a:2:{i:0;a:1:{s:85:\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:370;a:2:{i:0;a:2:{s:145:\".ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\";a:1:{i:1;a:6:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-mobile-header-wrap\";i:2;s:21:\"ast-above-header-wrap\";i:3;s:26:\"main-header-bar-navigation\";i:4;s:20:\"ast-submenu-expanded\";i:5;s:15:\"ast-menu-toggle\";}}s:144:\".ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\";a:1:{i:1;a:6:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-mobile-header-wrap\";i:2;s:20:\"ast-main-header-wrap\";i:3;s:26:\"main-header-bar-navigation\";i:4;s:20:\"ast-submenu-expanded\";i:5;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:25:\"transform:rotateX(180deg)\";}}i:371;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-nav-menu .sub-menu\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:12:\"ast-nav-menu\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:372;a:2:{i:0;a:1:{s:20:\".site-footer-section\";a:1:{i:1;a:1:{i:0;s:19:\"site-footer-section\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:373;a:2:{i:0;a:1:{s:22:\".site-footer-section>*\";a:1:{i:1;a:1:{i:0;s:19:\"site-footer-section\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:10px\";}}i:374;a:2:{i:0;a:1:{s:32:\".site-footer-section>:last-child\";a:1:{i:1;a:1:{i:0;s:19:\"site-footer-section\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:375;a:2:{i:0;a:1:{s:25:\".site-primary-footer-wrap\";a:1:{i:1;a:1:{i:0;s:24:\"site-primary-footer-wrap\";}}}i:1;a:2:{i:0;s:16:\"padding-top:45px\";i:1;s:19:\"padding-bottom:45px\";}}i:376;a:2:{i:0;a:2:{s:23:\".site-above-footer-wrap\";a:1:{i:1;a:1:{i:0;s:22:\"site-above-footer-wrap\";}}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:377;a:2:{i:0;a:1:{s:66:\".ast-hfb-header.ast-header-break-point .main-header-bar-navigation\";a:1:{i:1;a:3:{i:0;s:14:\"ast-hfb-header\";i:1;s:22:\"ast-header-break-point\";i:2;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:8:\"margin:0\";}}i:378;a:2:{i:0;a:1:{s:52:\".ast-hfb-header .menu-toggle.toggled .ast-mobile-svg\";a:1:{i:1;a:4:{i:0;s:14:\"ast-hfb-header\";i:1;s:11:\"menu-toggle\";i:2;s:7:\"toggled\";i:3;s:14:\"ast-mobile-svg\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:379;a:2:{i:0;a:1:{s:51:\".ast-hfb-header .menu-toggle.toggled .ast-close-svg\";a:1:{i:1;a:4:{i:0;s:14:\"ast-hfb-header\";i:1;s:11:\"menu-toggle\";i:2;s:7:\"toggled\";i:3;s:13:\"ast-close-svg\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:380;a:2:{i:0;a:1:{s:27:\".menu-toggle .ast-close-svg\";a:1:{i:1;a:2:{i:0;s:11:\"menu-toggle\";i:1;s:13:\"ast-close-svg\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:381;a:2:{i:0;a:1:{s:61:\".ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon\";a:1:{i:1;a:3:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:23:\"mobile-menu-toggle-icon\";}}}i:1;a:3:{i:0;s:23:\"-js-display:inline-flex\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"align-self:center\";}}i:382;a:2:{i:0;a:1:{s:54:\".ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap\";a:1:{i:1;a:3:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:16:\"mobile-menu-wrap\";}}}i:1;a:4:{i:0;s:23:\"-js-display:inline-flex\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"align-self:center\";i:3;s:16:\"margin-left:.4em\";}}i:383;a:2:{i:0;a:1:{s:77:\".ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle\";a:1:{i:1;a:4:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:15:\"ast-button-wrap\";i:2;s:11:\"menu-toggle\";i:3;s:23:\"main-header-menu-toggle\";}}}i:1;a:5:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:18:\"align-items:center\";i:3;s:10:\"width:auto\";i:4;s:11:\"height:auto\";}}i:384;a:2:{i:0;a:1:{s:37:\".menu-toggle .mobile-menu-toggle-icon\";a:1:{i:1;a:2:{i:0;s:11:\"menu-toggle\";i:1;s:23:\"mobile-menu-toggle-icon\";}}}i:1;a:3:{i:0;s:23:\"-js-display:inline-flex\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"align-self:center\";}}i:385;a:2:{i:0;a:1:{s:30:\".menu-toggle .mobile-menu-wrap\";a:1:{i:1;a:2:{i:0;s:11:\"menu-toggle\";i:1;s:16:\"mobile-menu-wrap\";}}}i:1;a:4:{i:0;s:23:\"-js-display:inline-flex\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"align-self:center\";i:3;s:16:\"margin-left:.4em\";}}i:386;a:2:{i:0;a:1:{s:63:\".ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap\";a:1:{i:1;a:4:{i:0;s:14:\"ast-hfb-header\";i:1;s:15:\"ast-button-wrap\";i:2;s:11:\"menu-toggle\";i:3;s:16:\"mobile-menu-wrap\";}}}i:1;a:3:{i:0;s:18:\"align-items:center\";i:1;s:16:\"-js-display:flex\";i:2;s:12:\"display:flex\";}}i:387;a:2:{i:0;a:1:{s:53:\".ast-button-wrap .menu-toggle.main-header-menu-toggle\";a:1:{i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:11:\"menu-toggle\";i:2;s:23:\"main-header-menu-toggle\";}}}i:1;a:4:{i:0;s:12:\"padding:.5em\";i:1;s:18:\"align-items:center\";i:2;s:16:\"-js-display:flex\";i:3;s:12:\"display:flex\";}}i:388;a:2:{i:0;a:1:{s:53:\".ast-search-menu-icon.ast-inline-search .search-field\";a:1:{i:1;a:3:{i:0;s:20:\"ast-search-menu-icon\";i:1;s:17:\"ast-inline-search\";i:2;s:12:\"search-field\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:12:\"padding:.6em\";i:2;s:19:\"padding-right:5.5em\";}}i:389;s:25:\"@media (min-width:769px){\";i:390;a:2:{i:0;a:1:{s:49:\".footer-nav-wrap .astra-footer-horizontal-menu li\";a:2:{i:1;a:2:{i:0;s:15:\"footer-nav-wrap\";i:1;s:28:\"astra-footer-horizontal-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:391;a:2:{i:0;a:1:{s:63:\".footer-nav-wrap .astra-footer-horizontal-menu li:first-child a\";a:2:{i:1;a:2:{i:0;s:15:\"footer-nav-wrap\";i:1;s:28:\"astra-footer-horizontal-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:392;a:2:{i:0;a:1:{s:62:\".footer-nav-wrap .astra-footer-horizontal-menu li:last-child a\";a:2:{i:1;a:2:{i:0;s:15:\"footer-nav-wrap\";i:1;s:28:\"astra-footer-horizontal-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:393;a:2:{i:0;a:1:{s:48:\".footer-nav-wrap .astra-footer-horizontal-menu a\";a:2:{i:1;a:2:{i:0;s:15:\"footer-nav-wrap\";i:1;s:28:\"astra-footer-horizontal-menu\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"padding:0 .5em\";}}i:394;s:1:\"}\";i:395;a:2:{i:0;a:1:{s:12:\".site-header\";a:1:{i:1;a:1:{i:0;s:11:\"site-header\";}}}i:1;a:2:{i:0;s:10:\"z-index:99\";i:1;s:17:\"position:relative\";}}i:396;a:2:{i:0;a:1:{s:22:\".main-header-container\";a:1:{i:1;a:1:{i:0;s:21:\"main-header-container\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:397;a:2:{i:0;a:1:{s:21:\".main-header-bar-wrap\";a:1:{i:1;a:1:{i:0;s:20:\"main-header-bar-wrap\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:398;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:3:{i:0;s:21:\"background-color:#fff\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:399;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:8:\"border:0\";}}i:400;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:2:{i:0;s:27:\"border-bottom-color:#eaeaea\";i:1;s:25:\"border-bottom-style:solid\";}}i:401;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:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:402;a:2:{i:0;a:1:{s:56:\".ast-desktop .main-header-menu.ast-menu-shadow .sub-menu\";a:1:{i:1;a:4:{i:0;s:11:\"ast-desktop\";i:1;s:16:\"main-header-menu\";i:2;s:15:\"ast-menu-shadow\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:41:\"box-shadow:0 4px 10px -2px rgba(0,0,0,.1)\";}}i:403;a:2:{i:0;a:1:{s:66:\".ast-header-custom-item-inside .button-custom-menu-item .menu-link\";a:1:{i:1;a:3:{i:0;s:29:\"ast-header-custom-item-inside\";i:1;s:23:\"button-custom-menu-item\";i:2;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:404;a:2:{i:0;a:1:{s:78:\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item\";a:1:{i:1;a:3:{i:0;s:29:\"ast-header-custom-item-inside\";i:1;s:22:\"ast-header-break-point\";i:2;s:23:\"button-custom-menu-item\";}}}i:1;a:4:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";i:2;s:12:\"margin-top:0\";i:3;s:15:\"margin-bottom:0\";}}i:405;a:2:{i:0;a:1:{s:102:\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link\";a:1:{i:1;a:4:{i:0;s:29:\"ast-header-custom-item-inside\";i:1;s:22:\"ast-header-break-point\";i:2;s:23:\"button-custom-menu-item\";i:3;s:22:\"ast-custom-button-link\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:406;a:2:{i:0;a:1:{s:89:\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link\";a:1:{i:1;a:4:{i:0;s:29:\"ast-header-custom-item-inside\";i:1;s:22:\"ast-header-break-point\";i:2;s:23:\"button-custom-menu-item\";i:3;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:407;a:2:{i:0;a:1:{s:14:\".site-branding\";a:1:{i:1;a:1:{i:0;s:13:\"site-branding\";}}}i:1;a:2:{i:0;s:13:\"line-height:1\";i:1;s:17:\"align-self:center\";}}i:408;a:2:{i:0;a:1:{s:16:\".ast-menu-toggle\";a:1:{i:1;a:1:{i:0;s:15:\"ast-menu-toggle\";}}}i:1;a:5:{i:0;s:12:\"display:none\";i:1;s:14:\"background:0 0\";i:2;s:13:\"color:inherit\";i:3;s:19:\"border-style:dotted\";i:4;s:24:\"border-color:transparent\";}}i:409;a:2:{i:0;a:2:{s:22:\".ast-menu-toggle:focus\";a:1:{i:1;a:1:{i:0;s:15:\"ast-menu-toggle\";}}s:22:\".ast-menu-toggle:hover\";a:1:{i:1;a:1:{i:0;s:15:\"ast-menu-toggle\";}}}i:1;a:3:{i:0;s:14:\"background:0 0\";i:1;s:20:\"border-color:inherit\";i:2;s:13:\"color:inherit\";}}i:410;a:2:{i:0;a:1:{s:22:\".ast-menu-toggle:focus\";a:1:{i:1;a:1:{i:0;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:19:\"outline:thin dotted\";}}i:411;a:2:{i:0;a:1:{s:42:\".ast-main-header-nav-open .main-header-bar\";a:1:{i:1;a:2:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:15:\"main-header-bar\";}}}i:1;a:1:{i:0;s:16:\"padding-bottom:0\";}}i:412;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:2:{i:0;s:9:\"z-index:4\";i:1;s:17:\"position:relative\";}}i:413;a:2:{i:0;a:1:{s:50:\".main-header-bar .main-header-bar-navigation:empty\";a:1:{i:1;a:2:{i:0;s:15:\"main-header-bar\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:414;a:2:{i:0;a:1:{s:54:\".main-header-bar .main-header-bar-navigation .sub-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:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:16:\"line-height:1.45\";}}i:415;a:2:{i:0;a:1:{s:85:\".main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after\";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:9:\"menu-link\";}}}i:1;a:1:{i:0;s:18:\"line-height:normal\";}}i:416;a:2:{i:0;a:1:{s:24:\".custom-mobile-logo-link\";a:1:{i:1;a:1:{i:0;s:23:\"custom-mobile-logo-link\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:417;a:2:{i:0;a:1:{s:18:\".ast-site-identity\";a:1:{i:1;a:1:{i:0;s:17:\"ast-site-identity\";}}}i:1;a:1:{i:0;s:13:\"padding:1em 0\";}}i:418;a:2:{i:0;a:1:{s:73:\".ast-header-break-point .site-header .main-header-bar-wrap .site-branding\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";i:1;s:11:\"site-header\";i:2;s:20:\"main-header-bar-wrap\";i:3;s:13:\"site-branding\";}}}i:1;a:2:{i:0;s:6:\"flex:1\";i:1;s:17:\"align-self:center\";}}i:419;a:2:{i:0;a:1:{s:42:\".ast-header-break-point .ast-site-identity\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";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: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:2:{i:0;s:13:\"display:block\";i:1;s:13:\"line-height:3\";}}i:421;a:2:{i:0;a:1:{s:68:\".ast-header-break-point .main-header-bar .main-header-bar-navigation\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:422;a:2:{i:0;a:1:{s:78:\".ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";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:423;a:2:{i:0;a:1:{s:102:\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";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:424;a:2:{i:0;a:1:{s:109:\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";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:34:\"-webkit-font-smoothing:antialiased\";i:7;s:33:\"-moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:15:\"font-weight:400\";i:10;s:19:\"line-height:inherit\";i:11;s:18:\"transition:all .2s\";}}i:425;a:2:{i:0;a:1:{s:115:\".ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";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:1:{i:0;s:25:\"transform:rotateX(180deg)\";}}i:426;a:2:{i:0;a:1:{s:86:\".ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";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:427;a:2:{i:0;a:1:{s:40:\".ast-header-break-point .main-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";}}i:428;a:2:{i:0;a:1:{s:46:\".ast-header-break-point .main-navigation ul ul\";a:2:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";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:429;a:2:{i:0;a:1:{s:60:\".ast-header-break-point .main-navigation .stack-on-mobile li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";i:2;s:15:\"stack-on-mobile\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:430;a:2:{i:0;a:1:{s:48:\".ast-header-break-point .main-navigation .widget\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:431;a:2:{i:0;a:1:{s:51:\".ast-header-break-point .main-navigation .widget li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";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:432;a:2:{i:0;a:1:{s:59:\".ast-header-break-point .main-navigation .widget:last-child\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:433;a:2:{i:0;a:1:{s:51:\".ast-header-break-point .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;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:434;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .main-header-menu ul ul\";a:2:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";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:435;a:2:{i:0;a:1:{s:41:\".ast-header-break-point .ast-builder-menu\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:16:\"ast-builder-menu\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:436;a:2:{i:0;a:1:{s:73:\".ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile\";a:1:{i:1;a:4:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-mobile-header-wrap\";i:2;s:8:\"ast-flex\";i:3;s:15:\"stack-on-mobile\";}}}i:1;a:1:{i:0;s:14:\"flex-wrap:wrap\";}}i:437;a:2:{i:0;a:1:{s:58:\".ast-desktop .main-header-menu>.menu-item .sub-menu:before\";a:1:{i:1;a:4:{i:0;s:11:\"ast-desktop\";i:1;s:16:\"main-header-menu\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";}}}i:1;a:6:{i:0;s:17:\"position:absolute\";i:1;s:10:\"content:\"\"\";i:2;s:5:\"top:0\";i:3;s:6:\"left:0\";i:4;s:10:\"width:100%\";i:5;s:27:\"transform:translateY(-100%)\";}}i:438;a:2:{i:0;a:10:{s:17:\"input[type=email]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input[type=number]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=password]\";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:18:\"input[type=search]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:15:\"input[type=tel]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:16:\"input[type=text]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:15:\"input[type=url]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}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\";}}}i:1;a:11:{i:0;s:10:\"color:#666\";i:1;s:13:\"padding:.75em\";i:2;s:11:\"height:auto\";i:3;s:16:\"border-width:1px\";i:4;s:18:\"border-style:solid\";i:5;s:20:\"border-color:#eaeaea\";i:6;s:17:\"border-radius:2px\";i:7;s:18:\"background:#fafafa\";i:8;s:15:\"box-shadow:none\";i:9;s:21:\"box-sizing:border-box\";i:10;s:25:\"transition:all .2s linear\";}}i:439;a:2:{i:0;a:9:{s:23:\"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:26:\"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: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:24:\"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:21:\"input[type=tel]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:22:\"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:21:\"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:12:\"select:focus\";a:1:{i:0;a:1:{i:0;s:6:\"select\";}}s:14:\"textarea:focus\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:21:\"background-color:#fff\";i:1;s:20:\"border-color:#eaeaea\";i:2;s:15:\"box-shadow:none\";}}i:440;a:2:{i:0;a:9:{s:18:\"input[type=button]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"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:24:\"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: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: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: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:18:\"input[type=submit]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"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:24:\"input[type=submit]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:441;a:2:{i:0;a:1:{s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:442;a:2:{i:0;a:1:{s:24:\"input[type=search]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:19:\"outline:thin dotted\";}}i:443;a:2:{i:0;a:1:{s:17:\"input[type=range]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:5:{i:0;s:23:\"-webkit-appearance:none\";i:1;s:10:\"width:100%\";i:2;s:14:\"margin:5.7px 0\";i:3;s:9:\"padding:0\";i:4;s:11:\"border:none\";}}i:444;a:2:{i:0;a:1:{s:23:\"input[type=range]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:9:\"outline:0\";}}i:445;a:2:{i:0;a:1:{s:48:\"input[type=range]::-webkit-slider-runnable-track\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:7:{i:0;s:10:\"width:100%\";i:1;s:12:\"height:8.6px\";i:2;s:14:\"cursor:pointer\";i:3;s:50:\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\";i:4;s:31:\"background:rgba(255,255,255,.2)\";i:5;s:20:\"border-radius:13.6px\";i:6;s:19:\"border:0 solid #fff\";}}i:446;a:2:{i:0;a:1:{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:9:{i:0;s:63:\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\";i:1;s:26:\"border:7.9px solid #0274be\";i:2;s:11:\"height:20px\";i:3;s:10:\"width:20px\";i:4;s:18:\"border-radius:50px\";i:5;s:18:\"background:#0274be\";i:6;s:14:\"cursor:pointer\";i:7;s:23:\"-webkit-appearance:none\";i:8;s:17:\"margin-top:-5.7px\";}}i:447;a:2:{i:0;a:1:{s:54:\"input[type=range]:focus::-webkit-slider-runnable-track\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:31:\"background:rgba(255,255,255,.2)\";}}i:448;a:2:{i:0;a:1:{s:35:\"input[type=range]::-moz-range-track\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:7:{i:0;s:10:\"width:100%\";i:1;s:12:\"height:8.6px\";i:2;s:14:\"cursor:pointer\";i:3;s:50:\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\";i:4;s:31:\"background:rgba(255,255,255,.2)\";i:5;s:20:\"border-radius:13.6px\";i:6;s:19:\"border:0 solid #fff\";}}i:449;a:2:{i:0;a:1:{s:35:\"input[type=range]::-moz-range-thumb\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:7:{i:0;s:63:\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\";i:1;s:26:\"border:7.9px solid #0274be\";i:2;s:11:\"height:20px\";i:3;s:10:\"width:20px\";i:4;s:18:\"border-radius:50px\";i:5;s:18:\"background:#0274be\";i:6;s:14:\"cursor:pointer\";}}i:450;a:2:{i:0;a:1:{s:28:\"input[type=range]::-ms-track\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:6:{i:0;s:10:\"width:100%\";i:1;s:12:\"height:8.6px\";i:2;s:14:\"cursor:pointer\";i:3;s:14:\"background:0 0\";i:4;s:24:\"border-color:transparent\";i:5;s:17:\"color:transparent\";}}i:451;a:2:{i:0;a:1:{s:33:\"input[type=range]::-ms-fill-lower\";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:31:\"background:rgba(199,199,199,.2)\";i:1;s:19:\"border:0 solid #fff\";i:2;s:20:\"border-radius:27.2px\";i:3;s:50:\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\";}}i:452;a:2:{i:0;a:1:{s:33:\"input[type=range]::-ms-fill-upper\";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:31:\"background:rgba(255,255,255,.2)\";i:1;s:19:\"border:0 solid #fff\";i:2;s:20:\"border-radius:27.2px\";i:3;s:50:\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\";}}i:453;a:2:{i:0;a:1:{s:28:\"input[type=range]::-ms-thumb\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:8:{i:0;s:63:\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\";i:1;s:26:\"border:7.9px solid #0274be\";i:2;s:11:\"height:20px\";i:3;s:12:\"height:8.6px\";i:4;s:10:\"width:20px\";i:5;s:18:\"border-radius:50px\";i:6;s:18:\"background:#0274be\";i:7;s:14:\"cursor:pointer\";}}i:454;a:2:{i:0;a:1:{s:39:\"input[type=range]:focus::-ms-fill-lower\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:31:\"background:rgba(255,255,255,.2)\";}}i:455;a:2:{i:0;a:1:{s:39:\"input[type=range]:focus::-ms-fill-upper\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:31:\"background:rgba(255,255,255,.2)\";}}i:456;a:2:{i:0;a:1:{s:17:\"input[type=color]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:5:{i:0;s:11:\"border:none\";i:1;s:11:\"width:100px\";i:2;s:9:\"padding:0\";i:3;s:11:\"height:30px\";i:4;s:14:\"cursor:pointer\";}}i:457;a:2:{i:0;a:1:{s:47:\"input[type=color]::-webkit-color-swatch-wrapper\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:9:\"padding:0\";i:1;s:11:\"border:none\";}}i:458;a:2:{i:0;a:1:{s:39:\"input[type=color]::-webkit-color-swatch\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:459;a:2:{i:0;a:1:{s:19:\".page .entry-header\";a:1:{i:1;a:2:{i:0;s:4:\"page\";i:1;s:12:\"entry-header\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:460;a:2:{i:0;a:1:{s:21:\".search .entry-header\";a:1:{i:1;a:2:{i:0;s:6:\"search\";i:1;s:12:\"entry-header\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:461;a:2:{i:0;a:2:{s:56:\".ast-single-post .entry-header.ast-header-without-markup\";a:1:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:12:\"entry-header\";i:2;s:25:\"ast-header-without-markup\";}}s:60:\".ast-single-post .entry-header.ast-no-title.ast-no-thumbnail\";a:1:{i:1;a:4:{i:0;s:15:\"ast-single-post\";i:1;s:12:\"entry-header\";i:2;s:12:\"ast-no-title\";i:3;s:16:\"ast-no-thumbnail\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:462;a:2:{i:0;a:1:{s:13:\".entry-header\";a:1:{i:1;a:1:{i:0;s:12:\"entry-header\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:20:\"word-wrap:break-word\";}}i:463;a:2:{i:0;a:1:{s:40:\".entry-header+.ast-blog-featured-section\";a:1:{i:1;a:2:{i:0;s:12:\"entry-header\";i:1;s:25:\"ast-blog-featured-section\";}}}i:1;a:1:{i:0;s:15:\"margin-top:.5em\";}}i:464;a:2:{i:0;a:1:{s:14:\".entry-content\";a:1:{i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:1:{i:0;s:20:\"word-wrap:break-word\";}}i:465;a:2:{i:0;a:1:{s:16:\".entry-content p\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.6em\";}}i:466;a:2:{i:0;a:1:{s:10:\".read-more\";a:1:{i:1;a:1:{i:0;s:9:\"read-more\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:467;a:2:{i:0;a:1:{s:27:\".read-more .ast-right-arrow\";a:1:{i:1;a:2:{i:0;s:9:\"read-more\";i:1;s:15:\"ast-right-arrow\";}}}i:1;a:1:{i:0;s:13:\"font-size:1em\";}}i:468;a:2:{i:0;a:1:{s:40:\".ast-no-thumb .ast-blog-featured-section\";a:1:{i:1;a:2:{i:0;s:12:\"ast-no-thumb\";i:1;s:25:\"ast-blog-featured-section\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:469;a:2:{i:0;a:1:{s:54:\".ast-no-thumb .entry-header+.ast-blog-featured-section\";a:1:{i:1;a:3:{i:0;s:12:\"ast-no-thumb\";i:1;s:12:\"entry-header\";i:2;s:25:\"ast-blog-featured-section\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:470;a:2:{i:0;a:1:{s:26:\".ast-blog-featured-section\";a:1:{i:1;a:1:{i:0;s:25:\"ast-blog-featured-section\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:471;a:2:{i:0;a:1:{s:22:\".error404 .page-header\";a:1:{i:1;a:2:{i:0;s:8:\"error404\";i:1;s:11:\"page-header\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:472;a:2:{i:0;a:1:{s:34:\".error404 .page-header .page-title\";a:1:{i:1;a:3:{i:0;s:8:\"error404\";i:1;s:11:\"page-header\";i:2;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:473;a:2:{i:0;a:3:{s:21:\".archive .entry-title\";a:1:{i:1;a:2:{i:0;s:7:\"archive\";i:1;s:11:\"entry-title\";}}s:18:\".blog .entry-title\";a:1:{i:1;a:2:{i:0;s:4:\"blog\";i:1;s:11:\"entry-title\";}}s:20:\".search .entry-title\";a:1:{i:1;a:2:{i:0;s:6:\"search\";i:1;s:11:\"entry-title\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.3\";}}i:474;a:2:{i:0;a:4:{s:35:\".archive .format-aside .entry-title\";a:1:{i:1;a:3:{i:0;s:7:\"archive\";i:1;s:12:\"format-aside\";i:2;s:11:\"entry-title\";}}s:36:\".archive .format-status .entry-title\";a:1:{i:1;a:3:{i:0;s:7:\"archive\";i:1;s:13:\"format-status\";i:2;s:11:\"entry-title\";}}s:32:\".blog .format-aside .entry-title\";a:1:{i:1;a:3:{i:0;s:4:\"blog\";i:1;s:12:\"format-aside\";i:2;s:11:\"entry-title\";}}s:33:\".blog .format-status .entry-title\";a:1:{i:1;a:3:{i:0;s:4:\"blog\";i:1;s:13:\"format-status\";i:2;s:11:\"entry-title\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:475;a:2:{i:0;a:1:{s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"font-weight:400\";}}i:476;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:18:\"margin-bottom:.2em\";}}i:477;a:2:{i:0;a:1:{s:17:\".ast-article-post\";a:1:{i:1;a:1:{i:0;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:2.5em\";}}i:478;a:2:{i:0;a:1:{s:28:\".ast-article-post:last-child\";a:1:{i:1;a:1:{i:0;s:16:\"ast-article-post\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:15:\"border-bottom:0\";}}i:479;a:2:{i:0;a:1:{s:48:\".search .site-content .content-area .search-form\";a:1:{i:1;a:4:{i:0;s:6:\"search\";i:1;s:12:\"site-content\";i:2;s:12:\"content-area\";i:3;s:11:\"search-form\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:3em\";}}i:480;a:2:{i:0;a:1:{s:26:\".blog-layout-1 .post-thumb\";a:1:{i:1;a:2:{i:0;s:13:\"blog-layout-1\";i:1;s:10:\"post-thumb\";}}}i:1;a:3:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";i:2;s:17:\"position:relative\";}}i:481;a:2:{i:0;a:1:{s:16:\".blog .posted-on\";a:1:{i:1;a:2:{i:0;s:4:\"blog\";i:1;s:9:\"posted-on\";}}}i:1;a:1:{i:0;s:9:\"z-index:1\";}}i:482;a:2:{i:0;a:1:{s:37:\".ast-blog-featured-section .posted-on\";a:1:{i:1;a:2:{i:0;s:25:\"ast-blog-featured-section\";i:1;s:9:\"posted-on\";}}}i:1;a:3:{i:0;s:19:\"width:5.714285714em\";i:1;s:20:\"height:5.714285714em\";i:2;s:12:\"padding:.7em\";}}i:483;a:2:{i:0;a:2:{s:49:\".ast-blog-featured-section .posted-on .date-month\";a:1:{i:1;a:3:{i:0;s:25:\"ast-blog-featured-section\";i:1;s:9:\"posted-on\";i:2;s:10:\"date-month\";}}s:48:\".ast-blog-featured-section .posted-on .date-year\";a:1:{i:1;a:3:{i:0;s:25:\"ast-blog-featured-section\";i:1;s:9:\"posted-on\";i:2;s:9:\"date-year\";}}}i:1;a:2:{i:0;s:23:\"font-size:.8571428571em\";i:1;s:15:\"line-height:1em\";}}i:484;a:2:{i:0;a:1:{s:47:\".ast-blog-featured-section .posted-on .date-day\";a:1:{i:1;a:3:{i:0;s:25:\"ast-blog-featured-section\";i:1;s:9:\"posted-on\";i:2;s:8:\"date-day\";}}}i:1;a:4:{i:0;s:15:\"font-size:2.5em\";i:1;s:16:\"line-height:.9em\";i:2;s:15:\"font-weight:900\";i:3;s:13:\"margin:.1em 0\";}}i:485;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:2:{i:0;s:17:\"border-radius:50%\";i:1;s:17:\"margin:0 0 0 20px\";}}i:486;a:2:{i:0;a:1:{s:24:\".ast-archive-description\";a:1:{i:1;a:1:{i:0;s:23:\"ast-archive-description\";}}}i:1;a:3:{i:0;s:19:\"margin-bottom:2.5em\";i:1;s:23:\"padding-bottom:1.3333em\";i:2;s:28:\"border-bottom:1px solid #eee\";}}i:487;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:4:{i:0;s:17:\"margin-bottom:4px\";i:1;s:14:\"font-size:40px\";i:2;s:20:\"font-size:2.85714rem\";i:3;s:15:\"font-weight:300\";}}i:488;a:2:{i:0;a:1:{s:26:\".ast-archive-description p\";a:2:{i:1;a:1:{i:0;s:23:\"ast-archive-description\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:5:{i:0;s:15:\"margin-bottom:0\";i:1;s:14:\"font-size:20px\";i:2;s:20:\"font-size:1.42857rem\";i:3;s:16:\"line-height:1.65\";i:4;s:15:\"font-weight:300\";}}i:489;a:2:{i:0;a:2:{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\";}}s:39:\".ast-separate-container .ast-author-box\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:14:\"ast-author-box\";}}}i:1;a:3:{i:0;s:21:\"background-color:#eee\";i:1;s:16:\"padding-bottom:0\";i:2;s:15:\"border-bottom:0\";}}i:490;s:26:\"@media (max-width:1200px){\";i:491;a:2:{i:0;a:1:{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:2:{i:0;s:8:\"margin:0\";i:1;s:20:\"padding:3.34em 2.4em\";}}i:492;s:1:\"}\";i:493;s:25:\"@media (max-width:992px){\";i:494;a:2:{i:0;a:1:{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:14:\"padding:2.14em\";}}i:495;s:1:\"}\";i:496;s:26:\"@media (min-width:1201px){\";i:497;a:2:{i:0;a:2:{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\";}}s:39:\".ast-separate-container .ast-author-box\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:14:\"ast-author-box\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:28:\"padding:5em 6.67em 3.33333em\";}}i:498;s:1:\"}\";i:499;a:2:{i:0;a:1:{s:21:\".single .entry-header\";a:1:{i:1;a:2:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:2em\";}}i:500;a:2:{i:0;a:1:{s:24:\".single .post-navigation\";a:1:{i:1;a:2:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";}}}i:1;a:3:{i:0;s:8:\"margin:0\";i:1;s:15:\"padding:2em 0 0\";i:2;s:25:\"border-top:1px solid #eee\";}}i:501;s:25:\"@media (max-width:768px){\";i:502;a:2:{i:0;a:1:{s:24:\".single .post-navigation\";a:1:{i:1;a:2:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";}}}i:1;a:1:{i:0;s:17:\"padding-top:1.5em\";}}i:503;s:1:\"}\";i:504;a:2:{i:0;a:1:{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:4:{i:0;s:10:\"margin:2px\";i:1;s:20:\"display:inline-block\";i:2;s:17:\"text-align:center\";i:3;s:10:\"color:#000\";}}i:505;s:25:\"@media (min-width:421px){\";i:506;a:2:{i:0;a:1:{s:35:\".single .post-navigation .nav-links\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:9:\"nav-links\";}}}i:1;a:2:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";}}i:507;a:2:{i:0;a:2:{s:34:\".single .post-navigation .nav-next\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:8:\"nav-next\";}}s:38:\".single .post-navigation .nav-previous\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:12:\"nav-previous\";}}}i:1;a:1:{i:0;s:9:\"flex:auto\";}}i:508;s:1:\"}\";i:509;s:25:\"@media (max-width:420px){\";i:510;a:2:{i:0;a:2:{s:40:\".single .post-navigation .ast-left-arrow\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:14:\"ast-left-arrow\";}}s:41:\".single .post-navigation .ast-right-arrow\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:15:\"ast-right-arrow\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:511;a:2:{i:0;a:2:{s:34:\".single .post-navigation .nav-next\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:8:\"nav-next\";}}s:38:\".single .post-navigation .nav-previous\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:12:\"nav-previous\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:512;a:2:{i:0;a:2:{s:36:\".single .post-navigation .nav-next a\";a:2:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:8:\"nav-next\";}i:0;a:1:{i:0;s:1:\"a\";}}s:40:\".single .post-navigation .nav-previous a\";a:2:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:12:\"nav-previous\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:513;a:2:{i:0;a:1:{s:38:\".single .post-navigation .nav-previous\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";i:2;s:12:\"nav-previous\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:514;s:1:\"}\";i:515;a:2:{i:0;a:2:{s:64:\".single .entry-header .ast-single-post-order+.post-thumb amp-img\";a:2:{i:1;a:4:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";i:2;s:21:\"ast-single-post-order\";i:3;s:10:\"post-thumb\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:65:\".single .entry-header .ast-single-post-order+.post-thumb amp-anim\";a:2:{i:1;a:4:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";i:2;s:21:\"ast-single-post-order\";i:3;s:10:\"post-thumb\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:14:\"margin-top:2em\";i:1;s:15:\"margin-bottom:0\";}}i:516;a:2:{i:0;a:1:{s:69:\".single .entry-header.ast-no-title .post-thumb+.ast-single-post-order\";a:1:{i:1;a:5:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";i:2;s:12:\"ast-no-title\";i:3;s:10:\"post-thumb\";i:4;s:21:\"ast-single-post-order\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:517;a:2:{i:0;a:1:{s:56:\".single .entry-header .post-thumb+.ast-single-post-order\";a:1:{i:1;a:4:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";i:2;s:10:\"post-thumb\";i:3;s:21:\"ast-single-post-order\";}}}i:1;a:1:{i:0;s:14:\"margin-top:2em\";}}i:518;a:2:{i:0;a:2:{s:41:\".single .entry-header .post-thumb amp-img\";a:2:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";i:2;s:10:\"post-thumb\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:42:\".single .entry-header .post-thumb amp-anim\";a:2:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:12:\"entry-header\";i:2;s:10:\"post-thumb\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:12:\"margin-top:0\";i:1;s:15:\"margin-bottom:0\";}}i:519;a:2:{i:0;a:2:{s:45:\".page .has-post-thumbnail .post-thumb amp-img\";a:2:{i:1;a:3:{i:0;s:4:\"page\";i:1;s:18:\"has-post-thumbnail\";i:2;s:10:\"post-thumb\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:46:\".page .has-post-thumbnail .post-thumb amp-anim\";a:2:{i:1;a:3:{i:0;s:4:\"page\";i:1;s:18:\"has-post-thumbnail\";i:2;s:10:\"post-thumb\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:520;a:2:{i:0;a:1:{s:19:\".post-password-form\";a:1:{i:1;a:1:{i:0;s:18:\"post-password-form\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:521;s:25:\"@media (max-width:420px){\";i:522;a:2:{i:0;a:1:{s:40:\".post-password-form input[type=password]\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:18:\"post-password-form\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"margin:10px auto\";}}i:523;s:1:\"}\";i:524;a:2:{i:0;a:1:{s:38:\".post-password-form input[type=submit]\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:18:\"post-password-form\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:17:\"padding:10px 20px\";i:1;s:17:\"border-radius:2px\";}}i:525;a:2:{i:0;a:1:{s:40:\".ast-separate-container .post-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"post-navigation\";}}}i:1;a:3:{i:0;s:12:\"border-top:0\";i:1;s:22:\"padding-left:3.33333em\";i:2;s:23:\"padding-right:3.33333em\";}}i:526;s:25:\"@media (max-width:420px){\";i:527;a:2:{i:0;a:1:{s:40:\".ast-separate-container .post-navigation\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"post-navigation\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";}}i:528;s:1:\"}\";i:529;s:25:\"@media (max-width:768px){\";i:530;a:2:{i:0;a:1:{s:37:\".ast-separate-container .entry-header\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:12:\"entry-header\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:531;s:1:\"}\";i:532;a:2:{i:0;a:1:{s:17:\".ast-404-layout-1\";a:1:{i:1;a:1:{i:0;s:16:\"ast-404-layout-1\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:15:\"margin:4em auto\";}}i:533;a:2:{i:0;a:1:{s:33:\".ast-404-layout-1 .page-sub-title\";a:1:{i:1;a:2:{i:0;s:16:\"ast-404-layout-1\";i:1;s:14:\"page-sub-title\";}}}i:1;a:2:{i:0;s:16:\"font-size:1.5rem\";i:1;s:15:\"font-weight:700\";}}i:534;a:2:{i:0;a:1:{s:32:\".ast-404-layout-1 .widget_search\";a:1:{i:1;a:2:{i:0;s:16:\"ast-404-layout-1\";i:1;s:13:\"widget_search\";}}}i:1;a:1:{i:0;s:16:\"padding-top:.5em\";}}i:535;a:2:{i:0;a:1:{s:15:\".ast-404-search\";a:1:{i:1;a:1:{i:0;s:14:\"ast-404-search\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.5em\";}}i:536;a:2:{i:0;a:1:{s:30:\".ast-404-search .widget_search\";a:1:{i:1;a:2:{i:0;s:14:\"ast-404-search\";i:1;s:13:\"widget_search\";}}}i:1;a:2:{i:0;s:15:\"max-width:370px\";i:1;s:13:\"margin:0 auto\";}}i:537;a:2:{i:0;a:2:{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\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:538;s:26:\"@media (max-width:1200px){\";i:539;a:2:{i:0;a:2:{s:41:\".ast-separate-container .ast-404-layout-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-404-layout-1\";}}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\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:20:\"padding:3.34em 2.4em\";}}i:540;s:1:\"}\";i:541;s:25:\"@media (max-width:768px){\";i:542;a:2:{i:0;a:2:{s:41:\".ast-separate-container .ast-404-layout-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-404-layout-1\";}}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\";}}}i:1;a:1:{i:0;s:20:\"padding:1.5em 2.14em\";}}i:543;s:1:\"}\";i:544;s:25:\"@media (max-width:544px){\";i:545;a:2:{i:0;a:2:{s:41:\".ast-separate-container .ast-404-layout-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-404-layout-1\";}}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\";}}}i:1;a:1:{i:0;s:17:\"padding:1.5em 1em\";}}i:546;s:1:\"}\";i:547;s:26:\"@media (min-width:1201px){\";i:548;a:2:{i:0;a:2:{s:41:\".ast-separate-container .ast-404-layout-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-404-layout-1\";}}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\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:21:\"padding:5.34em 6.67em\";}}i:549;s:1:\"}\";i:550;a:2:{i:0;a:1:{s:14:\".blog-layout-1\";a:1:{i:1;a:1:{i:0;s:13:\"blog-layout-1\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:20:\"display:inline-block\";i:2;s:18:\"padding-bottom:2em\";i:3;s:21:\"vertical-align:middle\";i:4;s:28:\"border-bottom:1px solid #eee\";}}i:551;a:2:{i:0;a:1:{s:25:\".blog-layout-1 .posted-on\";a:1:{i:1;a:2:{i:0;s:13:\"blog-layout-1\";i:1;s:9:\"posted-on\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:552;a:2:{i:0;a:2:{s:28:\".blog-layout-1 .post-content\";a:1:{i:1;a:2:{i:0;s:13:\"blog-layout-1\";i:1;s:12:\"post-content\";}}s:26:\".blog-layout-1 .post-thumb\";a:1:{i:1;a:2:{i:0;s:13:\"blog-layout-1\";i:1;s:10:\"post-thumb\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";}}i:553;a:2:{i:0;a:1:{s:9:\".ast-flex\";a:1:{i:1;a:1:{i:0;s:8:\"ast-flex\";}}}i:1;a:3:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:14:\"flex-wrap:wrap\";}}i:554;a:2:{i:0;a:1:{s:11:\".ast-flex-1\";a:1:{i:1;a:1:{i:0;s:10:\"ast-flex-1\";}}}i:1;a:1:{i:0;s:6:\"flex:1\";}}i:555;a:2:{i:0;a:1:{s:16:\".ast-inline-flex\";a:1:{i:1;a:1:{i:0;s:15:\"ast-inline-flex\";}}}i:1;a:5:{i:0;s:23:\"-js-display:inline-flex\";i:1;s:19:\"display:inline-flex\";i:2;s:18:\"align-items:center\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:20:\"align-content:center\";}}i:556;a:2:{i:0;a:1:{s:31:\".ast-justify-content-flex-start\";a:1:{i:1;a:1:{i:0;s:30:\"ast-justify-content-flex-start\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:557;a:2:{i:0;a:1:{s:29:\".ast-justify-content-flex-end\";a:1:{i:1;a:1:{i:0;s:28:\"ast-justify-content-flex-end\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:558;a:2:{i:0;a:1:{s:27:\".ast-justify-content-center\";a:1:{i:1;a:1:{i:0;s:26:\"ast-justify-content-center\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:559;a:2:{i:0;a:1:{s:34:\".ast-justify-content-space-between\";a:1:{i:1;a:1:{i:0;s:33:\"ast-justify-content-space-between\";}}}i:1;a:1:{i:0;s:29:\"justify-content:space-between\";}}i:560;a:2:{i:0;a:1:{s:33:\".ast-justify-content-space-around\";a:1:{i:1;a:1:{i:0;s:32:\"ast-justify-content-space-around\";}}}i:1;a:1:{i:0;s:28:\"justify-content:space-around\";}}i:561;a:2:{i:0;a:1:{s:29:\".ast-align-content-flex-start\";a:1:{i:1;a:1:{i:0;s:28:\"ast-align-content-flex-start\";}}}i:1;a:1:{i:0;s:24:\"align-content:flex-start\";}}i:562;a:2:{i:0;a:1:{s:27:\".ast-align-content-flex-end\";a:1:{i:1;a:1:{i:0;s:26:\"ast-align-content-flex-end\";}}}i:1;a:1:{i:0;s:22:\"align-content:flex-end\";}}i:563;a:2:{i:0;a:1:{s:25:\".ast-align-content-center\";a:1:{i:1;a:1:{i:0;s:24:\"ast-align-content-center\";}}}i:1;a:1:{i:0;s:20:\"align-content:center\";}}i:564;a:2:{i:0;a:1:{s:32:\".ast-align-content-space-between\";a:1:{i:1;a:1:{i:0;s:31:\"ast-align-content-space-between\";}}}i:1;a:1:{i:0;s:27:\"align-content:space-between\";}}i:565;a:2:{i:0;a:1:{s:31:\".ast-align-content-space-around\";a:1:{i:1;a:1:{i:0;s:30:\"ast-align-content-space-around\";}}}i:1;a:1:{i:0;s:26:\"align-content:space-around\";}}i:566;a:2:{i:0;a:1:{s:26:\".ast-align-content-stretch\";a:1:{i:1;a:1:{i:0;s:25:\"ast-align-content-stretch\";}}}i:1;a:1:{i:0;s:21:\"align-content:stretch\";}}i:567;a:2:{i:0;a:1:{s:16:\".ast-flex-grow-1\";a:1:{i:1;a:1:{i:0;s:15:\"ast-flex-grow-1\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:1\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"297834b4c4b19b7b6584facdb172187b\";s:10:\"parse_time\";d:0.2584679126739502;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3257,'_transient_timeout_amp-parsed-stylesheet-v40-413041d1fc9487ff9f847c298e1ef879','1732844148','off'),
(3258,'_transient_amp-parsed-stylesheet-v40-413041d1fc9487ff9f847c298e1ef879','a:8:{s:6:\"tokens\";a:47:{i:0;a:2:{i:0;a:1:{s:26:\"html:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:17:\"overflow-x:hidden\";}}i:1;a:2:{i:0;a:2:{s:41:\"html:not([amp4ads]):not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}s:46:\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:4:\"html\";i:1;s:4:\"body\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:46:\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:4:\"html\";i:1;s:4:\"body\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:3;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:29:\"-webkit-text-size-adjust:100%\";i:1;s:26:\"-moz-text-size-adjust:100%\";i:2;s:25:\"-ms-text-size-adjust:100%\";i:3;s:21:\"text-size-adjust:100%\";}}i:4;a:2:{i:0;a:1:{s:13:\"amp-instagram\";a:1:{i:0;a:1:{i:0;s:13:\"amp-instagram\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:5;a:2:{i:0;a:1:{s:35:\"amp-instagram:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:13:\"amp-instagram\";}}}i:1;a:1:{i:0;s:20:\"padding:54px 0px 0px\";}}i:6;a:2:{i:0;a:1:{s:39:\"amp-iframe iframe:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:7;a:2:{i:0;a:1:{s:29:\"[amp-access][amp-access-hide]\";a:1:{i:3;a:2:{i:0;s:10:\"amp-access\";i:1;s:15:\"amp-access-hide\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:8;a:2:{i:0;a:1:{s:42:\"[subscriptions-dialog]:not(#_#_#_#_#_#_#_)\";a:1:{i:3;a:1:{i:0;s:20:\"subscriptions-dialog\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:9;a:2:{i:0;a:2:{s:14:\"amp-experiment\";a:1:{i:0;a:1:{i:0;s:14:\"amp-experiment\";}}s:22:\"amp-live-list>[update]\";a:1:{i:0;a:1:{i:0;s:13:\"amp-live-list\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:10;a:2:{i:0;a:5:{s:22:\"amp-list [fetch-error]\";a:1:{i:0;a:1:{i:0;s:8:\"amp-list\";}}s:38:\"amp-list[load-more] [load-more-button]\";a:1:{i:0;a:1:{i:0;s:8:\"amp-list\";}}s:35:\"amp-list[load-more] [load-more-end]\";a:1:{i:0;a:1:{i:0;s:8:\"amp-list\";}}s:38:\"amp-list[load-more] [load-more-failed]\";a:1:{i:0;a:1:{i:0;s:8:\"amp-list\";}}s:39:\"amp-list[load-more] [load-more-loading]\";a:1:{i:0;a:1:{i:0;s:8:\"amp-list\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:11;a:2:{i:0;a:1:{s:33:\"amp-list[diffable] div[role=list]\";a:1:{i:0;a:1:{i:0;s:8:\"amp-list\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:12;a:2:{i:0;a:2:{s:36:\"amp-story-page:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:14:\"amp-story-page\";}}s:43:\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\";a:2:{i:3;a:1:{i:0;s:10:\"standalone\";}i:0;a:1:{i:0;s:9:\"amp-story\";}}}i:1;a:7:{i:0;s:14:\"min-height:1px\";i:1;s:13:\"display:block\";i:2;s:11:\"height:100%\";i:3;s:8:\"margin:0\";i:4;s:9:\"padding:0\";i:5;s:15:\"overflow:hidden\";i:6;s:10:\"width:100%\";}}i:13;a:2:{i:0;a:1:{s:43:\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\";a:2:{i:3;a:1:{i:0;s:10:\"standalone\";}i:0;a:1:{i:0;s:9:\"amp-story\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:17:\"position:relative\";}}i:14;a:2:{i:0;a:1:{s:14:\"amp-story-page\";a:1:{i:0;a:1:{i:0;s:14:\"amp-story-page\";}}}i:1;a:1:{i:0;s:24:\"background-color:#757575\";}}i:15;a:2:{i:0;a:1:{s:47:\"amp-story .amp-active>div:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:10:\"amp-active\";}i:0;a:2:{i:0;s:9:\"amp-story\";i:1;s:3:\"div\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:16;a:2:{i:0;a:1:{s:86:\"amp-story-page:not(:first-of-type):not([distance]):not([active]):not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:14:\"amp-story-page\";}}}i:1;a:1:{i:0;s:28:\"transform:translateY(1000vh)\";}}i:17;a:2:{i:0;a:1:{s:38:\"amp-autocomplete:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:16:\"amp-autocomplete\";}}}i:1;a:2:{i:0;s:17:\"position:relative\";i:1;s:20:\"display:inline-block\";}}i:18;a:2:{i:0;a:2:{s:22:\"amp-autocomplete>input\";a:1:{i:0;a:2:{i:0;s:16:\"amp-autocomplete\";i:1;s:5:\"input\";}}s:25:\"amp-autocomplete>textarea\";a:1:{i:0;a:2:{i:0;s:16:\"amp-autocomplete\";i:1;s:8:\"textarea\";}}}i:1;a:2:{i:0;s:13:\"padding:.5rem\";i:1;s:32:\"border:1px solid rgba(0,0,0,.33)\";}}i:19;a:2:{i:0;a:2:{s:22:\"amp-autocomplete>input\";a:1:{i:0;a:2:{i:0;s:16:\"amp-autocomplete\";i:1;s:5:\"input\";}}s:25:\"amp-autocomplete>textarea\";a:1:{i:0;a:2:{i:0;s:16:\"amp-autocomplete\";i:1;s:8:\"textarea\";}}}i:1;a:2:{i:0;s:14:\"font-size:1rem\";i:1;s:18:\"line-height:1.5rem\";}}i:20;a:2:{i:0;a:1:{s:16:\"[amp-fx^=fly-in]\";a:1:{i:3;a:1:{i:0;s:6:\"amp-fx\";}}}i:1;a:1:{i:0;s:17:\"visibility:hidden\";}}i:21;a:2:{i:0;a:2:{s:17:\"amp-script[nodom]\";a:1:{i:0;a:1:{i:0;s:10:\"amp-script\";}}s:21:\"amp-script[sandboxed]\";a:1:{i:0;a:1:{i:0;s:10:\"amp-script\";}}}i:1;a:1:{i:0;s:17:\"visibility:hidden\";}}i:22;a:2:{i:0;a:2:{s:39:\"amp-script[nodom]:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:10:\"amp-script\";}}s:43:\"amp-script[sandboxed]:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:10:\"amp-script\";}}}i:1;a:5:{i:0;s:14:\"position:fixed\";i:1;s:5:\"top:0\";i:2;s:9:\"width:1px\";i:3;s:10:\"height:1px\";i:4;s:15:\"overflow:hidden\";}}i:23;a:2:{i:0;a:1:{s:28:\"[hidden]:not(#_#_#_#_#_#_#_)\";a:1:{i:3;a:1:{i:0;s:6:\"hidden\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:24;a:2:{i:0;a:1:{s:18:\"[layout=container]\";a:1:{i:3;a:1:{i:0;s:6:\"layout\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:17:\"position:relative\";}}i:25;a:2:{i:0;a:1:{s:15:\"body noscript>*\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:8:\"noscript\";}}}i:1;a:6:{i:0;s:13:\"display:block\";i:1;s:17:\"position:absolute\";i:2;s:5:\"top:0\";i:3;s:6:\"left:0\";i:4;s:8:\"bottom:0\";i:5;s:7:\"right:0\";}}i:26;a:2:{i:0;a:1:{s:37:\"body noscript>*:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:8:\"noscript\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:27;a:2:{i:0;a:1:{s:15:\"body noscript>*\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:8:\"noscript\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:9:\"z-index:2\";}}i:28;a:2:{i:0;a:1:{s:37:\"body noscript>*:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:8:\"noscript\";}}}i:1;a:1:{i:0;s:17:\"position:absolute\";}}i:29;a:2:{i:0;a:1:{s:35:\"body noscript:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:8:\"noscript\";}}}i:1;a:1:{i:0;s:14:\"display:inline\";}}i:30;s:30:\"@supports (aspect-ratio:1/1){}\";i:31;a:2:{i:0;a:1:{s:22:\"i-amp-scroll-container\";a:1:{i:0;a:1:{i:0;s:22:\"i-amp-scroll-container\";}}}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:7:\"right:0\";i:4;s:8:\"bottom:0\";i:5;s:13:\"display:block\";}}i:32;a:2:{i:0;a:1:{s:33:\"i-amp-scroll-container.amp-active\";a:2:{i:1;a:1:{i:0;s:10:\"amp-active\";}i:0;a:1:{i:0;s:22:\"i-amp-scroll-container\";}}}i:1;a:2:{i:0;s:13:\"overflow:auto\";i:1;s:32:\"-webkit-overflow-scrolling:touch\";}}i:33;a:2:{i:0;a:1:{s:30:\"template:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:8:\"template\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:34;a:2:{i:0;a:4:{s:15:\".amp-border-box\";a:1:{i:1;a:1:{i:0;s:14:\"amp-border-box\";}}s:17:\".amp-border-box *\";a:1:{i:1;a:1:{i:0;s:14:\"amp-border-box\";}}s:22:\".amp-border-box :after\";a:1:{i:1;a:1:{i:0;s:14:\"amp-border-box\";}}s:23:\".amp-border-box :before\";a:1:{i:1;a:1:{i:0;s:14:\"amp-border-box\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:35;a:2:{i:0;a:1:{s:31:\"amp-pixel:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:9:\"amp-pixel\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:36;a:2:{i:0;a:3:{s:13:\"amp-analytics\";a:1:{i:0;a:1:{i:0;s:13:\"amp-analytics\";}}s:12:\"amp-auto-ads\";a:1:{i:0;a:1:{i:0;s:12:\"amp-auto-ads\";}}s:18:\"amp-story-auto-ads\";a:1:{i:0;a:1:{i:0;s:18:\"amp-story-auto-ads\";}}}i:1;a:1:{i:0;s:17:\"visibility:hidden\";}}i:37;a:2:{i:0;a:3:{s:35:\"amp-analytics:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:13:\"amp-analytics\";}}s:34:\"amp-auto-ads:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:12:\"amp-auto-ads\";}}s:40:\"amp-story-auto-ads:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:18:\"amp-story-auto-ads\";}}}i:1;a:5:{i:0;s:14:\"position:fixed\";i:1;s:5:\"top:0\";i:2;s:9:\"width:1px\";i:3;s:10:\"height:1px\";i:4;s:15:\"overflow:hidden\";}}i:38;a:2:{i:0;a:4:{s:36:\"[visible-when-invalid]:not(.visible)\";a:1:{i:3;a:1:{i:0;s:20:\"visible-when-invalid\";}}s:19:\"form [submit-error]\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:0;a:1:{i:0;s:4:\"form\";}}s:21:\"form [submit-success]\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:0;a:1:{i:0;s:4:\"form\";}}s:17:\"form [submitting]\";a:2:{i:3;a:1:{i:0;s:10:\"submitting\";}i:0;a:1:{i:0;s:4:\"form\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:39;a:2:{i:0;a:1:{s:35:\"amp-accordion:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:1:{i:0;s:13:\"amp-accordion\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:40;s:23:\"@media (min-width:1px){\";i:41;a:2:{i:0;a:1:{s:42:\":where(amp-accordion>section)>:first-child\";a:0:{}}i:1;a:4:{i:0;s:8:\"margin:0\";i:1;s:24:\"background-color:#efefef\";i:2;s:18:\"padding-right:20px\";i:3;s:24:\"border:1px solid #dfdfdf\";}}i:42;a:2:{i:0;a:1:{s:41:\":where(amp-accordion>section)>:last-child\";a:0:{}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:43;s:1:\"}\";i:44;a:2:{i:0;a:1:{s:43:\"amp-accordion>section:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:13:\"amp-accordion\";i:1;s:7:\"section\";}}}i:1;a:1:{i:0;s:10:\"float:none\";}}i:45;a:2:{i:0;a:1:{s:45:\"amp-accordion>section>*:not(#_#_#_#_#_#_#_#_)\";a:1:{i:0;a:2:{i:0;s:13:\"amp-accordion\";i:1;s:7:\"section\";}}}i:1;a:4:{i:0;s:10:\"float:none\";i:1;s:13:\"display:block\";i:2;s:15:\"overflow:hidden\";i:3;s:17:\"position:relative\";}}i:46;a:2:{i:0;a:2:{s:13:\"amp-accordion\";a:1:{i:0;a:1:{i:0;s:13:\"amp-accordion\";}}s:21:\"amp-accordion>section\";a:1:{i:0;a:2:{i:0;s:13:\"amp-accordion\";i:1;s:7:\"section\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}}s:18:\"validation_results\";a:101:{i:0;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:18:\"html.i-amphtml-fie\";}s:9:\"sanitized\";b:1;}i:1;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:43:\"html.i-amphtml-singledoc.i-amphtml-embedded\";}s:9:\"sanitized\";b:1;}i:2;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:23:\"html.i-amphtml-fie>body\";}s:9:\"sanitized\";b:1;}i:3;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:29:\"html.i-amphtml-singledoc>body\";}s:9:\"sanitized\";b:1;}i:4;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:46:\"html.i-amphtml-fie:not(.i-amphtml-inabox)>body\";}s:9:\"sanitized\";b:1;}i:5;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:52:\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\";}s:9:\"sanitized\";b:1;}i:6;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:36:\"html.i-amphtml-ios-embed-legacy>body\";}s:9:\"sanitized\";b:1;}i:7;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:24:\"html.i-amphtml-ios-embed\";}s:9:\"sanitized\";b:1;}i:8;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:18:\"#i-amphtml-wrapper\";}s:9:\"sanitized\";b:1;}i:9;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:49:\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\";}s:9:\"sanitized\";b:1;}i:10;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:68:\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\";}s:9:\"sanitized\";b:1;}i:11;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:23:\"#i-amphtml-wrapper>body\";}s:9:\"sanitized\";b:1;}i:12;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:23:\"#i-amphtml-wrapper+body\";}s:9:\"sanitized\";b:1;}i:13;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:51:\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\";}s:9:\"sanitized\";b:1;}i:14;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:43:\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\";}s:9:\"sanitized\";b:1;}i:15;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:71:\"#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element\";}s:9:\"sanitized\";b:1;}i:16;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:44:\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\";}s:9:\"sanitized\";b:1;}i:17;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:26:\".i-amphtml-scroll-disabled\";}s:9:\"sanitized\";b:1;}i:18;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:54:\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\";}s:9:\"sanitized\";b:1;}i:19;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:55:\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\";}s:9:\"sanitized\";b:1;}i:20;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:68:\"amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden\";}s:9:\"sanitized\";b:1;}i:21;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:38:\"amp-story .i-amphtml-loader-background\";}s:9:\"sanitized\";b:1;}i:22;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:31:\".i-amphtml-autocomplete-results\";}s:9:\"sanitized\";b:1;}i:23;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:18:\".i-amphtml-element\";}s:9:\"sanitized\";b:1;}i:24;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:29:\".i-amphtml-blurry-placeholder\";}s:9:\"sanitized\";b:1;}i:25;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:42:\"[layout=nodisplay]:not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:26;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:23:\".i-amphtml-layout-fixed\";}s:9:\"sanitized\";b:1;}i:27;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:58:\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\";}s:9:\"sanitized\";b:1;}i:28;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:28:\".i-amphtml-layout-responsive\";}s:9:\"sanitized\";b:1;}i:29;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:68:\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\";}s:9:\"sanitized\";b:1;}i:30;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:72:\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\";}s:9:\"sanitized\";b:1;}i:31;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:79:\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\";}s:9:\"sanitized\";b:1;}i:32;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:27:\".i-amphtml-layout-intrinsic\";}s:9:\"sanitized\";b:1;}i:33;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:66:\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\";}s:9:\"sanitized\";b:1;}i:34;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:44:\".i-amphtml-layout-intrinsic .i-amphtml-sizer\";}s:9:\"sanitized\";b:1;}i:35;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:26:\".i-amphtml-intrinsic-sizer\";}s:9:\"sanitized\";b:1;}i:36;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:27:\".i-amphtml-layout-container\";}s:9:\"sanitized\";b:1;}i:37;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:30:\".i-amphtml-layout-fixed-height\";}s:9:\"sanitized\";b:1;}i:38;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:65:\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\";}s:9:\"sanitized\";b:1;}i:39;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:22:\".i-amphtml-layout-fill\";}s:9:\"sanitized\";b:1;}i:40;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:41:\".i-amphtml-layout-fill.i-amphtml-notbuilt\";}s:9:\"sanitized\";b:1;}i:41;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:41:\"[layout=fill]:not(.i-amphtml-layout-fill)\";}s:9:\"sanitized\";b:1;}i:42;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:27:\".i-amphtml-layout-flex-item\";}s:9:\"sanitized\";b:1;}i:43;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:51:\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\";}s:9:\"sanitized\";b:1;}i:44;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:23:\".i-amphtml-layout-fluid\";}s:9:\"sanitized\";b:1;}i:45;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:30:\".i-amphtml-layout-size-defined\";}s:9:\"sanitized\";b:1;}i:46;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:31:\".i-amphtml-layout-awaiting-size\";}s:9:\"sanitized\";b:1;}i:47;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:15:\"i-amphtml-sizer\";}s:9:\"sanitized\";b:1;}i:48;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:36:\"i-amphtml-sizer.i-amphtml-disable-ar\";}s:9:\"sanitized\";b:1;}i:49;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:29:\".i-amphtml-blurry-placeholder\";}s:9:\"sanitized\";b:1;}i:50;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:23:\".i-amphtml-fill-content\";}s:9:\"sanitized\";b:1;}i:51;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:54:\".i-amphtml-layout-size-defined .i-amphtml-fill-content\";}s:9:\"sanitized\";b:1;}i:52;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:27:\".i-amphtml-replaced-content\";}s:9:\"sanitized\";b:1;}i:53;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:24:\".i-amphtml-screen-reader\";}s:9:\"sanitized\";b:1;}i:54;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:24:\".i-amphtml-screen-reader\";}s:9:\"sanitized\";b:1;}i:55;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:49:\".i-amphtml-screen-reader~.i-amphtml-screen-reader\";}s:9:\"sanitized\";b:1;}i:56;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:74:\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\";}s:9:\"sanitized\";b:1;}i:57;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:99:\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\";}s:9:\"sanitized\";b:1;}i:58;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:21:\".i-amphtml-unresolved\";}s:9:\"sanitized\";b:1;}i:59;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:26:\".i-amphtml-select-disabled\";}s:9:\"sanitized\";b:1;}i:60;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:19:\".i-amphtml-notbuilt\";}s:9:\"sanitized\";b:1;}i:61;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:32:\"[layout]:not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:62;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:62:\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:63;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:69:\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:64;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:54:\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\";}s:9:\"sanitized\";b:1;}i:65;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:58:\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\";}s:9:\"sanitized\";b:1;}i:66;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:64:\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\";}s:9:\"sanitized\";b:1;}i:67;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:62:\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\";}s:9:\"sanitized\";b:1;}i:68;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:73:\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\";}s:9:\"sanitized\";b:1;}i:69;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:52:\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\";}s:9:\"sanitized\";b:1;}i:70;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:56:\"[layout]:not([layout=container]):not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:71;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:62:\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:72;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:69:\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\";}s:9:\"sanitized\";b:1;}i:73;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:16:\".i-amphtml-ghost\";}s:9:\"sanitized\";b:1;}i:74;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:32:\".i-amphtml-element>[placeholder]\";}s:9:\"sanitized\";b:1;}i:75;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:46:\"[layout]:not(.i-amphtml-element)>[placeholder]\";}s:9:\"sanitized\";b:1;}i:76;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:76:\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\";}s:9:\"sanitized\";b:1;}i:77;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:74:\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\";}s:9:\"sanitized\";b:1;}i:78;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:43:\".i-amphtml-element>[placeholder].amp-hidden\";}s:9:\"sanitized\";b:1;}i:79;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:39:\".i-amphtml-element>[placeholder].hidden\";}s:9:\"sanitized\";b:1;}i:80;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:52:\".i-amphtml-element:not(.amp-notsupported)>[fallback]\";}s:9:\"sanitized\";b:1;}i:81;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:52:\".i-amphtml-layout-container>[placeholder].amp-hidden\";}s:9:\"sanitized\";b:1;}i:82;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:48:\".i-amphtml-layout-container>[placeholder].hidden\";}s:9:\"sanitized\";b:1;}i:83;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:41:\".i-amphtml-layout-size-defined>[fallback]\";}s:9:\"sanitized\";b:1;}i:84;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:44:\".i-amphtml-layout-size-defined>[placeholder]\";}s:9:\"sanitized\";b:1;}i:85;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:60:\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\";}s:9:\"sanitized\";b:1;}i:86;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:33:\".i-amphtml-notbuilt>[placeholder]\";}s:9:\"sanitized\";b:1;}i:87;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:32:\".i-amphtml-hidden-by-media-query\";}s:9:\"sanitized\";b:1;}i:88;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:24:\".i-amphtml-element-error\";}s:9:\"sanitized\";b:1;}i:89;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:31:\".i-amphtml-element-error:before\";}s:9:\"sanitized\";b:1;}i:90;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:26:\"i-amphtml-scroll-container\";}s:9:\"sanitized\";b:1;}i:91;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:37:\"i-amphtml-scroll-container.amp-active\";}s:9:\"sanitized\";b:1;}i:92;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:28:\".i-amphtml-loading-container\";}s:9:\"sanitized\";b:1;}i:93;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:48:\".i-amphtml-notbuilt>.i-amphtml-loading-container\";}s:9:\"sanitized\";b:1;}i:94;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:39:\".i-amphtml-loading-container.amp-hidden\";}s:9:\"sanitized\";b:1;}i:95;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:29:\".i-amphtml-element>[overflow]\";}s:9:\"sanitized\";b:1;}i:96;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:41:\".i-amphtml-layout-size-defined>[overflow]\";}s:9:\"sanitized\";b:1;}i:97;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:41:\".i-amphtml-element>[overflow].amp-visible\";}s:9:\"sanitized\";b:1;}i:98;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:32:\"html.i-amphtml-fie>amp-analytics\";}s:9:\"sanitized\";b:1;}i:99;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:55:\"amp-accordion:not(.i-amphtml-built)>section>:last-child\";}s:9:\"sanitized\";b:1;}i:100;a:2:{s:5:\"error\";a:3:{s:4:\"code\";s:23:\"CSS_DISALLOWED_SELECTOR\";s:4:\"type\";s:9:\"css_error\";s:12:\"css_selector\";s:65:\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\";}s:9:\"sanitized\";b:1;}}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"56fd5df6a4607622d63ca8539d231c32\";s:10:\"parse_time\";d:1.6075069904327393;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3259,'_transient_timeout_amp-parsed-stylesheet-v40-4933b8df0912d8376046107c8709e8e1','1732844161','off'),
(3260,'_transient_amp-parsed-stylesheet-v40-4933b8df0912d8376046107c8709e8e1','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:96:\"background-image:url(\"https://Alot88.co/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:95:\"background-image:url(\"https://Alot88.co/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:95:\"background-image:url(\"https://Alot88.co/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:94:\"background-image:url(\"https://Alot88.co/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:94:\"background-image:url(\"https://Alot88.co/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:96:\"background-image:url(\"https://Alot88.co/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:89:\"background-image:url(\"https://Alot88.co/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:93:\"background-image:url(\"https://Alot88.co/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:92:\"background-image:url(\"https://Alot88.co/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:96:\"background-image:url(\"https://Alot88.co/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:94:\"background-image:url(\"https://Alot88.co/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:97:\"background-image:url(\"https://Alot88.co/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:97:\"background-image:url(\"https://Alot88.co/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:89:\"background-image:url(\"https://Alot88.co/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:97:\"background-image:url(\"https://Alot88.co/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:102:\"background-image:url(\"https://Alot88.co/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:102:\"background-image:url(\"https://Alot88.co/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:102:\"background-image:url(\"https://Alot88.co/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:94:\"background-image:url(\"https://Alot88.co/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:93:\"background-image:url(\"https://Alot88.co/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:89:\"background-image:url(\"https://Alot88.co/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:\"f880918f9d6440b3e6be422ea0477a3c\";s:10:\"parse_time\";d:0.17505216598510742;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'),
(3300,'_transient_timeout_amp-parsed-stylesheet-v40-cb173967ab2ea25b373115fac3fe590e','1732854446','off'),
(3301,'_transient_amp-parsed-stylesheet-v40-cb173967ab2ea25b373115fac3fe590e','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.1224830150604248;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3318,'_transient_timeout_amp-parsed-stylesheet-v40-07dffa064a25e5a5580d77f2782d7753','1732858997','off'),
(3319,'_transient_amp-parsed-stylesheet-v40-07dffa064a25e5a5580d77f2782d7753','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.12362098693847656;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3450,'_transient_timeout_amp-parsed-stylesheet-v40-632feaed6a9e26937810ba470755d8f0','1732918766','off');
INSERT INTO `wp_options` VALUES
(3451,'_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.11751508712768555;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3573,'_transient_timeout_amp-parsed-stylesheet-v40-5b36932d5cf9f4ab6173373b94151ced','1733026995','off'),
(3574,'_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.03341794013977051;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3634,'_transient_timeout_amp-parsed-stylesheet-v40-f7d2b941f731eb5aa45dde992af47075','1733087290','off'),
(3635,'_transient_amp-parsed-stylesheet-v40-f7d2b941f731eb5aa45dde992af47075','a:8:{s:6:\"tokens\";a:551:{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:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"6259912a70dafc4e2779e0ccd1d6ad3a\";s:10:\"parse_time\";d:0.35106992721557617;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3669,'_transient_timeout_amp-parsed-stylesheet-v40-a38ed2cf57470eb4b8a3af18a857688c','1733103293','off'),
(3670,'_transient_amp-parsed-stylesheet-v40-a38ed2cf57470eb4b8a3af18a857688c','a:8:{s:6:\"tokens\";a:507:{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: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:33;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:34;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:35;s:25:\"@media (max-width:921px){\";i:36;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:37;s:1:\"}\";i:38;s:25:\"@media (min-width:921px){\";i:39;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:40;s:1:\"}\";i:41;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:42;s:26:\"@media (min-width:1200px){\";i:43;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:44;s:1:\"}\";i:45;s:26:\"@media (min-width:1200px){\";i:46;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:47;s:1:\"}\";i:48;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:49;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:50;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:51;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:52;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:53;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:54;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:55;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:56;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:57;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:58;s:26:\"@media (max-width:1200px){\";i:59;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:60;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:61;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:62;s:1:\"}\";i:63;s:25:\"@media (min-width:921px){\";i:64;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:65;s:1:\"}\";i:66;s:25:\"@media (max-width:544px){\";i:67;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:68;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:69;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:70;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:71;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:72;s:1:\"}\";i:73;s:25:\"@media (min-width:544px){\";i:74;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:75;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:76;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:77;s:1:\"}\";i:78;s:25:\"@media (max-width:544px){\";i:79;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:80;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:81;s:1:\"}\";i:82;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:83;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:84;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:85;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:86;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:87;s:25:\"@media (min-width:544px){\";i:88;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:89;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:90;s:1:\"}\";i:91;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:92;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:93;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:94;s:25:\"@media (max-width:921px){\";i:95;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:96;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:97;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:98;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:99;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:100;s:1:\"}\";i:101;s:25:\"@media (min-width:922px){\";i:102;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:103;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:104;s:1:\"}\";i:105;a:2:{i:0;a:1:{s:31:\".ast-404-layout-1 .ast-404-text\";a:1:{i:1;a:2:{i:0;s:16:\"ast-404-layout-1\";i:1;s:12:\"ast-404-text\";}}}i:1;a:2:{i:0;s:15:\"font-size:200px\";i:1;s:28:\"font-size:13.333333333333rem\";}}i:106;s:25:\"@media (min-width:922px){\";i:107;a:2:{i:0;a:1:{s:41:\".error404.ast-separate-container #primary\";a:2:{i:1;a:2:{i:0;s:8:\"error404\";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:108;s:1:\"}\";i:109;s:25:\"@media (max-width:920px){\";i:110;a:2:{i:0;a:1:{s:31:\".ast-404-layout-1 .ast-404-text\";a:1:{i:1;a:2:{i:0;s:16:\"ast-404-layout-1\";i:1;s:12:\"ast-404-text\";}}}i:1;a:2:{i:0;s:15:\"font-size:100px\";i:1;s:28:\"font-size:6.6666666666667rem\";}}i:111;s:1:\"}\";i:112;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:113;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:114;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:115;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:116;s:25:\"@media (max-width:921px){\";i:117;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:118;s:1:\"}\";i:119;s:25:\"@media (max-width:544px){\";i:120;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:121;s:1:\"}\";i:122;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:123;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:124;s:25:\"@media (min-width:544px){\";i:125;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:126;s:1:\"}\";i:127;s:25:\"@media (max-width:544px){\";i:128;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:129;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:130;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:131;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:132;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:133;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:134;s:1:\"}\";i:135;s:25:\"@media (max-width:921px){\";i:136;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:137;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:138;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:139;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:140;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:141;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:142;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:143;s:1:\"}\";i:144;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:145;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:146;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:147;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:148;s:25:\"@media (min-width:921px){\";i:149;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:150;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:151;s:1:\"}\";i:152;s:26:\"@media (min-width:1200px){\";i:153;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:154;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:155;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:156;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:157;s:1:\"}\";i:158;s:25:\"@media (min-width:545px){\";i:159;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:160;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:161;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:162;s:1:\"}\";i:163;s:25:\"@media (max-width:921px){\";i:164;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:165;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:166;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:167;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:168;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:169;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:170;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:171;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:172;s:1:\"}\";i:173;s:25:\"@media (max-width:544px){\";i:174;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:175;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:176;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:177;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:178;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:179;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:180;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:181;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:182;s:1:\"}\";i:183;s:25:\"@media (max-width:921px){\";i:184;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:185;s:1:\"}\";i:186;s:25:\"@media (max-width:544px){\";i:187;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:188;s:1:\"}\";i:189;s:25:\"@media (min-width:922px){\";i:190;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:191;s:1:\"}\";i:192;s:25:\"@media (min-width:922px){\";i:193;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:194;s:1:\"}\";i:195;s:25:\"@media (max-width:921px){\";i:196;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:197;s:1:\"}\";i:198;s:25:\"@media (min-width:922px){\";i:199;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:200;s:1:\"}\";i:201;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:202;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:203;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:204;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:205;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:206;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:207;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:208;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:209;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:210;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:211;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:212;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:213;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:214;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:215;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:216;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:217;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:218;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:219;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:220;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:221;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:222;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:223;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:224;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:225;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:226;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:227;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:228;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:229;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:230;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:231;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:232;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:233;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:234;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:235;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:236;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:237;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:238;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:239;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:240;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:241;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:242;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:243;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:244;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:245;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:246;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:247;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:248;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:249;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:250;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:251;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:252;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:253;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:254;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:255;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:256;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:257;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:258;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:259;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:260;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:261;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:262;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:263;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:264;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:265;s:25:\"@media (max-width:921px){\";i:266;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:267;s:1:\"}\";i:268;s:25:\"@media (max-width:544px){\";i:269;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:270;s:1:\"}\";i:271;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:272;s:25:\"@media (max-width:921px){\";i:273;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:274;s:1:\"}\";i:275;s:25:\"@media (max-width:544px){\";i:276;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:277;s:1:\"}\";i:278;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:279;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:280;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:281;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:282;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:283;s:25:\"@media (max-width:921px){\";i:284;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:285;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:286;s:1:\"}\";i:287;s:25:\"@media (max-width:544px){\";i:288;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:289;s:1:\"}\";i:290;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:291;s:25:\"@media (max-width:921px){\";i:292;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:293;s:1:\"}\";i:294;s:25:\"@media (max-width:544px){\";i:295;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:296;s:1:\"}\";i:297;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:298;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:299;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:300;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:301;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:302;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:303;s:25:\"@media (max-width:921px){\";i:304;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:305;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:306;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:307;s:1:\"}\";i:308;s:25:\"@media (max-width:544px){\";i:309;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:310;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:311;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:312;s:1:\"}\";i:313;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:314;s:25:\"@media (max-width:921px){\";i:315;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:316;s:1:\"}\";i:317;s:25:\"@media (max-width:544px){\";i:318;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:319;s:1:\"}\";i:320;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:321;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:322;s:25:\"@media (max-width:921px){\";i:323;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:324;s:1:\"}\";i:325;s:25:\"@media (max-width:544px){\";i:326;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:327;s:1:\"}\";i:328;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:329;s:25:\"@media (max-width:921px){\";i:330;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:331;s:1:\"}\";i:332;s:25:\"@media (max-width:544px){\";i:333;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:334;s:1:\"}\";i:335;s:25:\"@media (max-width:921px){\";i:336;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:337;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:338;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:339;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:340;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:341;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:342;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:343;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:344;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:345;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:346;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:347;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:348;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:349;s:1:\"}\";i:350;s:25:\"@media (max-width:921px){\";i:351;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:352;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:353;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:354;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:355;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:356;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:357;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:358;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:359;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:360;s:1:\"}\";i:361;s:25:\"@media (max-width:921px){\";i:362;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:363;s:1:\"}\";i:364;s:25:\"@media (max-width:921px){\";i:365;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:366;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:367;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:368;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:369;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:370;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:371;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:372;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:373;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:374;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:375;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:376;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:377;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:378;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:379;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:380;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:381;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:382;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:383;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:384;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:385;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:386;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:387;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:388;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:389;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:390;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:391;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:392;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:393;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:394;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:395;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:396;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:397;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:398;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:399;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:400;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:401;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:402;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:403;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:404;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:405;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:406;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:407;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:408;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:409;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:410;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:411;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:412;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:413;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:414;s:1:\"}\";i:415;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:416;s:25:\"@media (min-width:922px){\";i:417;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:418;s:1:\"}\";i:419;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:420;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:421;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:422;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:423;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:424;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:425;s:25:\"@media (max-width:921px){\";i:426;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:427;s:1:\"}\";i:428;s:25:\"@media (max-width:544px){\";i:429;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:430;s:1:\"}\";i:431;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:432;s:25:\"@media (max-width:921px){\";i:433;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:434;s:1:\"}\";i:435;s:25:\"@media (max-width:544px){\";i:436;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:437;s:1:\"}\";i:438;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:439;s:25:\"@media (max-width:921px){\";i:440;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:441;s:1:\"}\";i:442;s:25:\"@media (max-width:544px){\";i:443;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:444;s:1:\"}\";i:445;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:446;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:447;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:448;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:449;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:450;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:451;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:452;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:453;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:454;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:455;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:456;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:457;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:458;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:459;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:460;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:461;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:462;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:463;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:464;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:465;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:466;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:467;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:468;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:469;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:470;s:25:\"@media (max-width:921px){\";i:471;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:472;s:1:\"}\";i:473;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:474;s:25:\"@media (min-width:922px){\";i:475;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:476;s:1:\"}\";i:477;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:478;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:479;s:25:\"@media (max-width:921px){\";i:480;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:481;s:1:\"}\";i:482;s:25:\"@media (max-width:544px){\";i:483;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:484;s:1:\"}\";i:485;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:486;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:487;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:488;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:489;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:490;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:491;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:492;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:493;s:25:\"@media (max-width:921px){\";i:494;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:495;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:496;s:1:\"}\";i:497;s:25:\"@media (max-width:544px){\";i:498;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:499;s:1:\"}\";i:500;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:501;s:25:\"@media (max-width:921px){\";i:502;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:503;s:1:\"}\";i:504;s:25:\"@media (max-width:544px){\";i:505;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:506;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"5f752a492090661184a963f7853c6e6c\";s:10:\"parse_time\";d:0.4752991199493408;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3877,'_transient_timeout_amp-parsed-stylesheet-v40-9f4bd1e9b465572607551f21c95655d4','1733466596','off'),
(3878,'_transient_amp-parsed-stylesheet-v40-9f4bd1e9b465572607551f21c95655d4','a:8:{s:6:\"tokens\";a:551:{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:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"6259912a70dafc4e2779e0ccd1d6ad3a\";s:10:\"parse_time\";d:0.748621940612793;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(3879,'_transient_timeout_amp-parsed-stylesheet-v40-c46e331503090126a0bddd401a8fa131','1733466608','off'),
(3880,'_transient_amp-parsed-stylesheet-v40-c46e331503090126a0bddd401a8fa131','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.0003838539123535156;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(4257,'_transient_timeout_amp-parsed-stylesheet-v40-d99b1d624b9bc3cae9557be3783632b2','1733655604','off'),
(4258,'_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.19709110260009766;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(4352,'_site_transient_timeout_php_check_38979a08dcd71638878b7b4419751271','1731747351','off'),
(4353,'_site_transient_php_check_38979a08dcd71638878b7b4419751271','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),
(4759,'_transient_timeout_amp-parsed-stylesheet-v40-3ad76b6f5ff890dfe2ad7dc067ab4277','1733897108','off'),
(4760,'_transient_amp-parsed-stylesheet-v40-3ad76b6f5ff890dfe2ad7dc067ab4277','a:8:{s:6:\"tokens\";a:898:{i:0;a:2:{i:0;a:1:{s:18:\".wp-block-archives\";a:1:{i:1;a:1:{i:0;s:17:\"wp-block-archives\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:1;a:2:{i:0;a:1:{s:33:\".wp-block-archives-dropdown label\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-archives-dropdown\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:2;a:2:{i:0;a:1:{s:16:\".wp-block-avatar\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-avatar\";}}}i:1;a:1:{i:0;s:13:\"line-height:0\";}}i:3;a:2:{i:0;a:3:{s:16:\".wp-block-avatar\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-avatar\";}}s:24:\".wp-block-avatar amp-img\";a:2:{i:1;a:1:{i:0;s:15:\"wp-block-avatar\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:25:\".wp-block-avatar amp-anim\";a:2:{i:1;a:1:{i:0;s:15:\"wp-block-avatar\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:4;a:2:{i:0;a:1:{s:28:\".wp-block-avatar.aligncenter\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-avatar\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:5;a:2:{i:0;a:1:{s:15:\".wp-block-audio\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-audio\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:6;a:2:{i:0;a:1:{s:34:\".wp-block-audio :where(figcaption)\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-audio\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:7;a:2:{i:0;a:1:{s:25:\".wp-block-audio amp-audio\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-audio\";}i:0;a:1:{i:0;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:15:\"min-width:300px\";i:1;s:10:\"width:100%\";}}i:8;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:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:14:\"cursor:pointer\";i:2;s:20:\"display:inline-block\";i:3;s:17:\"text-align:center\";i:4;s:21:\"word-break:break-word\";}}i:9;a:2:{i:0;a:1:{s:34:\".wp-block-button__link.aligncenter\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-button__link\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:10;a:2:{i:0;a:1:{s:33:\".wp-block-button__link.alignright\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-button__link\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:11;a:2:{i:0;a:1:{s:30:\":where(.wp-block-button__link)\";a:0:{}}i:1;a:4:{i:0;s:20:\"border-radius:9999px\";i:1;s:15:\"box-shadow:none\";i:2;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:3;s:20:\"text-decoration:none\";}}i:12;a:2:{i:0;a:1:{s:81:\".wp-block-button[data-amp-original-style*=text-decoration] .wp-block-button__link\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}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:23:\"text-decoration:inherit\";}}i:13;a:2:{i:0;a:1:{s:51:\".wp-block-buttons>.wp-block-button.has-custom-width\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:16:\"has-custom-width\";}}}i:1;a:1:{i:0;s:14:\"max-width:none\";}}i:14;a:2:{i:0;a:1:{s:74:\".wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:16:\"has-custom-width\";i:3;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:15;a:2:{i:0;a:1:{s:78:\".wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:20:\"has-custom-font-size\";i:3;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:17:\"font-size:inherit\";}}i:16;a:2:{i:0;a:1:{s:60:\".wp-block-buttons>.wp-block-button.wp-block-button__width-25\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:25:\"wp-block-button__width-25\";}}}i:1;a:1:{i:0;s:56:\"width:calc(25% - var(--wp--style--block-gap,.5em) * .75)\";}}i:17;a:2:{i:0;a:1:{s:60:\".wp-block-buttons>.wp-block-button.wp-block-button__width-50\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:25:\"wp-block-button__width-50\";}}}i:1;a:1:{i:0;s:55:\"width:calc(50% - var(--wp--style--block-gap,.5em) * .5)\";}}i:18;a:2:{i:0;a:1:{s:60:\".wp-block-buttons>.wp-block-button.wp-block-button__width-75\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:25:\"wp-block-button__width-75\";}}}i:1;a:1:{i:0;s:56:\"width:calc(75% - var(--wp--style--block-gap,.5em) * .25)\";}}i:19;a:2:{i:0;a:1:{s:61:\".wp-block-buttons>.wp-block-button.wp-block-button__width-100\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:26:\"wp-block-button__width-100\";}}}i:1;a:2:{i:0;s:15:\"flex-basis:100%\";i:1;s:10:\"width:100%\";}}i:20;a:2:{i:0;a:1:{s:72:\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";i:2;s:15:\"wp-block-button\";i:3;s:25:\"wp-block-button__width-25\";}}}i:1;a:1:{i:0;s:9:\"width:25%\";}}i:21;a:2:{i:0;a:1:{s:72:\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";i:2;s:15:\"wp-block-button\";i:3;s:25:\"wp-block-button__width-50\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:22;a:2:{i:0;a:1:{s:72:\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";i:2;s:15:\"wp-block-button\";i:3;s:25:\"wp-block-button__width-75\";}}}i:1;a:1:{i:0;s:9:\"width:75%\";}}i:23;a:2:{i:0;a:2:{s:33:\".wp-block-button.is-style-squared\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-squared\";}}s:55:\".wp-block-button__link.wp-block-button.is-style-squared\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-button__link\";i:1;s:15:\"wp-block-button\";i:2;s:16:\"is-style-squared\";}}}i:1;a:1:{i:0;s:15:\"border-radius:0\";}}i:24;a:2:{i:0;a:2:{s:53:\".wp-block-button.no-border-radius:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"no-border-radius\";}}s:59:\".wp-block-button__link.no-border-radius:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-button__link\";i:1;s:16:\"no-border-radius\";}}}i:1;a:1:{i:0;s:15:\"border-radius:0\";}}i:25;a:2:{i:0;a:2:{s:70:\":root :where(.wp-block-button .wp-block-button__link.is-style-outline)\";a:0:{}s:70:\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link)\";a:0:{}}i:1;a:2:{i:0;s:16:\"border:2px solid\";i:1;s:22:\"padding:.667em 1.333em\";}}i:26;a:2:{i:0;a:2:{s:91:\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color))\";a:0:{}s:91:\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color))\";a:0:{}}i:1;a:1:{i:0;s:18:\"color:currentColor\";}}i:27;a:2:{i:0;a:2:{s:91:\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background))\";a:0:{}s:91:\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background))\";a:0:{}}i:1;a:2:{i:0;s:24:\"background-color:initial\";i:1;s:21:\"background-image:none\";}}i:28;a:2:{i:0;a:1:{s:29:\".wp-block-buttons.is-vertical\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:21:\"flex-direction:column\";}}i:29;a:2:{i:0;a:1:{s:57:\".wp-block-buttons.is-vertical>.wp-block-button:last-child\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";i:2;s:15:\"wp-block-button\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:30;a:2:{i:0;a:1:{s:34:\".wp-block-buttons>.wp-block-button\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:8:\"margin:0\";}}i:31;a:2:{i:0;a:1:{s:47:\".wp-block-buttons.is-content-justification-left\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:29:\"is-content-justification-left\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:32;a:2:{i:0;a:1:{s:59:\".wp-block-buttons.is-content-justification-left.is-vertical\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:29:\"is-content-justification-left\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:22:\"align-items:flex-start\";}}i:33;a:2:{i:0;a:1:{s:49:\".wp-block-buttons.is-content-justification-center\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:31:\"is-content-justification-center\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:34;a:2:{i:0;a:1:{s:61:\".wp-block-buttons.is-content-justification-center.is-vertical\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:31:\"is-content-justification-center\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:18:\"align-items:center\";}}i:35;a:2:{i:0;a:1:{s:48:\".wp-block-buttons.is-content-justification-right\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:30:\"is-content-justification-right\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:36;a:2:{i:0;a:1:{s:60:\".wp-block-buttons.is-content-justification-right.is-vertical\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:30:\"is-content-justification-right\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:20:\"align-items:flex-end\";}}i:37;a:2:{i:0;a:1:{s:56:\".wp-block-buttons.is-content-justification-space-between\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:38:\"is-content-justification-space-between\";}}}i:1;a:1:{i:0;s:29:\"justify-content:space-between\";}}i:38;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:17:\"text-align:center\";}}i:39;a:2:{i:0;a:2:{s:76:\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";}}s:82:\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button__link\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:23:\"text-decoration:inherit\";}}i:40;a:2:{i:0;a:1:{s:61:\".wp-block-buttons.has-custom-font-size .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:20:\"has-custom-font-size\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:17:\"font-size:inherit\";}}i:41;a:2:{i:0;a:2:{s:28:\".wp-block-button.aligncenter\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:11:\"aligncenter\";}}s:18:\".wp-block-calendar\";a:1:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:42;a:2:{i:0;a:2:{s:21:\".wp-block-calendar td\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:2:\"td\";}}s:21:\".wp-block-calendar th\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:2:{i:0;s:16:\"border:1px solid\";i:1;s:13:\"padding:.25em\";}}i:43;a:2:{i:0;a:1:{s:21:\".wp-block-calendar th\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:15:\"font-weight:400\";}}i:44;a:2:{i:0;a:1:{s:26:\".wp-block-calendar caption\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:7:\"caption\";}}}i:1;a:1:{i:0;s:24:\"background-color:inherit\";}}i:45;a:2:{i:0;a:1:{s:24:\".wp-block-calendar table\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}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:46;a:2:{i:0;a:1:{s:53:\".wp-block-calendar table:where(:not(.has-text-color))\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:1:{i:0;s:13:\"color:#40464d\";}}i:47;a:2:{i:0;a:2:{s:56:\".wp-block-calendar table:where(:not(.has-text-color)) td\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:56:\".wp-block-calendar table:where(:not(.has-text-color)) th\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:17:\"border-color:#ddd\";}}i:48;a:2:{i:0;a:1:{s:42:\".wp-block-calendar table.has-background th\";a:2:{i:1;a:2:{i:0;s:17:\"wp-block-calendar\";i:1;s:14:\"has-background\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:24:\"background-color:inherit\";}}i:49;a:2:{i:0;a:1:{s:42:\".wp-block-calendar table.has-text-color th\";a:2:{i:1;a:2:{i:0;s:17:\"wp-block-calendar\";i:1;s:14:\"has-text-color\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:50;a:2:{i:0;a:1:{s:56:\":where(.wp-block-calendar table:not(.has-background) th)\";a:1:{i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:15:\"background:#ddd\";}}i:51;a:2:{i:0;a:1:{s:20:\".wp-block-categories\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-categories\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:52;a:2:{i:0;a:1:{s:30:\".wp-block-categories.alignleft\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-categories\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:16:\"margin-right:2em\";}}i:53;a:2:{i:0;a:1:{s:31:\".wp-block-categories.alignright\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-categories\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:15:\"margin-left:2em\";}}i:54;a:2:{i:0;a:1:{s:61:\".wp-block-categories.wp-block-categories-dropdown.aligncenter\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-categories\";i:1;s:28:\"wp-block-categories-dropdown\";i:2;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:55;a:2:{i:0;a:1:{s:14:\".wp-block-code\";a:1:{i:1;a:1:{i:0;s:13:\"wp-block-code\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:56;a:2:{i:0;a:1:{s:19:\".wp-block-code code\";a:2:{i:1;a:1:{i:0;s:13:\"wp-block-code\";}i:0;a:1:{i:0;s:4:\"code\";}}}i:1;a:4:{i:0;s:13:\"display:block\";i:1;s:19:\"font-family:inherit\";i:2;s:24:\"overflow-wrap:break-word\";i:3;s:20:\"white-space:pre-wrap\";}}i:57;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:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:12:\"display:flex\";}}i:58;a:2:{i:0;a:1:{s:37:\".wp-block-columns:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}}i:1;a:2:{i:0;s:18:\"align-items:normal\";i:1;s:14:\"flex-wrap:wrap\";}}i:59;s:25:\"@media (min-width:782px){\";i:60;a:2:{i:0;a:1:{s:37:\".wp-block-columns:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}}i:1;a:1:{i:0;s:16:\"flex-wrap:nowrap\";}}i:61;s:1:\"}\";i:62;a:2:{i:0;a:1:{s:44:\".wp-block-columns.are-vertically-aligned-top\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:26:\"are-vertically-aligned-top\";}}}i:1;a:1:{i:0;s:22:\"align-items:flex-start\";}}i:63;a:2:{i:0;a:1:{s:47:\".wp-block-columns.are-vertically-aligned-center\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:29:\"are-vertically-aligned-center\";}}}i:1;a:1:{i:0;s:18:\"align-items:center\";}}i:64;a:2:{i:0;a:1:{s:47:\".wp-block-columns.are-vertically-aligned-bottom\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:29:\"are-vertically-aligned-bottom\";}}}i:1;a:1:{i:0;s:20:\"align-items:flex-end\";}}i:65;s:25:\"@media (max-width:781px){\";i:66;a:2:{i:0;a:1:{s:85:\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:15:\"flex-basis:100%\";}}i:67;s:1:\"}\";i:68;s:25:\"@media (min-width:782px){\";i:69;a:2:{i:0;a:1:{s:65:\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:2:{i:0;s:12:\"flex-basis:0\";i:1;s:11:\"flex-grow:1\";}}i:70;a:2:{i:0;a:1:{s:102:\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[data-amp-original-style*=flex-basis]\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:0\";}}i:71;s:1:\"}\";i:72;a:2:{i:0;a:1:{s:62:\".wp-block-columns.is-not-stacked-on-mobile:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:24:\"is-not-stacked-on-mobile\";}}}i:1;a:1:{i:0;s:16:\"flex-wrap:nowrap\";}}i:73;a:2:{i:0;a:1:{s:59:\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-columns\";i:1;s:24:\"is-not-stacked-on-mobile\";i:2;s:15:\"wp-block-column\";}}}i:1;a:2:{i:0;s:12:\"flex-basis:0\";i:1;s:11:\"flex-grow:1\";}}i:74;a:2:{i:0;a:1:{s:96:\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[data-amp-original-style*=flex-basis]\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:3:{i:0;s:16:\"wp-block-columns\";i:1;s:24:\"is-not-stacked-on-mobile\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:0\";}}i:75;a:2:{i:0;a:1:{s:25:\":where(.wp-block-columns)\";a:0:{}}i:1;a:1:{i:0;s:20:\"margin-bottom:1.75em\";}}i:76;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.has-background)\";a:0:{}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:77;a:2:{i:0;a:1:{s:16:\".wp-block-column\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-column\";}}}i:1;a:4:{i:0;s:11:\"flex-grow:1\";i:1;s:11:\"min-width:0\";i:2;s:24:\"overflow-wrap:break-word\";i:3;s:21:\"word-break:break-word\";}}i:78;a:2:{i:0;a:1:{s:42:\".wp-block-column.is-vertically-aligned-top\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:25:\"is-vertically-aligned-top\";}}}i:1;a:1:{i:0;s:21:\"align-self:flex-start\";}}i:79;a:2:{i:0;a:1:{s:45:\".wp-block-column.is-vertically-aligned-center\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:28:\"is-vertically-aligned-center\";}}}i:1;a:1:{i:0;s:17:\"align-self:center\";}}i:80;a:2:{i:0;a:1:{s:45:\".wp-block-column.is-vertically-aligned-bottom\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:28:\"is-vertically-aligned-bottom\";}}}i:1;a:1:{i:0;s:19:\"align-self:flex-end\";}}i:81;a:2:{i:0;a:1:{s:46:\".wp-block-column.is-vertically-aligned-stretch\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:29:\"is-vertically-aligned-stretch\";}}}i:1;a:1:{i:0;s:18:\"align-self:stretch\";}}i:82;a:2:{i:0;a:3:{s:45:\".wp-block-column.is-vertically-aligned-bottom\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:28:\"is-vertically-aligned-bottom\";}}s:45:\".wp-block-column.is-vertically-aligned-center\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:28:\"is-vertically-aligned-center\";}}s:42:\".wp-block-column.is-vertically-aligned-top\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:25:\"is-vertically-aligned-top\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:83;a:2:{i:0;a:1:{s:23:\".wp-block-post-comments\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:84;a:2:{i:0;a:1:{s:34:\".wp-block-post-comments .alignleft\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:10:\"float:left\";}}i:85;a:2:{i:0;a:1:{s:35:\".wp-block-post-comments .alignright\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:86;a:2:{i:0;a:1:{s:41:\".wp-block-post-comments .navigation:after\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:10:\"navigation\";}}}i:1;a:3:{i:0;s:10:\"clear:both\";i:1;s:10:\"content:\"\"\";i:2;s:13:\"display:table\";}}i:87;a:2:{i:0;a:1:{s:36:\".wp-block-post-comments .commentlist\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:11:\"commentlist\";}}}i:1;a:4:{i:0;s:10:\"clear:both\";i:1;s:15:\"list-style:none\";i:2;s:8:\"margin:0\";i:3;s:9:\"padding:0\";}}i:88;a:2:{i:0;a:1:{s:45:\".wp-block-post-comments .commentlist .comment\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:11:\"commentlist\";i:2;s:7:\"comment\";}}}i:1;a:2:{i:0;s:17:\"min-height:2.25em\";i:1;s:19:\"padding-left:3.25em\";}}i:89;a:2:{i:0;a:1:{s:47:\".wp-block-post-comments .commentlist .comment p\";a:2:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:11:\"commentlist\";i:2;s:7:\"comment\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:3:{i:0;s:13:\"font-size:1em\";i:1;s:15:\"line-height:1.8\";i:2;s:12:\"margin:1em 0\";}}i:90;a:2:{i:0;a:1:{s:46:\".wp-block-post-comments .commentlist .children\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:11:\"commentlist\";i:2;s:8:\"children\";}}}i:1;a:3:{i:0;s:15:\"list-style:none\";i:1;s:8:\"margin:0\";i:2;s:9:\"padding:0\";}}i:91;a:2:{i:0;a:1:{s:39:\".wp-block-post-comments .comment-author\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:14:\"comment-author\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.5\";}}i:92;a:2:{i:0;a:1:{s:47:\".wp-block-post-comments .comment-author .avatar\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:14:\"comment-author\";i:2;s:6:\"avatar\";}}}i:1;a:7:{i:0;s:19:\"border-radius:1.5em\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:12:\"height:2.5em\";i:4;s:18:\"margin-right:.75em\";i:5;s:15:\"margin-top:.5em\";i:6;s:11:\"width:2.5em\";}}i:93;a:2:{i:0;a:1:{s:44:\".wp-block-post-comments .comment-author cite\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:14:\"comment-author\";}i:0;a:1:{i:0;s:4:\"cite\";}}}i:1;a:1:{i:0;s:17:\"font-style:normal\";}}i:94;a:2:{i:0;a:1:{s:37:\".wp-block-post-comments .comment-meta\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-meta\";}}}i:1;a:2:{i:0;s:16:\"font-size:.875em\";i:1;s:15:\"line-height:1.5\";}}i:95;a:2:{i:0;a:1:{s:39:\".wp-block-post-comments .comment-meta b\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-meta\";}i:0;a:1:{i:0;s:1:\"b\";}}}i:1;a:1:{i:0;s:15:\"font-weight:400\";}}i:96;a:2:{i:0;a:1:{s:66:\".wp-block-post-comments .comment-meta .comment-awaiting-moderation\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-meta\";i:2;s:27:\"comment-awaiting-moderation\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:17:\"margin-bottom:1em\";i:2;s:14:\"margin-top:1em\";}}i:97;a:2:{i:0;a:1:{s:54:\".wp-block-post-comments .comment-body .commentmetadata\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-body\";i:2;s:15:\"commentmetadata\";}}}i:1;a:1:{i:0;s:16:\"font-size:.875em\";}}i:98;a:2:{i:0;a:4:{s:50:\".wp-block-post-comments .comment-form-author label\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:19:\"comment-form-author\";}i:0;a:1:{i:0;s:5:\"label\";}}s:51:\".wp-block-post-comments .comment-form-comment label\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:20:\"comment-form-comment\";}i:0;a:1:{i:0;s:5:\"label\";}}s:49:\".wp-block-post-comments .comment-form-email label\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:18:\"comment-form-email\";}i:0;a:1:{i:0;s:5:\"label\";}}s:47:\".wp-block-post-comments .comment-form-url label\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:16:\"comment-form-url\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:19:\"margin-bottom:.25em\";}}i:99;a:2:{i:0;a:2:{s:83:\".wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox])\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-form\";}i:0;a:1:{i:0;s:5:\"input\";}}s:46:\".wp-block-post-comments .comment-form textarea\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-form\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"display:block\";i:2;s:10:\"width:100%\";}}i:100;a:2:{i:0;a:1:{s:53:\".wp-block-post-comments .comment-form-cookies-consent\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:28:\"comment-form-cookies-consent\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:9:\"gap:.25em\";}}i:101;a:2:{i:0;a:1:{s:81:\".wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:28:\"comment-form-cookies-consent\";}i:2;a:1:{i:0;s:26:\"wp-comment-cookies-consent\";}}}i:1;a:1:{i:0;s:16:\"margin-top:.35em\";}}i:102;a:2:{i:0;a:1:{s:44:\".wp-block-post-comments .comment-reply-title\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:103;a:2:{i:0;a:1:{s:58:\".wp-block-post-comments .comment-reply-title :where(small)\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:2:{i:0;s:54:\"font-size:var(--wp--preset--font-size--medium,smaller)\";i:1;s:16:\"margin-left:.5em\";}}i:104;a:2:{i:0;a:1:{s:30:\".wp-block-post-comments .reply\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:5:\"reply\";}}}i:1;a:2:{i:0;s:16:\"font-size:.875em\";i:1;s:19:\"margin-bottom:1.4em\";}}i:105;a:2:{i:0;a:2:{s:48:\".wp-block-post-comments input:not([type=submit])\";a:2:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}i:0;a:1:{i:0;s:5:\"input\";}}s:32:\".wp-block-post-comments textarea\";a:2:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:24:\"border:1px solid #949494\";i:1;s:19:\"font-family:inherit\";i:2;s:13:\"font-size:1em\";}}i:106;a:2:{i:0;a:2:{s:69:\".wp-block-post-comments input:not([type=submit]):not([type=checkbox])\";a:2:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}i:0;a:1:{i:0;s:5:\"input\";}}s:32:\".wp-block-post-comments textarea\";a:2:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:26:\"padding:calc(.667em + 2px)\";}}i:107;a:2:{i:0;a:1:{s:50:\":where(.wp-block-post-comments input[type=submit])\";a:0:{}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:108;a:2:{i:0;a:3:{s:64:\".wp-block-comments-pagination>.wp-block-comments-pagination-next\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:33:\"wp-block-comments-pagination-next\";}}s:67:\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:36:\"wp-block-comments-pagination-numbers\";}}s:68:\".wp-block-comments-pagination>.wp-block-comments-pagination-previous\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:37:\"wp-block-comments-pagination-previous\";}}}i:1;a:2:{i:0;s:18:\"margin-bottom:.5em\";i:1;s:17:\"margin-right:.5em\";}}i:109;a:2:{i:0;a:3:{s:75:\".wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:33:\"wp-block-comments-pagination-next\";}}s:78:\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:36:\"wp-block-comments-pagination-numbers\";}}s:79:\".wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:37:\"wp-block-comments-pagination-previous\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:110;a:2:{i:0;a:1:{s:74:\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:43:\"wp-block-comments-pagination-previous-arrow\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-right:1ch\";}}i:111;a:2:{i:0;a:1:{s:97:\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:43:\"wp-block-comments-pagination-previous-arrow\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:112;a:2:{i:0;a:1:{s:70:\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:39:\"wp-block-comments-pagination-next-arrow\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-left:1ch\";}}i:113;a:2:{i:0;a:1:{s:93:\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:39:\"wp-block-comments-pagination-next-arrow\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:114;a:2:{i:0;a:1:{s:41:\".wp-block-comments-pagination.aligncenter\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:115;a:2:{i:0;a:1:{s:26:\".wp-block-comment-template\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-comment-template\";}}}i:1;a:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:15:\"list-style:none\";i:2;s:15:\"margin-bottom:0\";i:3;s:14:\"max-width:100%\";i:4;s:9:\"padding:0\";}}i:116;a:2:{i:0;a:1:{s:29:\".wp-block-comment-template li\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-comment-template\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:117;a:2:{i:0;a:1:{s:29:\".wp-block-comment-template ol\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-comment-template\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:4:{i:0;s:15:\"list-style:none\";i:1;s:15:\"margin-bottom:0\";i:2;s:14:\"max-width:100%\";i:3;s:17:\"padding-left:2rem\";}}i:118;a:2:{i:0;a:1:{s:36:\".wp-block-comment-template.alignleft\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-comment-template\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:10:\"float:left\";}}i:119;a:2:{i:0;a:1:{s:38:\".wp-block-comment-template.aligncenter\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-comment-template\";i:1;s:11:\"aligncenter\";}}}i:1;a:4:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:22:\"width:-moz-fit-content\";i:3;s:17:\"width:fit-content\";}}i:120;a:2:{i:0;a:1:{s:37:\".wp-block-comment-template.alignright\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-comment-template\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:121;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:10:{i:0;s:18:\"align-items:center\";i:1;s:23:\"background-position:50%\";i:2;s:21:\"box-sizing:border-box\";i:3;s:12:\"display:flex\";i:4;s:22:\"justify-content:center\";i:5;s:16:\"min-height:430px\";i:6;s:15:\"overflow:hidden\";i:7;s:13:\"overflow:clip\";i:8;s:11:\"padding:1em\";i:9;s:17:\"position:relative\";}}i:122;a:2:{i:0;a:4:{s:67:\".wp-block-cover .has-background-dim:not([class*=-background-color])\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";}}s:73:\".wp-block-cover-image .has-background-dim:not([class*=-background-color])\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";}}s:72:\".wp-block-cover-image.has-background-dim:not([class*=-background-color])\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";}}s:66:\".wp-block-cover.has-background-dim:not([class*=-background-color])\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";}}}i:1;a:1:{i:0;s:21:\"background-color:#000\";}}i:123;a:2:{i:0;a:2:{s:59:\".wp-block-cover .has-background-dim.has-background-gradient\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:23:\"has-background-gradient\";}}s:65:\".wp-block-cover-image .has-background-dim.has-background-gradient\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:23:\"has-background-gradient\";}}}i:1;a:1:{i:0;s:24:\"background-color:initial\";}}i:124;a:2:{i:0;a:2:{s:47:\".wp-block-cover-image.has-background-dim:before\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";}}s:41:\".wp-block-cover.has-background-dim:before\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";}}}i:1;a:2:{i:0;s:24:\"background-color:inherit\";i:1;s:10:\"content:\"\"\";}}i:125;a:2:{i:0;a:6:{s:43:\".wp-block-cover .wp-block-cover__background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";}}s:52:\".wp-block-cover .wp-block-cover__gradient-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";}}s:49:\".wp-block-cover-image .wp-block-cover__background\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";}}s:58:\".wp-block-cover-image .wp-block-cover__gradient-background\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";}}s:77:\".wp-block-cover-image.has-background-dim:not(.has-background-gradient):before\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";}}s:71:\".wp-block-cover.has-background-dim:not(.has-background-gradient):before\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";}}}i:1;a:7:{i:0;s:8:\"bottom:0\";i:1;s:6:\"left:0\";i:2;s:10:\"opacity:.5\";i:3;s:17:\"position:absolute\";i:4;s:7:\"right:0\";i:5;s:5:\"top:0\";i:6;s:9:\"z-index:1\";}}i:126;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";}}}i:1;a:1:{i:0;s:10:\"opacity:.1\";}}i:127;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";}}}i:1;a:1:{i:0;s:10:\"opacity:.2\";}}i:128;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";}}}i:1;a:1:{i:0;s:10:\"opacity:.3\";}}i:129;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";}}}i:1;a:1:{i:0;s:10:\"opacity:.4\";}}i:130;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";}}}i:1;a:1:{i:0;s:10:\"opacity:.5\";}}i:131;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";}}}i:1;a:1:{i:0;s:10:\"opacity:.6\";}}i:132;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";}}}i:1;a:1:{i:0;s:10:\"opacity:.7\";}}i:133;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";}}}i:1;a:1:{i:0;s:10:\"opacity:.8\";}}i:134;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";}}}i:1;a:1:{i:0;s:10:\"opacity:.9\";}}i:135;a:2:{i:0;a:6:{s:91:\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";i:3;s:26:\"wp-block-cover__background\";}}s:100:\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:100:\".wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";}}s:85:\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";i:3;s:26:\"wp-block-cover__background\";}}s:94:\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:94:\".wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:136;a:2:{i:0;a:4:{s:83:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:20:\"has-background-dim-0\";}}s:92:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:20:\"has-background-dim-0\";}}s:89:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:20:\"has-background-dim-0\";}}s:98:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:20:\"has-background-dim-0\";}}}i:1;a:1:{i:0;s:9:\"opacity:0\";}}i:137;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-10\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-10\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-10\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-10\";}}}i:1;a:1:{i:0;s:10:\"opacity:.1\";}}i:138;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-20\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-20\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-20\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-20\";}}}i:1;a:1:{i:0;s:10:\"opacity:.2\";}}i:139;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-30\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-30\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-30\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-30\";}}}i:1;a:1:{i:0;s:10:\"opacity:.3\";}}i:140;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-40\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-40\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-40\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-40\";}}}i:1;a:1:{i:0;s:10:\"opacity:.4\";}}i:141;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-50\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-50\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-50\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-50\";}}}i:1;a:1:{i:0;s:10:\"opacity:.5\";}}i:142;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-60\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-60\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-60\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-60\";}}}i:1;a:1:{i:0;s:10:\"opacity:.6\";}}i:143;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-70\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-70\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-70\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-70\";}}}i:1;a:1:{i:0;s:10:\"opacity:.7\";}}i:144;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-80\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-80\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-80\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-80\";}}}i:1;a:1:{i:0;s:10:\"opacity:.8\";}}i:145;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-90\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-90\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-90\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-90\";}}}i:1;a:1:{i:0;s:10:\"opacity:.9\";}}i:146;a:2:{i:0;a:4:{s:85:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:22:\"has-background-dim-100\";}}s:94:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:22:\"has-background-dim-100\";}}s:91:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:22:\"has-background-dim-100\";}}s:100:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:22:\"has-background-dim-100\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:147;a:2:{i:0;a:4:{s:31:\".wp-block-cover-image.alignleft\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignleft\";}}s:32:\".wp-block-cover-image.alignright\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:10:\"alignright\";}}s:25:\".wp-block-cover.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-cover.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:15:\"max-width:420px\";i:1;s:10:\"width:100%\";}}i:148;a:2:{i:0;a:6:{s:33:\".wp-block-cover-image.aligncenter\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:11:\"aligncenter\";}}s:31:\".wp-block-cover-image.alignleft\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignleft\";}}s:32:\".wp-block-cover-image.alignright\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:10:\"alignright\";}}s:27:\".wp-block-cover.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:11:\"aligncenter\";}}s:25:\".wp-block-cover.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-cover.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:149;a:2:{i:0;a:2:{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\";}}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\";}}}i:1;a:3:{i:0;s:13:\"color:inherit\";i:1;s:10:\"width:100%\";i:2;s:9:\"z-index:1\";}}i:150;a:2:{i:0;a:2:{s:42:\".wp-block-cover-image.is-position-top-left\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:20:\"is-position-top-left\";}}s:36:\".wp-block-cover.is-position-top-left\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:20:\"is-position-top-left\";}}}i:1;a:2:{i:0;s:22:\"align-items:flex-start\";i:1;s:26:\"justify-content:flex-start\";}}i:151;a:2:{i:0;a:2:{s:44:\".wp-block-cover-image.is-position-top-center\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:22:\"is-position-top-center\";}}s:38:\".wp-block-cover.is-position-top-center\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:22:\"is-position-top-center\";}}}i:1;a:2:{i:0;s:22:\"align-items:flex-start\";i:1;s:22:\"justify-content:center\";}}i:152;a:2:{i:0;a:2:{s:43:\".wp-block-cover-image.is-position-top-right\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:21:\"is-position-top-right\";}}s:37:\".wp-block-cover.is-position-top-right\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:21:\"is-position-top-right\";}}}i:1;a:2:{i:0;s:22:\"align-items:flex-start\";i:1;s:24:\"justify-content:flex-end\";}}i:153;a:2:{i:0;a:2:{s:45:\".wp-block-cover-image.is-position-center-left\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:23:\"is-position-center-left\";}}s:39:\".wp-block-cover.is-position-center-left\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:23:\"is-position-center-left\";}}}i:1;a:2:{i:0;s:18:\"align-items:center\";i:1;s:26:\"justify-content:flex-start\";}}i:154;a:2:{i:0;a:2:{s:47:\".wp-block-cover-image.is-position-center-center\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:25:\"is-position-center-center\";}}s:41:\".wp-block-cover.is-position-center-center\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:25:\"is-position-center-center\";}}}i:1;a:2:{i:0;s:18:\"align-items:center\";i:1;s:22:\"justify-content:center\";}}i:155;a:2:{i:0;a:2:{s:46:\".wp-block-cover-image.is-position-center-right\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:24:\"is-position-center-right\";}}s:40:\".wp-block-cover.is-position-center-right\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:24:\"is-position-center-right\";}}}i:1;a:2:{i:0;s:18:\"align-items:center\";i:1;s:24:\"justify-content:flex-end\";}}i:156;a:2:{i:0;a:2:{s:45:\".wp-block-cover-image.is-position-bottom-left\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:23:\"is-position-bottom-left\";}}s:39:\".wp-block-cover.is-position-bottom-left\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:23:\"is-position-bottom-left\";}}}i:1;a:2:{i:0;s:20:\"align-items:flex-end\";i:1;s:26:\"justify-content:flex-start\";}}i:157;a:2:{i:0;a:2:{s:47:\".wp-block-cover-image.is-position-bottom-center\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:25:\"is-position-bottom-center\";}}s:41:\".wp-block-cover.is-position-bottom-center\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:25:\"is-position-bottom-center\";}}}i:1;a:2:{i:0;s:20:\"align-items:flex-end\";i:1;s:22:\"justify-content:center\";}}i:158;a:2:{i:0;a:2:{s:46:\".wp-block-cover-image.is-position-bottom-right\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:24:\"is-position-bottom-right\";}}s:40:\".wp-block-cover.is-position-bottom-right\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:24:\"is-position-bottom-right\";}}}i:1;a:2:{i:0;s:20:\"align-items:flex-end\";i:1;s:24:\"justify-content:flex-end\";}}i:159;a:2:{i:0;a:2:{s:110:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:31:\"wp-block-cover__inner-container\";}}s:104:\".wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:160;a:2:{i:0;a:12:{s:134:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:23:\"is-position-bottom-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:135:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:24:\"is-position-bottom-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:134:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:23:\"is-position-center-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:135:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:24:\"is-position-center-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:131:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:20:\"is-position-top-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:132:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:21:\"is-position-top-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:128:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:23:\"is-position-bottom-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:129:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:24:\"is-position-bottom-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:128:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:23:\"is-position-center-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:129:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:24:\"is-position-center-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:125:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:20:\"is-position-top-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:126:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:21:\"is-position-top-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:10:\"width:auto\";}}i:161;a:2:{i:0;a:6:{s:49:\".wp-block-cover .wp-block-cover__image-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:32:\"wp-block-cover__image-background\";}}s:58:\".wp-block-cover amp-video.wp-block-cover__video-background\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:32:\"wp-block-cover__video-background\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:60:\".wp-block-cover amp-youtube.wp-block-cover__video-background\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:32:\"wp-block-cover__video-background\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:55:\".wp-block-cover-image .wp-block-cover__image-background\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:32:\"wp-block-cover__image-background\";}}s:64:\".wp-block-cover-image amp-video.wp-block-cover__video-background\";a:2:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:32:\"wp-block-cover__video-background\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:66:\".wp-block-cover-image amp-youtube.wp-block-cover__video-background\";a:2:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:32:\"wp-block-cover__video-background\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:15:{i:0;s:11:\"border:none\";i:1;s:8:\"bottom:0\";i:2;s:15:\"box-shadow:none\";i:3;s:11:\"height:100%\";i:4;s:6:\"left:0\";i:5;s:8:\"margin:0\";i:6;s:15:\"max-height:none\";i:7;s:14:\"max-width:none\";i:8;s:16:\"object-fit:cover\";i:9;s:12:\"outline:none\";i:10;s:9:\"padding:0\";i:11;s:17:\"position:absolute\";i:12;s:7:\"right:0\";i:13;s:5:\"top:0\";i:14;s:10:\"width:100%\";}}i:162;a:2:{i:0;a:5:{s:34:\".wp-block-cover-image.has-parallax\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:12:\"has-parallax\";}}s:28:\".wp-block-cover.has-parallax\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:12:\"has-parallax\";}}s:46:\".wp-block-cover__image-background.has-parallax\";a:1:{i:1;a:2:{i:0;s:32:\"wp-block-cover__image-background\";i:1;s:12:\"has-parallax\";}}s:55:\"amp-video.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:57:\"amp-youtube.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:3:{i:0;s:27:\"background-attachment:fixed\";i:1;s:27:\"background-repeat:no-repeat\";i:2;s:21:\"background-size:cover\";}}i:163;s:42:\"@supports (-webkit-touch-callout:inherit){\";i:164;a:2:{i:0;a:5:{s:34:\".wp-block-cover-image.has-parallax\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:12:\"has-parallax\";}}s:28:\".wp-block-cover.has-parallax\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:12:\"has-parallax\";}}s:46:\".wp-block-cover__image-background.has-parallax\";a:1:{i:1;a:2:{i:0;s:32:\"wp-block-cover__image-background\";i:1;s:12:\"has-parallax\";}}s:55:\"amp-video.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:57:\"amp-youtube.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:28:\"background-attachment:scroll\";}}i:165;s:1:\"}\";i:166;s:39:\"@media (prefers-reduced-motion:reduce){\";i:167;a:2:{i:0;a:5:{s:34:\".wp-block-cover-image.has-parallax\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:12:\"has-parallax\";}}s:28:\".wp-block-cover.has-parallax\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:12:\"has-parallax\";}}s:46:\".wp-block-cover__image-background.has-parallax\";a:1:{i:1;a:2:{i:0;s:32:\"wp-block-cover__image-background\";i:1;s:12:\"has-parallax\";}}s:55:\"amp-video.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:57:\"amp-youtube.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:28:\"background-attachment:scroll\";}}i:168;s:1:\"}\";i:169;a:2:{i:0;a:5:{s:33:\".wp-block-cover-image.is-repeated\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:11:\"is-repeated\";}}s:27:\".wp-block-cover.is-repeated\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:11:\"is-repeated\";}}s:45:\".wp-block-cover__image-background.is-repeated\";a:1:{i:1;a:2:{i:0;s:32:\"wp-block-cover__image-background\";i:1;s:11:\"is-repeated\";}}s:54:\"amp-video.wp-block-cover__video-background.is-repeated\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:11:\"is-repeated\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:56:\"amp-youtube.wp-block-cover__video-background.is-repeated\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:11:\"is-repeated\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:24:\"background-repeat:repeat\";i:1;s:20:\"background-size:auto\";}}i:170;a:2:{i:0;a:2:{s:33:\".wp-block-cover__image-background\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-cover__image-background\";}}s:33:\".wp-block-cover__video-background\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-cover__video-background\";}}}i:1;a:1:{i:0;s:9:\"z-index:0\";}}i:171;a:2:{i:0;a:15:{s:26:\".wp-block-cover-image-text\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}}s:28:\".wp-block-cover-image-text a\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:35:\".wp-block-cover-image-text a:active\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:34:\".wp-block-cover-image-text a:focus\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:34:\".wp-block-cover-image-text a:hover\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:20:\".wp-block-cover-text\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}}s:22:\".wp-block-cover-text a\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:29:\".wp-block-cover-text a:active\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:28:\".wp-block-cover-text a:focus\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:28:\".wp-block-cover-text a:hover\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:31:\"section.wp-block-cover-image h2\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:2:{i:0;s:7:\"section\";i:1;s:2:\"h2\";}}s:33:\"section.wp-block-cover-image h2 a\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:3:{i:0;s:7:\"section\";i:1;s:2:\"h2\";i:2;s:1:\"a\";}}s:40:\"section.wp-block-cover-image h2 a:active\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:3:{i:0;s:7:\"section\";i:1;s:2:\"h2\";i:2;s:1:\"a\";}}s:39:\"section.wp-block-cover-image h2 a:focus\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:3:{i:0;s:7:\"section\";i:1;s:2:\"h2\";i:2;s:1:\"a\";}}s:39:\"section.wp-block-cover-image h2 a:hover\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:3:{i:0;s:7:\"section\";i:1;s:2:\"h2\";i:2;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:172;a:2:{i:0;a:1:{s:54:\".wp-block-cover-image .wp-block-cover.has-left-content\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:14:\"wp-block-cover\";i:2;s:16:\"has-left-content\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:173;a:2:{i:0;a:1:{s:55:\".wp-block-cover-image .wp-block-cover.has-right-content\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:14:\"wp-block-cover\";i:2;s:17:\"has-right-content\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:174;a:2:{i:0;a:3:{s:65:\".wp-block-cover-image.has-left-content .wp-block-cover-image-text\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:16:\"has-left-content\";i:2;s:25:\"wp-block-cover-image-text\";}}s:53:\".wp-block-cover.has-left-content .wp-block-cover-text\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:16:\"has-left-content\";i:2;s:19:\"wp-block-cover-text\";}}s:48:\"section.wp-block-cover-image.has-left-content>h2\";a:2:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:16:\"has-left-content\";}i:0;a:2:{i:0;s:7:\"section\";i:1;s:2:\"h2\";}}}i:1;a:2:{i:0;s:13:\"margin-left:0\";i:1;s:15:\"text-align:left\";}}i:175;a:2:{i:0;a:3:{s:66:\".wp-block-cover-image.has-right-content .wp-block-cover-image-text\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:17:\"has-right-content\";i:2;s:25:\"wp-block-cover-image-text\";}}s:54:\".wp-block-cover.has-right-content .wp-block-cover-text\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:17:\"has-right-content\";i:2;s:19:\"wp-block-cover-text\";}}s:49:\"section.wp-block-cover-image.has-right-content>h2\";a:2:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:17:\"has-right-content\";}i:0;a:2:{i:0;s:7:\"section\";i:1;s:2:\"h2\";}}}i:1;a:2:{i:0;s:14:\"margin-right:0\";i:1;s:16:\"text-align:right\";}}i:176;a:2:{i:0;a:3:{s:36:\".wp-block-cover .wp-block-cover-text\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:19:\"wp-block-cover-text\";}}s:48:\".wp-block-cover-image .wp-block-cover-image-text\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:25:\"wp-block-cover-image-text\";}}s:31:\"section.wp-block-cover-image>h2\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:2:{i:0;s:7:\"section\";i:1;s:2:\"h2\";}}}i:1;a:7:{i:0;s:13:\"font-size:2em\";i:1;s:16:\"line-height:1.25\";i:2;s:15:\"margin-bottom:0\";i:3;s:15:\"max-width:840px\";i:4;s:13:\"padding:.44em\";i:5;s:17:\"text-align:center\";i:6;s:9:\"z-index:1\";}}i:177;a:2:{i:0;a:2:{s:50:\":where(.wp-block-cover-image:not(.has-text-color))\";a:0:{}s:44:\":where(.wp-block-cover:not(.has-text-color))\";a:0:{}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:178;a:2:{i:0;a:2:{s:59:\":where(.wp-block-cover-image.is-light:not(.has-text-color))\";a:0:{}s:53:\":where(.wp-block-cover.is-light:not(.has-text-color))\";a:0:{}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:179;a:2:{i:0;a:7:{s:53:\":root :where(.wp-block-cover h1:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h2:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h3:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h4:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h5:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h6:not(.has-text-color))\";a:0:{}s:52:\":root :where(.wp-block-cover p:not(.has-text-color))\";a:0:{}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:180;a:2:{i:0;a:1:{s:17:\".wp-block-details\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-details\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:181;a:2:{i:0;a:1:{s:25:\".wp-block-details summary\";a:2:{i:1;a:1:{i:0;s:16:\"wp-block-details\";}i:0;a:1:{i:0;s:7:\"summary\";}}}i:1;a:1:{i:0;s:14:\"cursor:pointer\";}}i:182;a:2:{i:0;a:4:{s:25:\".wp-block-embed.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-embed\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-embed.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-embed\";i:1;s:10:\"alignright\";}}s:51:\".wp-block[data-align=left]>[data-type=\"core/embed\"]\";a:2:{i:3;a:2:{i:0;s:10:\"data-align\";i:1;s:9:\"data-type\";}i:1;a:1:{i:0;s:8:\"wp-block\";}}s:52:\".wp-block[data-align=right]>[data-type=\"core/embed\"]\";a:2:{i:3;a:2:{i:0;s:10:\"data-align\";i:1;s:9:\"data-type\";}i:1;a:1:{i:0;s:8:\"wp-block\";}}}i:1;a:2:{i:0;s:15:\"max-width:360px\";i:1;s:10:\"width:100%\";}}i:183;a:2:{i:0;a:4:{s:50:\".wp-block-embed.alignleft .wp-block-embed__wrapper\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-embed\";i:1;s:9:\"alignleft\";i:2;s:23:\"wp-block-embed__wrapper\";}}s:51:\".wp-block-embed.alignright .wp-block-embed__wrapper\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-embed\";i:1;s:10:\"alignright\";i:2;s:23:\"wp-block-embed__wrapper\";}}s:76:\".wp-block[data-align=left]>[data-type=\"core/embed\"] .wp-block-embed__wrapper\";a:2:{i:3;a:2:{i:0;s:10:\"data-align\";i:1;s:9:\"data-type\";}i:1;a:2:{i:0;s:8:\"wp-block\";i:1;s:23:\"wp-block-embed__wrapper\";}}s:77:\".wp-block[data-align=right]>[data-type=\"core/embed\"] .wp-block-embed__wrapper\";a:2:{i:3;a:2:{i:0;s:10:\"data-align\";i:1;s:9:\"data-type\";}i:1;a:2:{i:0;s:8:\"wp-block\";i:1;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:15:\"min-width:280px\";}}i:184;a:2:{i:0;a:1:{s:31:\".wp-block-cover .wp-block-embed\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:14:\"wp-block-embed\";}}}i:1;a:2:{i:0;s:16:\"min-height:240px\";i:1;s:15:\"min-width:320px\";}}i:185;a:2:{i:0;a:1:{s:15:\".wp-block-embed\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-embed\";}}}i:1;a:1:{i:0;s:24:\"overflow-wrap:break-word\";}}i:186;a:2:{i:0;a:1:{s:34:\".wp-block-embed :where(figcaption)\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-embed\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:187;a:2:{i:0;a:1:{s:26:\".wp-block-embed amp-iframe\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-embed\";}i:0;a:1:{i:0;s:10:\"amp-iframe\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:188;a:2:{i:0;a:1:{s:24:\".wp-block-embed__wrapper\";a:1:{i:1;a:1:{i:0;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:189;a:2:{i:0;a:1:{s:73:\".wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-has-aspect-ratio\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:3:{i:0;s:10:\"content:\"\"\";i:1;s:13:\"display:block\";i:2;s:15:\"padding-top:50%\";}}i:190;a:2:{i:0;a:1:{s:52:\".wp-embed-responsive .wp-has-aspect-ratio amp-iframe\";a:2:{i:1;a:2:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-has-aspect-ratio\";}i:0;a:1:{i:0;s:10:\"amp-iframe\";}}}i:1;a:7:{i:0;s:8:\"bottom:0\";i:1;s:11:\"height:100%\";i:2;s:6:\"left:0\";i:3;s:17:\"position:absolute\";i:4;s:7:\"right:0\";i:5;s:5:\"top:0\";i:6;s:10:\"width:100%\";}}i:191;a:2:{i:0;a:1:{s:74:\".wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:20:\"wp-embed-aspect-21-9\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:18:\"padding-top:42.85%\";}}i:192;a:2:{i:0;a:1:{s:74:\".wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:20:\"wp-embed-aspect-18-9\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:15:\"padding-top:50%\";}}i:193;a:2:{i:0;a:1:{s:74:\".wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:20:\"wp-embed-aspect-16-9\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:18:\"padding-top:56.25%\";}}i:194;a:2:{i:0;a:1:{s:73:\".wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-embed-aspect-4-3\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:15:\"padding-top:75%\";}}i:195;a:2:{i:0;a:1:{s:73:\".wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-embed-aspect-1-1\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:16:\"padding-top:100%\";}}i:196;a:2:{i:0;a:1:{s:74:\".wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:20:\"wp-embed-aspect-9-16\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:19:\"padding-top:177.77%\";}}i:197;a:2:{i:0;a:1:{s:73:\".wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-embed-aspect-1-2\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:16:\"padding-top:200%\";}}i:198;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:1:{i:0;s:21:\"box-sizing:border-box\";}}i:199;a:2:{i:0;a:1:{s:38:\".wp-block-file:not(.wp-element-button)\";a:1:{i:1;a:1:{i:0;s:13:\"wp-block-file\";}}}i:1;a:1:{i:0;s:14:\"font-size:.8em\";}}i:200;a:2:{i:0;a:1:{s:26:\".wp-block-file.aligncenter\";a:1:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:201;a:2:{i:0;a:1:{s:25:\".wp-block-file.alignright\";a:1:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:202;a:2:{i:0;a:1:{s:39:\".wp-block-file *+.wp-block-file__button\";a:1:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}}}i:1;a:1:{i:0;s:17:\"margin-left:.75em\";}}i:203;a:2:{i:0;a:1:{s:22:\":where(.wp-block-file)\";a:0:{}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:204;a:2:{i:0;a:1:{s:21:\".wp-block-file__embed\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-file__embed\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:205;a:2:{i:0;a:1:{s:30:\":where(.wp-block-file__button)\";a:0:{}}i:1;a:3:{i:0;s:17:\"border-radius:2em\";i:1;s:20:\"display:inline-block\";i:2;s:16:\"padding:.5em 1em\";}}i:206;a:2:{i:0;a:4:{s:43:\":where(.wp-block-file__button):is(a):active\";a:0:{}s:42:\":where(.wp-block-file__button):is(a):focus\";a:0:{}s:42:\":where(.wp-block-file__button):is(a):hover\";a:0:{}s:44:\":where(.wp-block-file__button):is(a):visited\";a:0:{}}i:1;a:4:{i:0;s:15:\"box-shadow:none\";i:1;s:10:\"color:#fff\";i:2;s:11:\"opacity:.85\";i:3;s:20:\"text-decoration:none\";}}i:207;a:2:{i:0;a:1:{s:27:\".wp-block-form-input__label\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__label\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:21:\"flex-direction:column\";i:2;s:9:\"gap:.25em\";i:3;s:18:\"margin-bottom:.5em\";i:4;s:10:\"width:100%\";}}i:208;a:2:{i:0;a:1:{s:43:\".wp-block-form-input__label.is-label-inline\";a:1:{i:1;a:2:{i:0;s:26:\"wp-block-form-input__label\";i:1;s:15:\"is-label-inline\";}}}i:1;a:3:{i:0;s:18:\"align-items:center\";i:1;s:18:\"flex-direction:row\";i:2;s:8:\"gap:.5em\";}}i:209;a:2:{i:0;a:1:{s:79:\".wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content\";a:1:{i:1;a:3:{i:0;s:26:\"wp-block-form-input__label\";i:1;s:15:\"is-label-inline\";i:2;s:34:\"wp-block-form-input__label-content\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:.5em\";}}i:210;a:2:{i:0;a:1:{s:53:\".wp-block-form-input__label:has(input[type=checkbox])\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__label\";}}}i:1;a:3:{i:0;s:26:\"flex-direction:row-reverse\";i:1;s:22:\"width:-moz-fit-content\";i:2;s:17:\"width:fit-content\";}}i:211;a:2:{i:0;a:1:{s:35:\".wp-block-form-input__label-content\";a:1:{i:1;a:1:{i:0;s:34:\"wp-block-form-input__label-content\";}}}i:1;a:2:{i:0;s:22:\"width:-moz-fit-content\";i:1;s:17:\"width:fit-content\";}}i:212;a:2:{i:0;a:1:{s:27:\".wp-block-form-input__input\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}}i:1;a:3:{i:0;s:13:\"font-size:1em\";i:1;s:18:\"margin-bottom:.5em\";i:2;s:14:\"padding:0 .5em\";}}i:213;a:2:{i:0;a:13:{s:38:\".wp-block-form-input__input[type=date]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:48:\".wp-block-form-input__input[type=datetime-local]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:42:\".wp-block-form-input__input[type=datetime]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:39:\".wp-block-form-input__input[type=email]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:39:\".wp-block-form-input__input[type=month]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:40:\".wp-block-form-input__input[type=number]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:42:\".wp-block-form-input__input[type=password]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:40:\".wp-block-form-input__input[type=search]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:37:\".wp-block-form-input__input[type=tel]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:38:\".wp-block-form-input__input[type=text]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:38:\".wp-block-form-input__input[type=time]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:37:\".wp-block-form-input__input[type=url]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:38:\".wp-block-form-input__input[type=week]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}}i:1;a:3:{i:0;s:16:\"border:1px solid\";i:1;s:13:\"line-height:2\";i:2;s:14:\"min-height:2em\";}}i:214;a:2:{i:0;a:1:{s:35:\"textarea.wp-block-form-input__input\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:15:\"min-height:10em\";}}i:215;a:2:{i:0;a:2:{s:44:\".blocks-gallery-grid:not(.has-nested-images)\";a:1:{i:1;a:1:{i:0;s:19:\"blocks-gallery-grid\";}}s:41:\".wp-block-gallery:not(.has-nested-images)\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";i:2;s:20:\"list-style-type:none\";i:3;s:8:\"margin:0\";i:4;s:9:\"padding:0\";}}i:216;a:2:{i:0;a:4:{s:66:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}}s:65:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}}s:63:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}}s:62:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}}}i:1;a:7:{i:0;s:12:\"display:flex\";i:1;s:21:\"flex-direction:column\";i:2;s:11:\"flex-grow:1\";i:3;s:22:\"justify-content:center\";i:4;s:18:\"margin:0 1em 1em 0\";i:5;s:17:\"position:relative\";i:6;s:21:\"width:calc(50% - 1em)\";}}i:217;a:2:{i:0;a:4:{s:82:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}}s:81:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}}s:79:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}}s:78:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:218;a:2:{i:0;a:4:{s:73:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:72:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:70:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:69:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:5:{i:0;s:20:\"align-items:flex-end\";i:1;s:12:\"display:flex\";i:2;s:11:\"height:100%\";i:3;s:26:\"justify-content:flex-start\";i:4;s:8:\"margin:0\";}}i:219;a:2:{i:0;a:8:{s:74:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:73:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:74:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:71:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-img\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:72:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-anim\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:70:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-img\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:71:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-anim\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:13:\"display:block\";i:1;s:11:\"height:auto\";i:2;s:14:\"max-width:100%\";i:3;s:10:\"width:auto\";}}i:220;a:2:{i:0;a:4:{s:77:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:76:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:74:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:73:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:13:{i:0;s:80:\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\";i:1;s:8:\"bottom:0\";i:2;s:21:\"box-sizing:border-box\";i:3;s:10:\"color:#fff\";i:4;s:14:\"font-size:.8em\";i:5;s:8:\"margin:0\";i:6;s:15:\"max-height:100%\";i:7;s:13:\"overflow:auto\";i:8;s:22:\"padding:3em .77em .7em\";i:9;s:17:\"position:absolute\";i:10;s:17:\"text-align:center\";i:11;s:10:\"width:100%\";i:12;s:9:\"z-index:2\";}}i:221;a:2:{i:0;a:8:{s:85:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:7:\"amp-img\";}}s:86:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:8:\"amp-anim\";}}s:84:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:7:\"amp-img\";}}s:85:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:8:\"amp-anim\";}}s:82:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:7:\"amp-img\";}}s:83:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:8:\"amp-anim\";}}s:81:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:7:\"amp-img\";}}s:82:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"display:inline\";}}i:222;a:2:{i:0;a:2:{s:55:\".blocks-gallery-grid:not(.has-nested-images) figcaption\";a:2:{i:1;a:1:{i:0;s:19:\"blocks-gallery-grid\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:52:\".wp-block-gallery:not(.has-nested-images) figcaption\";a:2:{i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:1\";}}i:223;a:2:{i:0;a:12:{s:79:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:1:\"a\";}}s:85:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:86:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:78:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:1:\"a\";}}s:84:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:85:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:76:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:1:\"a\";}}s:82:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:83:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:75:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:1:\"a\";}}s:81:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:82:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:6:\"flex:1\";i:1;s:11:\"height:100%\";i:2;s:16:\"object-fit:cover\";i:3;s:10:\"width:100%\";}}i:224;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-1\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-1\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-1\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-1\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:14:\"margin-right:0\";i:1;s:10:\"width:100%\";}}i:225;s:25:\"@media (min-width:600px){\";i:226;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-3\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-3\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-3\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-3\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:32:\"width:calc(33.33333% - .66667em)\";}}i:227;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-4\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-4\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-4\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-4\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:23:\"width:calc(25% - .75em)\";}}i:228;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-5\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-5\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-5\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-5\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:22:\"width:calc(20% - .8em)\";}}i:229;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-6\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-6\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-6\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-6\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:32:\"width:calc(16.66667% - .83333em)\";}}i:230;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-7\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-7\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-7\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-7\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:32:\"width:calc(14.28571% - .85714em)\";}}i:231;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-8\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-8\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-8\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-8\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:26:\"width:calc(12.5% - .875em)\";}}i:232;a:2:{i:0;a:32:{s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-1\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-1\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-2\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-2\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-3\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-3\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-4\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-4\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-5\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-5\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-6\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-6\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-7\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-7\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-8\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-8\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-1\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-1\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-2\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-2\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-3\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-3\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-4\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-4\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-5\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-5\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-6\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-6\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-7\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-7\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-8\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-8\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:233;s:1:\"}\";i:234;a:2:{i:0;a:4:{s:77:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}}s:76:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}}s:74:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}}s:73:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:235;a:2:{i:0;a:4:{s:54:\".blocks-gallery-grid:not(.has-nested-images).alignleft\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"alignleft\";}}s:55:\".blocks-gallery-grid:not(.has-nested-images).alignright\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"alignright\";}}s:51:\".wp-block-gallery:not(.has-nested-images).alignleft\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"alignleft\";}}s:52:\".wp-block-gallery:not(.has-nested-images).alignright\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:15:\"max-width:420px\";i:1;s:10:\"width:100%\";}}i:236;a:2:{i:0;a:2:{s:84:\".blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:11:\"aligncenter\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:81:\".wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:11:\"aligncenter\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:237;a:2:{i:0;a:1:{s:55:\".wp-block-gallery:not(.is-cropped) .blocks-gallery-item\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}}}i:1;a:1:{i:0;s:21:\"align-self:flex-start\";}}i:238;a:2:{i:0;a:1:{s:41:\"figure.wp-block-gallery.has-nested-images\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:18:\"align-items:normal\";}}i:239;a:2:{i:0;a:1:{s:80:\".wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:65:\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) / 2)\";}}i:240;a:2:{i:0;a:1:{s:57:\".wp-block-gallery.has-nested-images figure.wp-block-image\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:7:{i:0;s:21:\"box-sizing:border-box\";i:1;s:12:\"display:flex\";i:2;s:21:\"flex-direction:column\";i:3;s:11:\"flex-grow:1\";i:4;s:22:\"justify-content:center\";i:5;s:14:\"max-width:100%\";i:6;s:17:\"position:relative\";}}i:241;a:2:{i:0;a:2:{s:59:\".wp-block-gallery.has-nested-images figure.wp-block-image>a\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:61:\".wp-block-gallery.has-nested-images figure.wp-block-image>div\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:3:\"div\";}}}i:1;a:3:{i:0;s:21:\"flex-direction:column\";i:1;s:11:\"flex-grow:1\";i:2;s:8:\"margin:0\";}}i:242;a:2:{i:0;a:2:{s:65:\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:7:\"amp-img\";}}s:66:\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:8:\"amp-anim\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:11:\"height:auto\";i:2;s:10:\"width:auto\";}}i:243;a:2:{i:0;a:2:{s:87:\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:7:\"amp-img\";}}s:88:\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:244;a:2:{i:0;a:1:{s:68:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:17:{i:0;s:80:\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\";i:1;s:8:\"bottom:0\";i:2;s:21:\"box-sizing:border-box\";i:3;s:10:\"color:#fff\";i:4;s:14:\"font-size:13px\";i:5;s:6:\"left:0\";i:6;s:15:\"margin-bottom:0\";i:7;s:14:\"max-height:60%\";i:8;s:13:\"overflow:auto\";i:9;s:17:\"padding:0 8px 8px\";i:10;s:17:\"position:absolute\";i:11;s:43:\"scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)\";i:12;s:34:\"scrollbar-gutter:stable both-edges\";i:13;s:20:\"scrollbar-width:thin\";i:14;s:17:\"text-align:center\";i:15;s:10:\"width:100%\";i:16;s:21:\"will-change:transform\";}}i:245;a:2:{i:0;a:1:{s:87:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:2:{i:0;s:11:\"height:12px\";i:1;s:10:\"width:12px\";}}i:246;a:2:{i:0;a:1:{s:93:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:24:\"background-color:initial\";}}i:247;a:2:{i:0;a:1:{s:93:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:4:{i:0;s:27:\"background-clip:padding-box\";i:1;s:24:\"background-color:initial\";i:2;s:30:\"border:3px solid rgba(0,0,0,0)\";i:3;s:17:\"border-radius:8px\";}}i:248;a:2:{i:0;a:3:{s:106:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:99:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:99:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:37:\"background-color:rgba(255,255,255,.8)\";}}i:249;a:2:{i:0;a:3:{s:74:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:81:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:74:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:50:\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\";}}i:250;s:20:\"@media (hover:none){\";i:251;a:2:{i:0;a:1:{s:68:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:50:\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\";}}i:252;s:1:\"}\";i:253;a:2:{i:0;a:2:{s:76:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-img\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:3:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";i:2;s:7:\"amp-img\";}}s:77:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-anim\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:3:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";i:2;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"display:inline\";}}i:254;a:2:{i:0;a:1:{s:70:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption a\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:3:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";i:2;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:255;a:2:{i:0;a:2:{s:83:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-img\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:7:\"amp-img\";}}s:84:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-anim\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:256;a:2:{i:0;a:4:{s:77:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:79:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:3:\"div\";}}s:76:\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:16:\"is-style-rounded\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:78:\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:16:\"is-style-rounded\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:3:\"div\";}}}i:1;a:1:{i:0;s:13:\"flex:1 1 auto\";}}i:257;a:2:{i:0;a:2:{s:86:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:85:\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:16:\"is-style-rounded\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:6:{i:0;s:15:\"background:none\";i:1;s:13:\"color:inherit\";i:2;s:12:\"flex:initial\";i:3;s:8:\"margin:0\";i:4;s:21:\"padding:10px 10px 9px\";i:5;s:17:\"position:relative\";}}i:258;a:2:{i:0;a:1:{s:46:\".wp-block-gallery.has-nested-images figcaption\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:3:{i:0;s:15:\"flex-basis:100%\";i:1;s:11:\"flex-grow:1\";i:2;s:17:\"text-align:center\";}}i:259;a:2:{i:0;a:1:{s:97:\".wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:2:{i:0;s:18:\"margin-bottom:auto\";i:1;s:12:\"margin-top:0\";}}i:260;a:2:{i:0;a:1:{s:91:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:18:\"align-self:inherit\";}}i:261;a:2:{i:0;a:2:{s:93:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:122:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:3:\"div\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:262;a:2:{i:0;a:3:{s:93:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:99:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-img\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:7:\"amp-img\";}}s:100:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-anim\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:11:\"flex:1 0 0%\";i:1;s:11:\"height:100%\";i:2;s:16:\"object-fit:cover\";i:3;s:10:\"width:100%\";}}i:263;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-1\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:264;s:25:\"@media (min-width:600px){\";i:265;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-3\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:76:\"width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\";}}i:266;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-4\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:67:\"width:calc(25% - var(--wp--style--unstable-gallery-gap,16px) * .75)\";}}i:267;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-5\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:66:\"width:calc(20% - var(--wp--style--unstable-gallery-gap,16px) * .8)\";}}i:268;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-6\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:76:\"width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px) * .83333)\";}}i:269;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-7\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:76:\"width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px) * .85714)\";}}i:270;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-8\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:70:\"width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px) * .875)\";}}i:271;a:2:{i:0;a:1:{s:96:\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:15:\"columns-default\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:73:\"width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\";}}i:272;a:2:{i:0;a:2:{s:126:\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:15:\"columns-default\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:171:\".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)\";a:2:{i:1;a:5:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:15:\"columns-default\";i:3;s:14:\"wp-block-image\";i:4;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:6:\"figure\";}}}i:1;a:1:{i:0;s:66:\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) * .5)\";}}i:273;a:2:{i:0;a:1:{s:119:\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:15:\"columns-default\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:274;s:1:\"}\";i:275;a:2:{i:0;a:2:{s:45:\".wp-block-gallery.has-nested-images.alignleft\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"alignleft\";}}s:46:\".wp-block-gallery.has-nested-images.alignright\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:15:\"max-width:420px\";i:1;s:10:\"width:100%\";}}i:276;a:2:{i:0;a:1:{s:47:\".wp-block-gallery.has-nested-images.aligncenter\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:277;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:21:\"box-sizing:border-box\";}}i:278;a:2:{i:0;a:1:{s:60:\":where(.wp-block-group.wp-block-group-is-layout-constrained)\";a:0:{}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:279;a:2:{i:0;a:6:{s:17:\"h1.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\"h2.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\"h3.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\"h4.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\"h5.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\"h6.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:280;a:2:{i:0;a:12:{s:107:\"h1.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:108:\"h1.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:107:\"h2.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:108:\"h2.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:107:\"h3.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:108:\"h3.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:107:\"h4.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:108:\"h4.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:107:\"h5.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:108:\"h5.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:107:\"h6.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h6\";}}s:108:\"h6.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:13:\"rotate:180deg\";}}i:281;a:2:{i:0;a:2:{s:23:\".wp-block-image amp-img\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:24:\".wp-block-image amp-anim\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:21:\"box-sizing:border-box\";i:1;s:11:\"height:auto\";i:2;s:14:\"max-width:100%\";i:3;s:21:\"vertical-align:bottom\";}}i:282;a:2:{i:0;a:3:{s:63:\".wp-block-image[data-amp-original-style*=border-radius] amp-img\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:64:\".wp-block-image[data-amp-original-style*=border-radius] amp-anim\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:57:\".wp-block-image[data-amp-original-style*=border-radius]>a\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:21:\"border-radius:inherit\";}}i:283;a:2:{i:0;a:2:{s:41:\".wp-block-image.has-custom-border amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:17:\"has-custom-border\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:42:\".wp-block-image.has-custom-border amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:17:\"has-custom-border\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:284;a:2:{i:0;a:1:{s:27:\".wp-block-image.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:285;a:2:{i:0;a:4:{s:33:\".wp-block-image.alignfull amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:34:\".wp-block-image.alignfull amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:33:\".wp-block-image.alignwide amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:34:\".wp-block-image.alignwide amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:11:\"height:auto\";i:1;s:10:\"width:100%\";}}i:286;a:2:{i:0;a:6:{s:28:\".wp-block-image .aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}}s:26:\".wp-block-image .alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}}s:27:\".wp-block-image .alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}}s:27:\".wp-block-image.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}}s:25:\".wp-block-image.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-image.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:13:\"display:table\";}}i:287;a:2:{i:0;a:6:{s:39:\".wp-block-image .aligncenter>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:37:\".wp-block-image .alignleft>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:38:\".wp-block-image .alignright>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:38:\".wp-block-image.aligncenter>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:36:\".wp-block-image.alignleft>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:37:\".wp-block-image.alignright>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:2:{i:0;s:19:\"caption-side:bottom\";i:1;s:21:\"display:table-caption\";}}i:288;a:2:{i:0;a:1:{s:26:\".wp-block-image .alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}}}i:1;a:2:{i:0;s:10:\"float:left\";i:1;s:22:\"margin:.5em 1em .5em 0\";}}i:289;a:2:{i:0;a:1:{s:27:\".wp-block-image .alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:11:\"float:right\";i:1;s:22:\"margin:.5em 0 .5em 1em\";}}i:290;a:2:{i:0;a:1:{s:28:\".wp-block-image .aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:291;a:2:{i:0;a:1:{s:34:\".wp-block-image :where(figcaption)\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:292;a:2:{i:0;a:2:{s:44:\".wp-block-image.is-style-circle-mask amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:20:\"is-style-circle-mask\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:45:\".wp-block-image.is-style-circle-mask amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:20:\"is-style-circle-mask\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:20:\"border-radius:9999px\";}}i:293;s:88:\"@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){\";i:294;a:2:{i:0;a:2:{s:44:\".wp-block-image.is-style-circle-mask amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:20:\"is-style-circle-mask\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:45:\".wp-block-image.is-style-circle-mask amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:20:\"is-style-circle-mask\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:10:{i:0;s:15:\"border-radius:0\";i:1;s:160:\"-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>\")\";i:2;s:152:\"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>\")\";i:3;s:15:\"mask-mode:alpha\";i:4;s:28:\"-webkit-mask-position:center\";i:5;s:20:\"mask-position:center\";i:6;s:29:\"-webkit-mask-repeat:no-repeat\";i:7;s:21:\"mask-repeat:no-repeat\";i:8;s:25:\"-webkit-mask-size:contain\";i:9;s:17:\"mask-size:contain\";}}i:295;s:1:\"}\";i:296;a:2:{i:0;a:1:{s:22:\".wp-block-image figure\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:297;a:2:{i:0;a:1:{s:22:\".wp-lightbox-container\";a:1:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}}}i:1;a:3:{i:0;s:12:\"display:flex\";i:1;s:21:\"flex-direction:column\";i:2;s:17:\"position:relative\";}}i:298;a:2:{i:0;a:2:{s:30:\".wp-lightbox-container amp-img\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:31:\".wp-lightbox-container amp-anim\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"cursor:zoom-in\";}}i:299;a:2:{i:0;a:2:{s:43:\".wp-lightbox-container amp-img:hover+button\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:44:\".wp-lightbox-container amp-anim:hover+button\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:300;a:2:{i:0;a:1:{s:29:\".wp-lightbox-container button\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:19:{i:0;s:18:\"align-items:center\";i:1;s:49:\"-webkit-backdrop-filter:blur(16px) saturate(180%)\";i:2;s:41:\"backdrop-filter:blur(16px) saturate(180%)\";i:3;s:35:\"background-color:rgba(90,90,90,.25)\";i:4;s:11:\"border:none\";i:5;s:17:\"border-radius:4px\";i:6;s:14:\"cursor:zoom-in\";i:7;s:12:\"display:flex\";i:8;s:11:\"height:20px\";i:9;s:22:\"justify-content:center\";i:10;s:9:\"opacity:0\";i:11;s:9:\"padding:0\";i:12;s:17:\"position:absolute\";i:13;s:10:\"right:16px\";i:14;s:17:\"text-align:center\";i:15;s:8:\"top:16px\";i:16;s:27:\"transition:opacity .2s ease\";i:17;s:10:\"width:20px\";i:18;s:11:\"z-index:100\";}}i:301;a:2:{i:0;a:1:{s:43:\".wp-lightbox-container button:focus-visible\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:3:{i:0;s:35:\"outline:3px auto rgba(90,90,90,.25)\";i:1;s:41:\"outline:3px auto -webkit-focus-ring-color\";i:2;s:18:\"outline-offset:3px\";}}i:302;a:2:{i:0;a:1:{s:35:\".wp-lightbox-container button:hover\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:2:{i:0;s:14:\"cursor:pointer\";i:1;s:9:\"opacity:1\";}}i:303;a:2:{i:0;a:1:{s:35:\".wp-lightbox-container button:focus\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:304;a:2:{i:0;a:3:{s:35:\".wp-lightbox-container button:focus\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}s:35:\".wp-lightbox-container button:hover\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}s:75:\".wp-lightbox-container button:not(:hover):not(:active):not(.has-background)\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:2:{i:0;s:35:\"background-color:rgba(90,90,90,.25)\";i:1;s:11:\"border:none\";}}i:305;a:2:{i:0;a:1:{s:20:\".wp-lightbox-overlay\";a:1:{i:1;a:1:{i:0;s:19:\"wp-lightbox-overlay\";}}}i:1;a:10:{i:0;s:21:\"box-sizing:border-box\";i:1;s:15:\"cursor:zoom-out\";i:2;s:12:\"height:100vh\";i:3;s:6:\"left:0\";i:4;s:15:\"overflow:hidden\";i:5;s:14:\"position:fixed\";i:6;s:5:\"top:0\";i:7;s:17:\"visibility:hidden\";i:8;s:10:\"width:100%\";i:9;s:14:\"z-index:100000\";}}i:306;a:2:{i:0;a:1:{s:34:\".wp-lightbox-overlay .close-button\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:12:\"close-button\";}}}i:1;a:11:{i:0;s:18:\"align-items:center\";i:1;s:14:\"cursor:pointer\";i:2;s:12:\"display:flex\";i:3;s:22:\"justify-content:center\";i:4;s:15:\"min-height:40px\";i:5;s:14:\"min-width:40px\";i:6;s:9:\"padding:0\";i:7;s:17:\"position:absolute\";i:8;s:45:\"right:calc(env(safe-area-inset-right) + 16px)\";i:9;s:41:\"top:calc(env(safe-area-inset-top) + 16px)\";i:10;s:15:\"z-index:5000000\";}}i:307;a:2:{i:0;a:3:{s:40:\".wp-lightbox-overlay .close-button:focus\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:12:\"close-button\";}}s:40:\".wp-lightbox-overlay .close-button:hover\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:12:\"close-button\";}}s:80:\".wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background)\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:12:\"close-button\";}}}i:1;a:2:{i:0;s:15:\"background:none\";i:1;s:11:\"border:none\";}}i:308;a:2:{i:0;a:1:{s:46:\".wp-lightbox-overlay .lightbox-image-container\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:24:\"lightbox-image-container\";}}}i:1;a:9:{i:0;s:43:\"height:var(--wp--lightbox-container-height)\";i:1;s:8:\"left:50%\";i:2;s:15:\"overflow:hidden\";i:3;s:17:\"position:absolute\";i:4;s:7:\"top:50%\";i:5;s:30:\"transform:translate(-50%,-50%)\";i:6;s:25:\"transform-origin:top left\";i:7;s:41:\"width:var(--wp--lightbox-container-width)\";i:8;s:18:\"z-index:9999999999\";}}i:309;a:2:{i:0;a:1:{s:36:\".wp-lightbox-overlay .wp-block-image\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:14:\"wp-block-image\";}}}i:1;a:10:{i:0;s:18:\"align-items:center\";i:1;s:21:\"box-sizing:border-box\";i:2;s:12:\"display:flex\";i:3;s:11:\"height:100%\";i:4;s:22:\"justify-content:center\";i:5;s:8:\"margin:0\";i:6;s:17:\"position:relative\";i:7;s:20:\"transform-origin:0 0\";i:8;s:10:\"width:100%\";i:9;s:15:\"z-index:3000000\";}}i:310;a:2:{i:0;a:2:{s:44:\".wp-lightbox-overlay .wp-block-image amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:45:\".wp-lightbox-overlay .wp-block-image amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:39:\"height:var(--wp--lightbox-image-height)\";i:1;s:43:\"min-height:var(--wp--lightbox-image-height)\";i:2;s:41:\"min-width:var(--wp--lightbox-image-width)\";i:3;s:37:\"width:var(--wp--lightbox-image-width)\";}}i:311;a:2:{i:0;a:1:{s:47:\".wp-lightbox-overlay .wp-block-image figcaption\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:312;a:2:{i:0;a:1:{s:27:\".wp-lightbox-overlay button\";a:2:{i:1;a:1:{i:0;s:19:\"wp-lightbox-overlay\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:2:{i:0;s:15:\"background:none\";i:1;s:11:\"border:none\";}}i:313;a:2:{i:0;a:1:{s:27:\".wp-lightbox-overlay .scrim\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:5:\"scrim\";}}}i:1;a:6:{i:0;s:21:\"background-color:#fff\";i:1;s:11:\"height:100%\";i:2;s:10:\"opacity:.9\";i:3;s:17:\"position:absolute\";i:4;s:10:\"width:100%\";i:5;s:15:\"z-index:2000000\";}}i:314;a:2:{i:0;a:1:{s:27:\".wp-lightbox-overlay.active\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:6:\"active\";}}}i:1;a:2:{i:0;s:38:\"animation:turn-on-visibility .25s both\";i:1;s:18:\"visibility:visible\";}}i:315;a:2:{i:0;a:2:{s:35:\".wp-lightbox-overlay.active amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:6:\"active\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:36:\".wp-lightbox-overlay.active amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:6:\"active\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:38:\"animation:turn-on-visibility .35s both\";}}i:316;a:2:{i:0;a:1:{s:56:\".wp-lightbox-overlay.show-closing-animation:not(.active)\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:22:\"show-closing-animation\";}}}i:1;a:1:{i:0;s:39:\"animation:turn-off-visibility .35s both\";}}i:317;a:2:{i:0;a:2:{s:64:\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:22:\"show-closing-animation\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:65:\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:22:\"show-closing-animation\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:39:\"animation:turn-off-visibility .25s both\";}}i:318;s:46:\"@media (prefers-reduced-motion:no-preference){\";i:319;a:2:{i:0;a:1:{s:32:\".wp-lightbox-overlay.zoom.active\";a:1:{i:1;a:3:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";}}}i:1;a:3:{i:0;s:14:\"animation:none\";i:1;s:9:\"opacity:1\";i:2;s:18:\"visibility:visible\";}}i:320;a:2:{i:0;a:1:{s:58:\".wp-lightbox-overlay.zoom.active .lightbox-image-container\";a:1:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";i:3;s:24:\"lightbox-image-container\";}}}i:1;a:1:{i:0;s:30:\"animation:lightbox-zoom-in .4s\";}}i:321;a:2:{i:0;a:2:{s:66:\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-img\";a:2:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";i:3;s:24:\"lightbox-image-container\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:67:\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-anim\";a:2:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";i:3;s:24:\"lightbox-image-container\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"animation:none\";}}i:322;a:2:{i:0;a:1:{s:39:\".wp-lightbox-overlay.zoom.active .scrim\";a:1:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";i:3;s:5:\"scrim\";}}}i:1;a:1:{i:0;s:41:\"animation:turn-on-visibility .4s forwards\";}}i:323;a:2:{i:0;a:1:{s:61:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active)\";a:1:{i:1;a:3:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";}}}i:1;a:1:{i:0;s:14:\"animation:none\";}}i:324;a:2:{i:0;a:1:{s:87:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container\";a:1:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";i:3;s:24:\"lightbox-image-container\";}}}i:1;a:1:{i:0;s:31:\"animation:lightbox-zoom-out .4s\";}}i:325;a:2:{i:0;a:2:{s:95:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-img\";a:2:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";i:3;s:24:\"lightbox-image-container\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:96:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-anim\";a:2:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";i:3;s:24:\"lightbox-image-container\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"animation:none\";}}i:326;a:2:{i:0;a:1:{s:68:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim\";a:1:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";i:3;s:5:\"scrim\";}}}i:1;a:1:{i:0;s:42:\"animation:turn-off-visibility .4s forwards\";}}i:327;s:1:\"}\";i:328;s:30:\"@keyframes turn-on-visibility{\";i:329;s:13:\"0%{opacity:0}\";i:330;s:13:\"to{opacity:1}\";i:331;s:32:\"}@keyframes turn-off-visibility{\";i:332;s:32:\"0%{opacity:1;visibility:visible}\";i:333;s:33:\"99%{opacity:0;visibility:visible}\";i:334;s:31:\"to{opacity:0;visibility:hidden}\";i:335;s:29:\"}@keyframes lightbox-zoom-in{\";i:336;s:215:\"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))}\";i:337;s:43:\"to{transform:translate(-50%,-50%) scale(1)}\";i:338;s:30:\"}@keyframes lightbox-zoom-out{\";i:339;s:62:\"0%{transform:translate(-50%,-50%) scale(1);visibility:visible}\";i:340;s:23:\"99%{visibility:visible}\";i:341;s:233:\"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}\";i:342;s:1:\"}\";i:343;a:2:{i:0;a:1:{s:27:\"ol.wp-block-latest-comments\";a:2:{i:1;a:1:{i:0;s:24:\"wp-block-latest-comments\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"margin-left:0\";}}i:344;a:2:{i:0;a:1:{s:112:\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment))\";a:0:{}}i:1;a:1:{i:0;s:15:\"line-height:1.1\";}}i:345;a:2:{i:0;a:1:{s:122:\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p))\";a:0:{}}i:1;a:1:{i:0;s:15:\"line-height:1.8\";}}i:346;a:2:{i:0;a:2:{s:88:\".has-dates :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\";a:1:{i:1;a:1:{i:0;s:9:\"has-dates\";}}s:91:\".has-excerpts :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\";a:1:{i:1;a:1:{i:0;s:12:\"has-excerpts\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.5\";}}i:347;a:2:{i:0;a:1:{s:51:\".wp-block-latest-comments .wp-block-latest-comments\";a:1:{i:1;a:2:{i:0;s:24:\"wp-block-latest-comments\";i:1;s:24:\"wp-block-latest-comments\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:348;a:2:{i:0;a:1:{s:34:\".wp-block-latest-comments__comment\";a:1:{i:1;a:1:{i:0;s:33:\"wp-block-latest-comments__comment\";}}}i:1;a:2:{i:0;s:15:\"list-style:none\";i:1;s:17:\"margin-bottom:1em\";}}i:349;a:2:{i:0;a:1:{s:47:\".has-avatars .wp-block-latest-comments__comment\";a:1:{i:1;a:2:{i:0;s:11:\"has-avatars\";i:1;s:33:\"wp-block-latest-comments__comment\";}}}i:1;a:2:{i:0;s:15:\"list-style:none\";i:1;s:17:\"min-height:2.25em\";}}i:350;a:2:{i:0;a:2:{s:90:\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt\";a:1:{i:1;a:3:{i:0;s:11:\"has-avatars\";i:1;s:33:\"wp-block-latest-comments__comment\";i:2;s:41:\"wp-block-latest-comments__comment-excerpt\";}}s:87:\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta\";a:1:{i:1;a:3:{i:0;s:11:\"has-avatars\";i:1;s:33:\"wp-block-latest-comments__comment\";i:2;s:38:\"wp-block-latest-comments__comment-meta\";}}}i:1;a:1:{i:0;s:18:\"margin-left:3.25em\";}}i:351;a:2:{i:0;a:1:{s:44:\".wp-block-latest-comments__comment-excerpt p\";a:2:{i:1;a:1:{i:0;s:41:\"wp-block-latest-comments__comment-excerpt\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:16:\"font-size:.875em\";i:1;s:20:\"margin:.36em 0 1.4em\";}}i:352;a:2:{i:0;a:1:{s:39:\".wp-block-latest-comments__comment-date\";a:1:{i:1;a:1:{i:0;s:38:\"wp-block-latest-comments__comment-date\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:15:\"font-size:.75em\";}}i:353;a:2:{i:0;a:2:{s:33:\".wp-block-latest-comments .avatar\";a:1:{i:1;a:2:{i:0;s:24:\"wp-block-latest-comments\";i:1;s:6:\"avatar\";}}s:41:\".wp-block-latest-comments__comment-avatar\";a:1:{i:1;a:1:{i:0;s:40:\"wp-block-latest-comments__comment-avatar\";}}}i:1;a:6:{i:0;s:19:\"border-radius:1.5em\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:12:\"height:2.5em\";i:4;s:18:\"margin-right:.75em\";i:5;s:11:\"width:2.5em\";}}i:354;a:2:{i:0;a:2:{s:46:\".wp-block-latest-comments[class*=-font-size] a\";a:3:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:24:\"wp-block-latest-comments\";}i:0;a:1:{i:0;s:1:\"a\";}}s:63:\".wp-block-latest-comments[data-amp-original-style*=font-size] a\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:24:\"wp-block-latest-comments\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:17:\"font-size:inherit\";}}i:355;a:2:{i:0;a:1:{s:22:\".wp-block-latest-posts\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-latest-posts\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:356;a:2:{i:0;a:1:{s:32:\".wp-block-latest-posts.alignleft\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:16:\"margin-right:2em\";}}i:357;a:2:{i:0;a:1:{s:33:\".wp-block-latest-posts.alignright\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:15:\"margin-left:2em\";}}i:358;a:2:{i:0;a:1:{s:50:\".wp-block-latest-posts.wp-block-latest-posts__list\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:27:\"wp-block-latest-posts__list\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:359;a:2:{i:0;a:1:{s:53:\".wp-block-latest-posts.wp-block-latest-posts__list li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:27:\"wp-block-latest-posts__list\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:10:\"clear:both\";i:1;s:24:\"overflow-wrap:break-word\";}}i:360;a:2:{i:0;a:1:{s:30:\".wp-block-latest-posts.is-grid\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:7:\"is-grid\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";}}i:361;a:2:{i:0;a:1:{s:33:\".wp-block-latest-posts.is-grid li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:7:\"is-grid\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:24:\"margin:0 1.25em 1.25em 0\";i:1;s:10:\"width:100%\";}}i:362;s:25:\"@media (min-width:600px){\";i:363;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-2 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-2\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:24:\"width:calc(50% - .625em)\";}}i:364;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-2 li:nth-child(2n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-2\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:365;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-3 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-3\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:32:\"width:calc(33.33333% - .83333em)\";}}i:366;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-3 li:nth-child(3n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-3\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:367;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-4 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-4\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:25:\"width:calc(25% - .9375em)\";}}i:368;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-4 li:nth-child(4n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-4\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:369;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-5 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-5\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(20% - 1em)\";}}i:370;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-5 li:nth-child(5n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-5\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:371;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-6 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-6\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:33:\"width:calc(16.66667% - 1.04167em)\";}}i:372;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-6 li:nth-child(6n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-6\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:373;s:1:\"}\";i:374;a:2:{i:0;a:1:{s:44:\":root :where(.wp-block-latest-posts.is-grid)\";a:0:{}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:375;a:2:{i:0;a:1:{s:64:\":root :where(.wp-block-latest-posts.wp-block-latest-posts__list)\";a:0:{}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:376;a:2:{i:0;a:2:{s:35:\".wp-block-latest-posts__post-author\";a:1:{i:1;a:1:{i:0;s:34:\"wp-block-latest-posts__post-author\";}}s:33:\".wp-block-latest-posts__post-date\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-latest-posts__post-date\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:17:\"font-size:.8125em\";}}i:377;a:2:{i:0;a:1:{s:36:\".wp-block-latest-posts__post-excerpt\";a:1:{i:1;a:1:{i:0;s:35:\"wp-block-latest-posts__post-excerpt\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:378;a:2:{i:0;a:1:{s:40:\".wp-block-latest-posts__featured-image a\";a:2:{i:1;a:1:{i:0;s:37:\"wp-block-latest-posts__featured-image\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:379;a:2:{i:0;a:2:{s:46:\".wp-block-latest-posts__featured-image amp-img\";a:2:{i:1;a:1:{i:0;s:37:\"wp-block-latest-posts__featured-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:47:\".wp-block-latest-posts__featured-image amp-anim\";a:2:{i:1;a:1:{i:0;s:37:\"wp-block-latest-posts__featured-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:3:{i:0;s:11:\"height:auto\";i:1;s:14:\"max-width:100%\";i:2;s:10:\"width:auto\";}}i:380;a:2:{i:0;a:1:{s:48:\".wp-block-latest-posts__featured-image.alignleft\";a:1:{i:1;a:2:{i:0;s:37:\"wp-block-latest-posts__featured-image\";i:1;s:9:\"alignleft\";}}}i:1;a:2:{i:0;s:10:\"float:left\";i:1;s:16:\"margin-right:1em\";}}i:381;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts__featured-image.alignright\";a:1:{i:1;a:2:{i:0;s:37:\"wp-block-latest-posts__featured-image\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:11:\"float:right\";i:1;s:15:\"margin-left:1em\";}}i:382;a:2:{i:0;a:1:{s:50:\".wp-block-latest-posts__featured-image.aligncenter\";a:1:{i:1;a:2:{i:0;s:37:\"wp-block-latest-posts__featured-image\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:17:\"text-align:center\";}}i:383;a:2:{i:0;a:2:{s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:384;a:2:{i:0;a:1:{s:20:\".wp-block-media-text\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-media-text\";}}}i:1;a:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"direction:ltr\";i:2;s:12:\"display:grid\";i:3;s:29:\"grid-template-columns:50% 1fr\";i:4;s:23:\"grid-template-rows:auto\";}}i:385;a:2:{i:0;a:1:{s:43:\".wp-block-media-text.has-media-on-the-right\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:22:\"has-media-on-the-right\";}}}i:1;a:1:{i:0;s:29:\"grid-template-columns:1fr 50%\";}}i:386;a:2:{i:0;a:2:{s:76:\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:25:\"is-vertically-aligned-top\";i:2;s:28:\"wp-block-media-text__content\";}}s:74:\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:25:\"is-vertically-aligned-top\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:1:{i:0;s:16:\"align-self:start\";}}i:387;a:2:{i:0;a:4:{s:79:\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"is-vertically-aligned-center\";i:2;s:28:\"wp-block-media-text__content\";}}s:77:\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"is-vertically-aligned-center\";i:2;s:26:\"wp-block-media-text__media\";}}s:50:\".wp-block-media-text>.wp-block-media-text__content\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"wp-block-media-text__content\";}}s:48:\".wp-block-media-text>.wp-block-media-text__media\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}}}i:1;a:1:{i:0;s:17:\"align-self:center\";}}i:388;a:2:{i:0;a:2:{s:79:\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"is-vertically-aligned-bottom\";i:2;s:28:\"wp-block-media-text__content\";}}s:77:\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"is-vertically-aligned-bottom\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:1:{i:0;s:14:\"align-self:end\";}}i:389;a:2:{i:0;a:1:{s:48:\".wp-block-media-text>.wp-block-media-text__media\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}}}i:1;a:3:{i:0;s:13:\"grid-column:1\";i:1;s:10:\"grid-row:1\";i:2;s:8:\"margin:0\";}}i:390;a:2:{i:0;a:1:{s:50:\".wp-block-media-text>.wp-block-media-text__content\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"wp-block-media-text__content\";}}}i:1;a:5:{i:0;s:13:\"direction:ltr\";i:1;s:13:\"grid-column:2\";i:2;s:10:\"grid-row:1\";i:3;s:12:\"padding:0 8%\";i:4;s:21:\"word-break:break-word\";}}i:391;a:2:{i:0;a:1:{s:71:\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:22:\"has-media-on-the-right\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:2:{i:0;s:13:\"grid-column:2\";i:1;s:10:\"grid-row:1\";}}i:392;a:2:{i:0;a:1:{s:73:\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:22:\"has-media-on-the-right\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:2:{i:0;s:13:\"grid-column:1\";i:1;s:10:\"grid-row:1\";}}i:393;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:4:{i:0;s:11:\"height:auto\";i:1;s:15:\"max-width:unset\";i:2;s:21:\"vertical-align:middle\";i:3;s:10:\"width:100%\";}}i:394;a:2:{i:0;a:1:{s:62:\".wp-block-media-text.is-image-fill>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:13:\"is-image-fill\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:3:{i:0;s:21:\"background-size:cover\";i:1;s:11:\"height:100%\";i:2;s:16:\"min-height:250px\";}}i:395;a:2:{i:0;a:1:{s:64:\".wp-block-media-text.is-image-fill>.wp-block-media-text__media>a\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:13:\"is-image-fill\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:11:\"height:100%\";}}i:396;a:2:{i:0;a:2:{s:70:\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-img\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:13:\"is-image-fill\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:71:\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-anim\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:13:\"is-image-fill\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:8:{i:0;s:10:\"height:1px\";i:1;s:11:\"margin:-1px\";i:2;s:15:\"overflow:hidden\";i:3;s:9:\"padding:0\";i:4;s:17:\"position:absolute\";i:5;s:9:\"width:1px\";i:6;s:18:\"clip:rect(0,0,0,0)\";i:7;s:8:\"border:0\";}}i:397;s:25:\"@media (max-width:600px){\";i:398;a:2:{i:0;a:1:{s:61:\".wp-block-media-text.is-stacked-on-mobile:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:20:\"is-stacked-on-mobile\";}}}i:1;a:1:{i:0;s:26:\"grid-template-columns:100%\";}}i:399;a:2:{i:0;a:1:{s:69:\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:20:\"is-stacked-on-mobile\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:2:{i:0;s:13:\"grid-column:1\";i:1;s:10:\"grid-row:1\";}}i:400;a:2:{i:0;a:1:{s:71:\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:20:\"is-stacked-on-mobile\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:2:{i:0;s:13:\"grid-column:1\";i:1;s:10:\"grid-row:2\";}}i:401;s:1:\"}\";i:402;a:2:{i:0;a:1:{s:20:\".wp-block-navigation\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}}}i:1;a:6:{i:0;s:17:\"position:relative\";i:1;s:52:\"--navigation-layout-justification-setting:flex-start\";i:2;s:33:\"--navigation-layout-direction:row\";i:3;s:29:\"--navigation-layout-wrap:wrap\";i:4;s:38:\"--navigation-layout-justify:flex-start\";i:5;s:32:\"--navigation-layout-align:center\";}}i:403;a:2:{i:0;a:1:{s:23:\".wp-block-navigation ul\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:15:\"margin-bottom:0\";i:1;s:13:\"margin-left:0\";i:2;s:12:\"margin-top:0\";i:3;s:14:\"padding-left:0\";}}i:404;a:2:{i:0;a:2:{s:23:\".wp-block-navigation ul\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:26:\".wp-block-navigation ul li\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"list-style:none\";i:1;s:9:\"padding:0\";}}i:405;a:2:{i:0;a:1:{s:46:\".wp-block-navigation .wp-block-navigation-item\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:24:\"wp-block-navigation-item\";}}}i:1;a:3:{i:0;s:18:\"align-items:center\";i:1;s:12:\"display:flex\";i:2;s:17:\"position:relative\";}}i:406;a:2:{i:0;a:1:{s:92:\".wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:24:\"wp-block-navigation-item\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:407;a:2:{i:0;a:1:{s:55:\".wp-block-navigation .wp-block-navigation-item__content\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:408;a:2:{i:0;a:1:{s:89:\".wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:33:\"wp-block-navigation-item__content\";i:2;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:409;a:2:{i:0;a:3:{s:85:\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"has-text-decoration-underline\";i:2;s:33:\"wp-block-navigation-item__content\";}}s:92:\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"has-text-decoration-underline\";i:2;s:33:\"wp-block-navigation-item__content\";}}s:91:\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"has-text-decoration-underline\";i:2;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:25:\"text-decoration:underline\";}}i:410;a:2:{i:0;a:3:{s:88:\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:32:\"has-text-decoration-line-through\";i:2;s:33:\"wp-block-navigation-item__content\";}}s:95:\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:32:\"has-text-decoration-line-through\";i:2;s:33:\"wp-block-navigation-item__content\";}}s:94:\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:32:\"has-text-decoration-line-through\";i:2;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:28:\"text-decoration:line-through\";}}i:411;a:2:{i:0;a:3:{s:30:\".wp-block-navigation :where(a)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}}s:37:\".wp-block-navigation :where(a:active)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}}s:36:\".wp-block-navigation :where(a:focus)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:412;a:2:{i:0;a:1:{s:55:\".wp-block-navigation .wp-block-navigation__submenu-icon\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:11:{i:0;s:17:\"align-self:center\";i:1;s:24:\"background-color:inherit\";i:2;s:11:\"border:none\";i:3;s:18:\"color:currentColor\";i:4;s:20:\"display:inline-block\";i:5;s:17:\"font-size:inherit\";i:6;s:11:\"height:.6em\";i:7;s:13:\"line-height:0\";i:8;s:17:\"margin-left:.25em\";i:9;s:9:\"padding:0\";i:10;s:10:\"width:.6em\";}}i:413;a:2:{i:0;a:1:{s:59:\".wp-block-navigation .wp-block-navigation__submenu-icon svg\";a:2:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:33:\"wp-block-navigation__submenu-icon\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:5:{i:0;s:20:\"display:inline-block\";i:1;s:19:\"stroke:currentColor\";i:2;s:14:\"height:inherit\";i:3;s:17:\"margin-top:.075em\";i:4;s:13:\"width:inherit\";}}i:414;a:2:{i:0;a:1:{s:32:\".wp-block-navigation.is-vertical\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:11:\"is-vertical\";}}}i:1;a:3:{i:0;s:36:\"--navigation-layout-direction:column\";i:1;s:35:\"--navigation-layout-justify:initial\";i:2;s:36:\"--navigation-layout-align:flex-start\";}}i:415;a:2:{i:0;a:1:{s:28:\".wp-block-navigation.no-wrap\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:7:\"no-wrap\";}}}i:1;a:1:{i:0;s:31:\"--navigation-layout-wrap:nowrap\";}}i:416;a:2:{i:0;a:1:{s:43:\".wp-block-navigation.items-justified-center\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:22:\"items-justified-center\";}}}i:1;a:2:{i:0;s:48:\"--navigation-layout-justification-setting:center\";i:1;s:34:\"--navigation-layout-justify:center\";}}i:417;a:2:{i:0;a:1:{s:55:\".wp-block-navigation.items-justified-center.is-vertical\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:22:\"items-justified-center\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:32:\"--navigation-layout-align:center\";}}i:418;a:2:{i:0;a:1:{s:42:\".wp-block-navigation.items-justified-right\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";}}}i:1;a:2:{i:0;s:50:\"--navigation-layout-justification-setting:flex-end\";i:1;s:36:\"--navigation-layout-justify:flex-end\";}}i:419;a:2:{i:0;a:1:{s:54:\".wp-block-navigation.items-justified-right.is-vertical\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:34:\"--navigation-layout-align:flex-end\";}}i:420;a:2:{i:0;a:1:{s:50:\".wp-block-navigation.items-justified-space-between\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";}}}i:1;a:2:{i:0;s:55:\"--navigation-layout-justification-setting:space-between\";i:1;s:41:\"--navigation-layout-justify:space-between\";}}i:421;a:2:{i:0;a:1:{s:71:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:15:{i:0;s:18:\"align-items:normal\";i:1;s:24:\"background-color:inherit\";i:2;s:13:\"color:inherit\";i:3;s:12:\"display:flex\";i:4;s:21:\"flex-direction:column\";i:5;s:8:\"height:0\";i:6;s:9:\"left:-1px\";i:7;s:9:\"opacity:0\";i:8;s:15:\"overflow:hidden\";i:9;s:17:\"position:absolute\";i:10;s:8:\"top:100%\";i:11;s:29:\"transition:opacity .1s linear\";i:12;s:17:\"visibility:hidden\";i:13;s:7:\"width:0\";i:14;s:9:\"z-index:2\";}}i:422;a:2:{i:0;a:1:{s:132:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:24:\"wp-block-navigation-item\";i:4;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:11:\"flex-grow:1\";}}i:423;a:2:{i:0;a:1:{s:167:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:24:\"wp-block-navigation-item\";i:4;s:33:\"wp-block-navigation-item__content\";i:5;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:14:\"margin-right:0\";}}i:424;a:2:{i:0;a:1:{s:106:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:425;s:25:\"@media (min-width:782px){\";i:426;a:2:{i:0;a:1:{s:111:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:100%\";i:1;s:8:\"top:-1px\";}}i:427;a:2:{i:0;a:1:{s:118:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:7:{i:0;s:24:\"background:rgba(0,0,0,0)\";i:1;s:10:\"content:\"\"\";i:2;s:13:\"display:block\";i:3;s:11:\"height:100%\";i:4;s:17:\"position:absolute\";i:5;s:10:\"right:100%\";i:6;s:10:\"width:.5em\";}}i:428;a:2:{i:0;a:1:{s:106:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:1:{i:0;s:18:\"margin-right:.25em\";}}i:429;a:2:{i:0;a:1:{s:110:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg\";a:2:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:33:\"wp-block-navigation__submenu-icon\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:24:\"transform:rotate(-90deg)\";}}i:430;s:1:\"}\";i:431;a:2:{i:0;a:3:{s:128:\".wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container\";a:2:{i:3;a:1:{i:0;s:13:\"aria-expanded\";}i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:35:\"wp-block-navigation-submenu__toggle\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}s:97:\".wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}s:130:\".wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:6:{i:0;s:11:\"height:auto\";i:1;s:15:\"min-width:200px\";i:2;s:9:\"opacity:1\";i:3;s:16:\"overflow:visible\";i:4;s:18:\"visibility:visible\";i:5;s:10:\"width:auto\";}}i:432;a:2:{i:0;a:1:{s:86:\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:14:\"has-background\";i:2;s:9:\"has-child\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:6:\"left:0\";i:1;s:8:\"top:100%\";}}i:433;s:25:\"@media (min-width:782px){\";i:434;a:2:{i:0;a:1:{s:126:\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:14:\"has-background\";i:2;s:9:\"has-child\";i:3;s:38:\"wp-block-navigation__submenu-container\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:100%\";i:1;s:5:\"top:0\";}}i:435;s:1:\"}\";i:436;a:2:{i:0;a:1:{s:28:\".wp-block-navigation-submenu\";a:1:{i:1;a:1:{i:0;s:27:\"wp-block-navigation-submenu\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:17:\"position:relative\";}}i:437;a:2:{i:0;a:1:{s:67:\".wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-navigation-submenu\";i:1;s:33:\"wp-block-navigation__submenu-icon\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:19:\"stroke:currentColor\";}}i:438;a:2:{i:0;a:1:{s:40:\"button.wp-block-navigation-item__content\";a:2:{i:1;a:1:{i:0;s:33:\"wp-block-navigation-item__content\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:11:{i:0;s:24:\"background-color:initial\";i:1;s:11:\"border:none\";i:2;s:18:\"color:currentColor\";i:3;s:19:\"font-family:inherit\";i:4;s:17:\"font-size:inherit\";i:5;s:18:\"font-style:inherit\";i:6;s:19:\"font-weight:inherit\";i:7;s:22:\"letter-spacing:inherit\";i:8;s:19:\"line-height:inherit\";i:9;s:15:\"text-align:left\";i:10;s:22:\"text-transform:inherit\";}}i:439;a:2:{i:0;a:1:{s:36:\".wp-block-navigation-submenu__toggle\";a:1:{i:1;a:1:{i:0;s:35:\"wp-block-navigation-submenu__toggle\";}}}i:1;a:1:{i:0;s:14:\"cursor:pointer\";}}i:440;a:2:{i:0;a:1:{s:76:\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle\";a:1:{i:1;a:3:{i:0;s:24:\"wp-block-navigation-item\";i:1;s:13:\"open-on-click\";i:2;s:35:\"wp-block-navigation-submenu__toggle\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:19:\"padding-right:.85em\";}}i:441;a:2:{i:0;a:1:{s:111:\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon\";a:1:{i:1;a:4:{i:0;s:24:\"wp-block-navigation-item\";i:1;s:13:\"open-on-click\";i:2;s:35:\"wp-block-navigation-submenu__toggle\";i:3;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:2:{i:0;s:17:\"margin-left:-.6em\";i:1;s:19:\"pointer-events:none\";}}i:442;a:2:{i:0;a:1:{s:122:\".wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)\";a:2:{i:1;a:3:{i:0;s:24:\"wp-block-navigation-item\";i:1;s:13:\"open-on-click\";i:2;s:33:\"wp-block-navigation-item__content\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:443;a:2:{i:0;a:6:{s:40:\".wp-block-navigation .wp-block-page-list\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:18:\"wp-block-page-list\";}}s:31:\".wp-block-navigation__container\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-navigation__container\";}}s:38:\".wp-block-navigation__responsive-close\";a:1:{i:1;a:1:{i:0;s:37:\"wp-block-navigation__responsive-close\";}}s:42:\".wp-block-navigation__responsive-container\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}s:50:\".wp-block-navigation__responsive-container-content\";a:1:{i:1;a:1:{i:0;s:49:\"wp-block-navigation__responsive-container-content\";}}s:39:\".wp-block-navigation__responsive-dialog\";a:1:{i:1;a:1:{i:0;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:11:\"gap:inherit\";}}i:444;a:2:{i:0;a:2:{s:95:\":where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button))\";a:0:{}s:98:\":where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button))\";a:0:{}}i:1;a:1:{i:0;s:16:\"padding:.5em 1em\";}}i:445;a:2:{i:0;a:4:{s:120:\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button))\";a:0:{}s:123:\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button))\";a:0:{}s:138:\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content)\";a:0:{}s:136:\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content)\";a:0:{}}i:1;a:1:{i:0;s:16:\"padding:.5em 1em\";}}i:446;a:2:{i:0;a:4:{s:125:\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}s:113:\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}s:132:\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}s:144:\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:7:\"right:0\";}}i:447;a:2:{i:0;a:4:{s:165:\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:153:\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:172:\".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\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:184:\".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\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:-1px\";i:1;s:10:\"right:-1px\";}}i:448;s:25:\"@media (min-width:782px){\";i:449;a:2:{i:0;a:4:{s:165:\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:153:\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:172:\".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\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:184:\".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\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:10:\"right:100%\";}}i:450;s:1:\"}\";i:451;a:2:{i:0;a:1:{s:81:\".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:21:\"background-color:#fff\";i:1;s:32:\"border:1px solid rgba(0,0,0,.15)\";}}i:452;a:2:{i:0;a:1:{s:75:\".wp-block-navigation.has-background .wp-block-navigation__submenu-container\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:14:\"has-background\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:24:\"background-color:inherit\";}}i:453;a:2:{i:0;a:1:{s:81:\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:454;a:2:{i:0;a:1:{s:31:\".wp-block-navigation__container\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-navigation__container\";}}}i:1;a:8:{i:0;s:50:\"align-items:var(--navigation-layout-align,initial)\";i:1;s:12:\"display:flex\";i:2;s:57:\"flex-direction:var(--navigation-layout-direction,initial)\";i:3;s:44:\"flex-wrap:var(--navigation-layout-wrap,wrap)\";i:4;s:56:\"justify-content:var(--navigation-layout-justify,initial)\";i:5;s:15:\"list-style:none\";i:6;s:8:\"margin:0\";i:7;s:14:\"padding-left:0\";}}i:455;a:2:{i:0;a:1:{s:46:\".wp-block-navigation__container .is-responsive\";a:1:{i:1;a:2:{i:0;s:30:\"wp-block-navigation__container\";i:1;s:13:\"is-responsive\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:456;a:2:{i:0;a:2:{s:42:\".wp-block-navigation__container:only-child\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-navigation__container\";}}s:30:\".wp-block-page-list:only-child\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-page-list\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:1\";}}i:457;s:43:\"@keyframes overlay-menu__fade-in-animation{\";i:458;s:40:\"0%{opacity:0;transform:translateY(.5em)}\";i:459;s:37:\"to{opacity:1;transform:translateY(0)}\";i:460;s:1:\"}\";i:461;a:2:{i:0;a:1:{s:42:\".wp-block-navigation__responsive-container\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}}i:1;a:6:{i:0;s:8:\"bottom:0\";i:1;s:12:\"display:none\";i:2;s:6:\"left:0\";i:3;s:14:\"position:fixed\";i:4;s:7:\"right:0\";i:5;s:5:\"top:0\";}}i:462;a:2:{i:0;a:1:{s:78:\".wp-block-navigation__responsive-container :where(.wp-block-navigation-item a)\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:463;a:2:{i:0;a:1:{s:93:\".wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content\";a:1:{i:1;a:2:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:49:\"wp-block-navigation__responsive-container-content\";}}}i:1;a:5:{i:0;s:50:\"align-items:var(--navigation-layout-align,initial)\";i:1;s:12:\"display:flex\";i:2;s:57:\"flex-direction:var(--navigation-layout-direction,initial)\";i:3;s:44:\"flex-wrap:var(--navigation-layout-wrap,wrap)\";i:4;s:56:\"justify-content:var(--navigation-layout-justify,initial)\";}}i:464;a:2:{i:0;a:1:{s:94:\".wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open):not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}}i:1;a:2:{i:0;s:24:\"background-color:inherit\";i:1;s:13:\"color:inherit\";}}i:465;a:2:{i:0;a:1:{s:55:\".wp-block-navigation__responsive-container.is-menu-open\";a:1:{i:1;a:2:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";}}}i:1;a:8:{i:0;s:54:\"animation:overlay-menu__fade-in-animation .1s ease-out\";i:1;s:28:\"animation-fill-mode:forwards\";i:2;s:24:\"background-color:inherit\";i:3;s:12:\"display:flex\";i:4;s:21:\"flex-direction:column\";i:5;s:13:\"overflow:auto\";i:6;s:228:\"padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em)\";i:7;s:14:\"z-index:100000\";}}i:466;s:39:\"@media (prefers-reduced-motion:reduce){\";i:467;a:2:{i:0;a:1:{s:55:\".wp-block-navigation__responsive-container.is-menu-open\";a:1:{i:1;a:2:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";}}}i:1;a:2:{i:0;s:18:\"animation-delay:0s\";i:1;s:22:\"animation-duration:1ms\";}}i:468;s:1:\"}\";i:469;a:2:{i:0;a:1:{s:106:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";}}}i:1;a:6:{i:0;s:66:\"align-items:var(--navigation-layout-justification-setting,inherit)\";i:1;s:12:\"display:flex\";i:2;s:21:\"flex-direction:column\";i:3;s:16:\"flex-wrap:nowrap\";i:4;s:16:\"overflow:visible\";i:5;s:29:\"padding-top:calc(2rem + 24px)\";}}i:470;a:2:{i:0;a:3:{s:106:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";}}s:138:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:30:\"wp-block-navigation__container\";}}s:126:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:18:\"wp-block-page-list\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:471;a:2:{i:0;a:1:{s:141:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:472;a:2:{i:0;a:1:{s:157:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:10:{i:0;s:11:\"border:none\";i:1;s:11:\"height:auto\";i:2;s:15:\"min-width:200px\";i:3;s:9:\"opacity:1\";i:4;s:16:\"overflow:initial\";i:5;s:17:\"padding-left:2rem\";i:6;s:18:\"padding-right:2rem\";i:7;s:15:\"position:static\";i:8;s:18:\"visibility:visible\";i:9;s:10:\"width:auto\";}}i:473;a:2:{i:0;a:2:{s:138:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:30:\"wp-block-navigation__container\";}}s:146:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:11:\"gap:inherit\";}}i:474;a:2:{i:0;a:1:{s:146:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:43:\"padding-top:var(--wp--style--block-gap,2em)\";}}i:475;a:2:{i:0;a:1:{s:141:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:476;a:2:{i:0;a:3:{s:132:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:24:\"wp-block-navigation-item\";}}s:138:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:30:\"wp-block-navigation__container\";}}s:126:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:18:\"wp-block-page-list\";}}}i:1;a:3:{i:0;s:66:\"align-items:var(--navigation-layout-justification-setting,initial)\";i:1;s:12:\"display:flex\";i:2;s:21:\"flex-direction:column\";}}i:477;a:2:{i:0;a:4:{s:101:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:24:\"wp-block-navigation-item\";}}s:141:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:24:\"wp-block-navigation-item\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}s:107:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:30:\"wp-block-navigation__container\";}}s:95:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:18:\"wp-block-page-list\";}}}i:1;a:2:{i:0;s:24:\"background:rgba(0,0,0,0)\";i:1;s:13:\"color:inherit\";}}i:478;a:2:{i:0;a:1:{s:212:\".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\";a:1:{i:1;a:6:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:38:\"wp-block-navigation__submenu-container\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:10:\"right:auto\";}}i:479;s:25:\"@media (min-width:600px){\";i:480;a:2:{i:0;a:1:{s:85:\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}}i:1;a:5:{i:0;s:24:\"background-color:inherit\";i:1;s:13:\"display:block\";i:2;s:17:\"position:relative\";i:3;s:10:\"width:100%\";i:4;s:12:\"z-index:auto\";}}i:481;a:2:{i:0;a:1:{s:134:\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close\";a:1:{i:1;a:2:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:47:\"wp-block-navigation__responsive-container-close\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:482;a:2:{i:0;a:1:{s:212:\".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\";a:1:{i:1;a:6:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:38:\"wp-block-navigation__submenu-container\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:483;s:1:\"}\";i:484;a:2:{i:0;a:1:{s:97:\".wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:41:\"wp-block-navigation__responsive-container\";i:2;s:12:\"is-menu-open\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:485;a:2:{i:0;a:1:{s:97:\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:41:\"wp-block-navigation__responsive-container\";i:2;s:12:\"is-menu-open\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:486;a:2:{i:0;a:1:{s:41:\".wp-block-navigation__toggle_button_label\";a:1:{i:1;a:1:{i:0;s:40:\"wp-block-navigation__toggle_button_label\";}}}i:1;a:2:{i:0;s:14:\"font-size:1rem\";i:1;s:15:\"font-weight:700\";}}i:487;a:2:{i:0;a:2:{s:48:\".wp-block-navigation__responsive-container-close\";a:1:{i:1;a:1:{i:0;s:47:\"wp-block-navigation__responsive-container-close\";}}s:47:\".wp-block-navigation__responsive-container-open\";a:1:{i:1;a:1:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";}}}i:1;a:8:{i:0;s:24:\"background:rgba(0,0,0,0)\";i:1;s:11:\"border:none\";i:2;s:18:\"color:currentColor\";i:3;s:14:\"cursor:pointer\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:22:\"text-transform:inherit\";i:7;s:21:\"vertical-align:middle\";}}i:488;a:2:{i:0;a:2:{s:52:\".wp-block-navigation__responsive-container-close svg\";a:2:{i:1;a:1:{i:0;s:47:\"wp-block-navigation__responsive-container-close\";}i:0;a:1:{i:0;s:3:\"svg\";}}s:51:\".wp-block-navigation__responsive-container-open svg\";a:2:{i:1;a:1:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:5:{i:0;s:17:\"fill:currentColor\";i:1;s:13:\"display:block\";i:2;s:11:\"height:24px\";i:3;s:19:\"pointer-events:none\";i:4;s:10:\"width:24px\";}}i:489;a:2:{i:0;a:1:{s:47:\".wp-block-navigation__responsive-container-open\";a:1:{i:1;a:1:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:490;a:2:{i:0;a:1:{s:141:\".wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open\";a:1:{i:1;a:3:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";i:1;s:46:\"wp-block-navigation__responsive-container-open\";i:2;s:46:\"wp-block-navigation__responsive-container-open\";}}}i:1;a:3:{i:0;s:19:\"font-family:inherit\";i:1;s:17:\"font-size:inherit\";i:2;s:19:\"font-weight:inherit\";}}i:491;s:25:\"@media (min-width:600px){\";i:492;a:2:{i:0;a:1:{s:66:\".wp-block-navigation__responsive-container-open:not(.always-shown)\";a:1:{i:1;a:1:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:493;s:1:\"}\";i:494;a:2:{i:0;a:1:{s:48:\".wp-block-navigation__responsive-container-close\";a:1:{i:1;a:1:{i:0;s:47:\"wp-block-navigation__responsive-container-close\";}}}i:1;a:4:{i:0;s:17:\"position:absolute\";i:1;s:7:\"right:0\";i:2;s:5:\"top:0\";i:3;s:9:\"z-index:2\";}}i:495;a:2:{i:0;a:1:{s:144:\".wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close\";a:1:{i:1;a:3:{i:0;s:47:\"wp-block-navigation__responsive-container-close\";i:1;s:47:\"wp-block-navigation__responsive-container-close\";i:2;s:47:\"wp-block-navigation__responsive-container-close\";}}}i:1;a:3:{i:0;s:19:\"font-family:inherit\";i:1;s:17:\"font-size:inherit\";i:2;s:19:\"font-weight:inherit\";}}i:496;a:2:{i:0;a:1:{s:38:\".wp-block-navigation__responsive-close\";a:1:{i:1;a:1:{i:0;s:37:\"wp-block-navigation__responsive-close\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:497;a:2:{i:0;a:1:{s:54:\".has-modal-open .wp-block-navigation__responsive-close\";a:1:{i:1;a:2:{i:0;s:14:\"has-modal-open\";i:1;s:37:\"wp-block-navigation__responsive-close\";}}}i:1;a:3:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:50:\"max-width:var(--wp--style--global--wide-size,100%)\";}}i:498;a:2:{i:0;a:1:{s:44:\".wp-block-navigation__responsive-close:focus\";a:1:{i:1;a:1:{i:0;s:37:\"wp-block-navigation__responsive-close\";}}}i:1;a:1:{i:0;s:12:\"outline:none\";}}i:499;a:2:{i:0;a:3:{s:52:\".is-menu-open .wp-block-navigation__responsive-close\";a:1:{i:1;a:2:{i:0;s:12:\"is-menu-open\";i:1;s:37:\"wp-block-navigation__responsive-close\";}}s:64:\".is-menu-open .wp-block-navigation__responsive-container-content\";a:1:{i:1;a:2:{i:0;s:12:\"is-menu-open\";i:1;s:49:\"wp-block-navigation__responsive-container-content\";}}s:53:\".is-menu-open .wp-block-navigation__responsive-dialog\";a:1:{i:1;a:2:{i:0;s:12:\"is-menu-open\";i:1;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:500;a:2:{i:0;a:1:{s:39:\".wp-block-navigation__responsive-dialog\";a:1:{i:1;a:1:{i:0;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:501;a:2:{i:0;a:1:{s:80:\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\";a:1:{i:1;a:4:{i:0;s:14:\"has-modal-open\";i:1;s:9:\"admin-bar\";i:2;s:12:\"is-menu-open\";i:3;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:15:\"margin-top:46px\";}}i:502;s:25:\"@media (min-width:782px){\";i:503;a:2:{i:0;a:1:{s:80:\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\";a:1:{i:1;a:4:{i:0;s:14:\"has-modal-open\";i:1;s:9:\"admin-bar\";i:2;s:12:\"is-menu-open\";i:3;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:15:\"margin-top:32px\";}}i:504;s:1:\"}\";i:505;a:2:{i:0;a:1:{s:19:\"html.has-modal-open\";a:2:{i:1;a:1:{i:0;s:14:\"has-modal-open\";}i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:506;a:2:{i:0;a:1:{s:53:\".wp-block-navigation .wp-block-navigation-item__label\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:31:\"wp-block-navigation-item__label\";}}}i:1;a:1:{i:0;s:24:\"overflow-wrap:break-word\";}}i:507;a:2:{i:0;a:1:{s:59:\".wp-block-navigation .wp-block-navigation-item__description\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:37:\"wp-block-navigation-item__description\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:508;a:2:{i:0;a:1:{s:14:\".link-ui-tools\";a:1:{i:1;a:1:{i:0;s:13:\"link-ui-tools\";}}}i:1;a:2:{i:0;s:28:\"border-top:1px solid #f0f0f0\";i:1;s:11:\"padding:8px\";}}i:509;a:2:{i:0;a:1:{s:23:\".link-ui-block-inserter\";a:1:{i:1;a:1:{i:0;s:22:\"link-ui-block-inserter\";}}}i:1;a:1:{i:0;s:15:\"padding-top:8px\";}}i:510;a:2:{i:0;a:1:{s:29:\".link-ui-block-inserter__back\";a:1:{i:1;a:1:{i:0;s:28:\"link-ui-block-inserter__back\";}}}i:1;a:2:{i:0;s:15:\"margin-left:8px\";i:1;s:24:\"text-transform:uppercase\";}}i:511;a:2:{i:0;a:1:{s:40:\".wp-block-navigation .wp-block-page-list\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:18:\"wp-block-page-list\";}}}i:1;a:6:{i:0;s:50:\"align-items:var(--navigation-layout-align,initial)\";i:1;s:24:\"background-color:inherit\";i:2;s:12:\"display:flex\";i:3;s:57:\"flex-direction:var(--navigation-layout-direction,initial)\";i:4;s:44:\"flex-wrap:var(--navigation-layout-wrap,wrap)\";i:5;s:56:\"justify-content:var(--navigation-layout-justify,initial)\";}}i:512;a:2:{i:0;a:1:{s:46:\".wp-block-navigation .wp-block-navigation-item\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:24:\"wp-block-navigation-item\";}}}i:1;a:1:{i:0;s:24:\"background-color:inherit\";}}i:513;a:2:{i:0;a:1:{s:14:\".is-small-text\";a:1:{i:1;a:1:{i:0;s:13:\"is-small-text\";}}}i:1;a:1:{i:0;s:16:\"font-size:.875em\";}}i:514;a:2:{i:0;a:1:{s:16:\".is-regular-text\";a:1:{i:1;a:1:{i:0;s:15:\"is-regular-text\";}}}i:1;a:1:{i:0;s:13:\"font-size:1em\";}}i:515;a:2:{i:0;a:1:{s:14:\".is-large-text\";a:1:{i:1;a:1:{i:0;s:13:\"is-large-text\";}}}i:1;a:1:{i:0;s:16:\"font-size:2.25em\";}}i:516;a:2:{i:0;a:1:{s:15:\".is-larger-text\";a:1:{i:1;a:1:{i:0;s:14:\"is-larger-text\";}}}i:1;a:1:{i:0;s:13:\"font-size:3em\";}}i:517;a:2:{i:0;a:1:{s:38:\".has-drop-cap:not(:focus):first-letter\";a:1:{i:1;a:1:{i:0;s:12:\"has-drop-cap\";}}}i:1;a:7:{i:0;s:10:\"float:left\";i:1;s:15:\"font-size:8.4em\";i:2;s:17:\"font-style:normal\";i:3;s:15:\"font-weight:100\";i:4;s:15:\"line-height:.68\";i:5;s:21:\"margin:.05em .1em 0 0\";i:6;s:24:\"text-transform:uppercase\";}}i:518;a:2:{i:0;a:1:{s:47:\"body.rtl .has-drop-cap:not(:focus):first-letter\";a:2:{i:1;a:2:{i:0;s:3:\"rtl\";i:1;s:12:\"has-drop-cap\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:10:\"float:none\";i:1;s:16:\"margin-left:.1em\";}}i:519;a:2:{i:0;a:1:{s:29:\"p.has-drop-cap.has-background\";a:2:{i:1;a:2:{i:0;s:12:\"has-drop-cap\";i:1;s:14:\"has-background\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:520;a:2:{i:0;a:1:{s:30:\":root :where(p.has-background)\";a:0:{}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:521;a:2:{i:0;a:1:{s:47:\":where(p.has-text-color:not(.has-link-color)) a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:522;a:2:{i:0;a:2:{s:74:\"p.has-text-align-left[data-amp-original-style*=\"writing-mode:vertical-lr\"]\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:1:\"p\";}}s:75:\"p.has-text-align-right[data-amp-original-style*=\"writing-mode:vertical-rl\"]\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:13:\"rotate:180deg\";}}i:523;a:2:{i:0;a:1:{s:21:\".wp-block-post-author\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-post-author\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";}}i:524;a:2:{i:0;a:1:{s:29:\".wp-block-post-author__byline\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-author__byline\";}}}i:1;a:4:{i:0;s:14:\"font-size:.5em\";i:1;s:15:\"margin-bottom:0\";i:2;s:12:\"margin-top:0\";i:3;s:10:\"width:100%\";}}i:525;a:2:{i:0;a:1:{s:29:\".wp-block-post-author__avatar\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-author__avatar\";}}}i:1;a:1:{i:0;s:16:\"margin-right:1em\";}}i:526;a:2:{i:0;a:1:{s:26:\".wp-block-post-author__bio\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-post-author__bio\";}}}i:1;a:2:{i:0;s:14:\"font-size:.7em\";i:1;s:18:\"margin-bottom:.7em\";}}i:527;a:2:{i:0;a:1:{s:30:\".wp-block-post-author__content\";a:1:{i:1;a:1:{i:0;s:29:\"wp-block-post-author__content\";}}}i:1;a:2:{i:0;s:12:\"flex-basis:0\";i:1;s:11:\"flex-grow:1\";}}i:528;a:2:{i:0;a:1:{s:27:\".wp-block-post-author__name\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-post-author__name\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:529;a:2:{i:0;a:2:{s:61:\":where(.wp-block-post-comments-form) input:not([type=submit])\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:45:\":where(.wp-block-post-comments-form) textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:24:\"border:1px solid #949494\";i:1;s:19:\"font-family:inherit\";i:2;s:13:\"font-size:1em\";}}i:530;a:2:{i:0;a:2:{s:90:\":where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox]))\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:45:\":where(.wp-block-post-comments-form) textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:26:\"padding:calc(.667em + 2px)\";}}i:531;a:2:{i:0;a:1:{s:28:\".wp-block-post-comments-form\";a:1:{i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:532;a:2:{i:0;a:1:{s:95:\".wp-block-post-comments-form[data-amp-original-style*=font-weight] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:533;a:2:{i:0;a:1:{s:95:\".wp-block-post-comments-form[data-amp-original-style*=font-family] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:19:\"font-family:inherit\";}}i:534;a:2:{i:0;a:2:{s:76:\".wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}s:93:\".wp-block-post-comments-form[data-amp-original-style*=font-size] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:17:\"font-size:inherit\";}}i:535;a:2:{i:0;a:1:{s:95:\".wp-block-post-comments-form[data-amp-original-style*=line-height] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:19:\"line-height:inherit\";}}i:536;a:2:{i:0;a:1:{s:94:\".wp-block-post-comments-form[data-amp-original-style*=font-style] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:18:\"font-style:inherit\";}}i:537;a:2:{i:0;a:1:{s:98:\".wp-block-post-comments-form[data-amp-original-style*=letter-spacing] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:22:\"letter-spacing:inherit\";}}i:538;a:2:{i:0;a:1:{s:47:\".wp-block-post-comments-form input[type=submit]\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:5:{i:0;s:15:\"box-shadow:none\";i:1;s:14:\"cursor:pointer\";i:2;s:20:\"display:inline-block\";i:3;s:24:\"overflow-wrap:break-word\";i:4;s:17:\"text-align:center\";}}i:539;a:2:{i:0;a:2:{s:107:\".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden])\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:12:\"comment-form\";}i:0;a:1:{i:0;s:5:\"input\";}}s:51:\".wp-block-post-comments-form .comment-form textarea\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:12:\"comment-form\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"display:block\";i:2;s:10:\"width:100%\";}}i:540;a:2:{i:0;a:3:{s:55:\".wp-block-post-comments-form .comment-form-author label\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:19:\"comment-form-author\";}i:0;a:1:{i:0;s:5:\"label\";}}s:54:\".wp-block-post-comments-form .comment-form-email label\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:18:\"comment-form-email\";}i:0;a:1:{i:0;s:5:\"label\";}}s:52:\".wp-block-post-comments-form .comment-form-url label\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:16:\"comment-form-url\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:19:\"margin-bottom:.25em\";}}i:541;a:2:{i:0;a:1:{s:58:\".wp-block-post-comments-form .comment-form-cookies-consent\";a:1:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:28:\"comment-form-cookies-consent\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:9:\"gap:.25em\";}}i:542;a:2:{i:0;a:1:{s:86:\".wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:28:\"comment-form-cookies-consent\";}i:2;a:1:{i:0;s:26:\"wp-comment-cookies-consent\";}}}i:1;a:1:{i:0;s:16:\"margin-top:.35em\";}}i:543;a:2:{i:0;a:1:{s:49:\".wp-block-post-comments-form .comment-reply-title\";a:1:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:544;a:2:{i:0;a:1:{s:63:\".wp-block-post-comments-form .comment-reply-title :where(small)\";a:1:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:2:{i:0;s:54:\"font-size:var(--wp--preset--font-size--medium,smaller)\";i:1;s:16:\"margin-left:.5em\";}}i:545;a:2:{i:0;a:1:{s:19:\".wp-block-post-date\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-post-date\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:546;a:2:{i:0;a:1:{s:30:\":where(.wp-block-post-excerpt)\";a:0:{}}i:1;a:2:{i:0;s:41:\"margin-bottom:var(--wp--style--block-gap)\";i:1;s:38:\"margin-top:var(--wp--style--block-gap)\";}}i:547;a:2:{i:0;a:1:{s:31:\".wp-block-post-excerpt__excerpt\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-post-excerpt__excerpt\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:12:\"margin-top:0\";}}i:548;a:2:{i:0;a:1:{s:33:\".wp-block-post-excerpt__more-text\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-post-excerpt__more-text\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:38:\"margin-top:var(--wp--style--block-gap)\";}}i:549;a:2:{i:0;a:1:{s:33:\".wp-block-post-excerpt__more-link\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-post-excerpt__more-link\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:550;a:2:{i:0;a:1:{s:29:\".wp-block-post-featured-image\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}}i:1;a:2:{i:0;s:13:\"margin-left:0\";i:1;s:14:\"margin-right:0\";}}i:551;a:2:{i:0;a:1:{s:31:\".wp-block-post-featured-image a\";a:2:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:11:\"height:100%\";}}i:552;a:2:{i:0;a:2:{s:45:\".wp-block-post-featured-image :where(amp-img)\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}s:46:\".wp-block-post-featured-image :where(amp-anim)\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}}i:1;a:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:11:\"height:auto\";i:2;s:14:\"max-width:100%\";i:3;s:21:\"vertical-align:bottom\";i:4;s:10:\"width:100%\";}}i:553;a:2:{i:0;a:4:{s:47:\".wp-block-post-featured-image.alignfull amp-img\";a:2:{i:1;a:2:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:48:\".wp-block-post-featured-image.alignfull amp-anim\";a:2:{i:1;a:2:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:47:\".wp-block-post-featured-image.alignwide amp-img\";a:2:{i:1;a:2:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:48:\".wp-block-post-featured-image.alignwide amp-anim\";a:2:{i:1;a:2:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:554;a:2:{i:0;a:1:{s:87:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:18:\"has-background-dim\";}}}i:1;a:3:{i:0;s:21:\"background-color:#000\";i:1;s:7:\"inset:0\";i:2;s:17:\"position:absolute\";}}i:555;a:2:{i:0;a:1:{s:29:\".wp-block-post-featured-image\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:556;a:2:{i:0;a:1:{s:92:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:23:\"has-background-gradient\";}}}i:1;a:1:{i:0;s:24:\"background-color:initial\";}}i:557;a:2:{i:0;a:1:{s:89:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:20:\"has-background-dim-0\";}}}i:1;a:1:{i:0;s:9:\"opacity:0\";}}i:558;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-10\";}}}i:1;a:1:{i:0;s:10:\"opacity:.1\";}}i:559;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-20\";}}}i:1;a:1:{i:0;s:10:\"opacity:.2\";}}i:560;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-30\";}}}i:1;a:1:{i:0;s:10:\"opacity:.3\";}}i:561;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-40\";}}}i:1;a:1:{i:0;s:10:\"opacity:.4\";}}i:562;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-50\";}}}i:1;a:1:{i:0;s:10:\"opacity:.5\";}}i:563;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-60\";}}}i:1;a:1:{i:0;s:10:\"opacity:.6\";}}i:564;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-70\";}}}i:1;a:1:{i:0;s:10:\"opacity:.7\";}}i:565;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-80\";}}}i:1;a:1:{i:0;s:10:\"opacity:.8\";}}i:566;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-90\";}}}i:1;a:1:{i:0;s:10:\"opacity:.9\";}}i:567;a:2:{i:0;a:1:{s:91:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:22:\"has-background-dim-100\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:568;a:2:{i:0;a:1:{s:59:\".wp-block-post-featured-image:where(.alignleft,.alignright)\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:569;a:2:{i:0;a:1:{s:77:\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous\";a:1:{i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:45:\"wp-block-post-navigation-link__arrow-previous\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-right:1ch\";}}i:570;a:2:{i:0;a:1:{s:100:\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:45:\"wp-block-post-navigation-link__arrow-previous\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:571;a:2:{i:0;a:1:{s:73:\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next\";a:1:{i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:41:\"wp-block-post-navigation-link__arrow-next\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-left:1ch\";}}i:572;a:2:{i:0;a:1:{s:96:\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:41:\"wp-block-post-navigation-link__arrow-next\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:573;a:2:{i:0;a:2:{s:104:\".wp-block-post-navigation-link.has-text-align-left[data-amp-original-style*=\"writing-mode: vertical-lr\"]\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:19:\"has-text-align-left\";}}s:105:\".wp-block-post-navigation-link.has-text-align-right[data-amp-original-style*=\"writing-mode: vertical-rl\"]\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:20:\"has-text-align-right\";}}}i:1;a:1:{i:0;s:13:\"rotate:180deg\";}}i:574;a:2:{i:0;a:1:{s:20:\".wp-block-post-terms\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-post-terms\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:575;a:2:{i:0;a:1:{s:52:\".wp-block-post-terms .wp-block-post-terms__separator\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-post-terms\";i:1;s:30:\"wp-block-post-terms__separator\";}}}i:1;a:1:{i:0;s:20:\"white-space:pre-wrap\";}}i:576;a:2:{i:0;a:2:{s:27:\".wp-block-post-time-to-read\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-post-time-to-read\";}}s:20:\".wp-block-post-title\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-post-title\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:577;a:2:{i:0;a:1:{s:20:\".wp-block-post-title\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-post-title\";}}}i:1;a:1:{i:0;s:21:\"word-break:break-word\";}}i:578;a:2:{i:0;a:1:{s:22:\".wp-block-post-title a\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-post-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:579;a:2:{i:0;a:1:{s:22:\".wp-block-preformatted\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-preformatted\";}}}i:1;a:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:20:\"white-space:pre-wrap\";}}i:580;a:2:{i:0;a:1:{s:45:\":where(.wp-block-preformatted.has-background)\";a:0:{}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:581;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:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:14:\"margin:0 0 1em\";i:2;s:24:\"overflow-wrap:break-word\";i:3;s:13:\"padding:4em 0\";i:4;s:17:\"text-align:center\";}}i:582;a:2:{i:0;a:3:{s:30:\".wp-block-pullquote blockquote\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}s:24:\".wp-block-pullquote cite\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:4:\"cite\";}}s:21:\".wp-block-pullquote p\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:583;a:2:{i:0;a:1:{s:30:\".wp-block-pullquote blockquote\";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:1:{i:0;s:8:\"margin:0\";}}i:584;a:2:{i:0;a:1:{s:21:\".wp-block-pullquote p\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:585;a:2:{i:0;a:1:{s:32:\".wp-block-pullquote p:last-child\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:586;a:2:{i:0;a:2:{s:29:\".wp-block-pullquote.alignleft\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:9:\"alignleft\";}}s:30:\".wp-block-pullquote.alignright\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:15:\"max-width:420px\";}}i:587;a:2:{i:0;a:2:{s:24:\".wp-block-pullquote cite\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:4:\"cite\";}}s:26:\".wp-block-pullquote footer\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:588;a:2:{i:0;a:1:{s:37:\".wp-block-pullquote .has-text-color a\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:14:\"has-text-color\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:589;a:2:{i:0;a:1:{s:50:\".wp-block-pullquote.has-text-align-left blockquote\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:15:\"text-align:left\";}}i:590;a:2:{i:0;a:1:{s:51:\".wp-block-pullquote.has-text-align-right blockquote\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:591;a:2:{i:0;a:1:{s:40:\".wp-block-pullquote.is-style-solid-color\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:20:\"is-style-solid-color\";}}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:592;a:2:{i:0;a:1:{s:51:\".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:1:{i:0;s:10:\"blockquote\";}}}i:1;a:3:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:13:\"max-width:60%\";}}i:593;a:2:{i:0;a:1:{s:53:\".wp-block-pullquote.is-style-solid-color blockquote p\";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:10:\"blockquote\";i:1;s:1:\"p\";}}}i:1;a:3:{i:0;s:13:\"font-size:2em\";i:1;s:15:\"margin-bottom:0\";i:2;s:12:\"margin-top:0\";}}i:594;a:2:{i:0;a:1:{s:56:\".wp-block-pullquote.is-style-solid-color blockquote cite\";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:10:\"blockquote\";i:1;s:4:\"cite\";}}}i:1;a:2:{i:0;s:17:\"font-style:normal\";i:1;s:19:\"text-transform:none\";}}i:595;a:2:{i:0;a:1:{s:24:\".wp-block-pullquote cite\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:4:\"cite\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:596;a:2:{i:0;a:1:{s:23:\".wp-block-post-template\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-post-template\";}}}i:1;a:5:{i:0;s:15:\"list-style:none\";i:1;s:15:\"margin-bottom:0\";i:2;s:12:\"margin-top:0\";i:3;s:14:\"max-width:100%\";i:4;s:9:\"padding:0\";}}i:597;a:2:{i:0;a:1:{s:41:\".wp-block-post-template.is-flex-container\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:18:\"flex-direction:row\";i:2;s:14:\"flex-wrap:wrap\";i:3;s:10:\"gap:1.25em\";}}i:598;a:2:{i:0;a:1:{s:44:\".wp-block-post-template.is-flex-container>li\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:10:\"width:100%\";}}i:599;s:25:\"@media (min-width:600px){\";i:600;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-2>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-2\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:24:\"width:calc(50% - .625em)\";}}i:601;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-3>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-3\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:32:\"width:calc(33.33333% - .83333em)\";}}i:602;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-4>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-4\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:25:\"width:calc(25% - .9375em)\";}}i:603;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-5>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-5\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(20% - 1em)\";}}i:604;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-6>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-6\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:33:\"width:calc(16.66667% - 1.04167em)\";}}i:605;s:1:\"}\";i:606;s:25:\"@media (max-width:600px){\";i:607;a:2:{i:0;a:1:{s:152:\".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\";a:1:{i:1;a:4:{i:0;s:37:\"wp-block-post-template-is-layout-grid\";i:1;s:37:\"wp-block-post-template-is-layout-grid\";i:2;s:37:\"wp-block-post-template-is-layout-grid\";i:3;s:37:\"wp-block-post-template-is-layout-grid\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:608;s:1:\"}\";i:609;a:2:{i:0;a:2:{s:60:\".wp-block-post-template-is-layout-constrained>li>.alignright\";a:2:{i:1;a:2:{i:0;s:44:\"wp-block-post-template-is-layout-constrained\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"li\";}}s:53:\".wp-block-post-template-is-layout-flow>li>.alignright\";a:2:{i:1;a:2:{i:0;s:37:\"wp-block-post-template-is-layout-flow\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:19:\"margin-inline-end:0\";i:2;s:23:\"margin-inline-start:2em\";}}i:610;a:2:{i:0;a:2:{s:59:\".wp-block-post-template-is-layout-constrained>li>.alignleft\";a:2:{i:1;a:2:{i:0;s:44:\"wp-block-post-template-is-layout-constrained\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"li\";}}s:52:\".wp-block-post-template-is-layout-flow>li>.alignleft\";a:2:{i:1;a:2:{i:0;s:37:\"wp-block-post-template-is-layout-flow\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-end:2em\";i:2;s:21:\"margin-inline-start:0\";}}i:611;a:2:{i:0;a:2:{s:61:\".wp-block-post-template-is-layout-constrained>li>.aligncenter\";a:2:{i:1;a:2:{i:0;s:44:\"wp-block-post-template-is-layout-constrained\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:2:\"li\";}}s:54:\".wp-block-post-template-is-layout-flow>li>.aligncenter\";a:2:{i:1;a:2:{i:0;s:37:\"wp-block-post-template-is-layout-flow\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:22:\"margin-inline-end:auto\";i:1;s:24:\"margin-inline-start:auto\";}}i:612;a:2:{i:0;a:3:{s:58:\".wp-block-query-pagination>.wp-block-query-pagination-next\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:30:\"wp-block-query-pagination-next\";}}s:61:\".wp-block-query-pagination>.wp-block-query-pagination-numbers\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:33:\"wp-block-query-pagination-numbers\";}}s:62:\".wp-block-query-pagination>.wp-block-query-pagination-previous\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:34:\"wp-block-query-pagination-previous\";}}}i:1;a:2:{i:0;s:18:\"margin-bottom:.5em\";i:1;s:17:\"margin-right:.5em\";}}i:613;a:2:{i:0;a:3:{s:69:\".wp-block-query-pagination>.wp-block-query-pagination-next:last-child\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:30:\"wp-block-query-pagination-next\";}}s:72:\".wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:33:\"wp-block-query-pagination-numbers\";}}s:73:\".wp-block-query-pagination>.wp-block-query-pagination-previous:last-child\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:34:\"wp-block-query-pagination-previous\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:614;a:2:{i:0;a:1:{s:110:\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type\";a:1:{i:1;a:3:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:38:\"is-content-justification-space-between\";i:2;s:30:\"wp-block-query-pagination-next\";}}}i:1;a:1:{i:0;s:24:\"margin-inline-start:auto\";}}i:615;a:2:{i:0;a:1:{s:113:\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child\";a:1:{i:1;a:3:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:38:\"is-content-justification-space-between\";i:2;s:34:\"wp-block-query-pagination-previous\";}}}i:1;a:1:{i:0;s:22:\"margin-inline-end:auto\";}}i:616;a:2:{i:0;a:1:{s:68:\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:40:\"wp-block-query-pagination-previous-arrow\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-right:1ch\";}}i:617;a:2:{i:0;a:1:{s:91:\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:40:\"wp-block-query-pagination-previous-arrow\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:618;a:2:{i:0;a:1:{s:64:\".wp-block-query-pagination .wp-block-query-pagination-next-arrow\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:36:\"wp-block-query-pagination-next-arrow\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-left:1ch\";}}i:619;a:2:{i:0;a:1:{s:87:\".wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:36:\"wp-block-query-pagination-next-arrow\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:620;a:2:{i:0;a:1:{s:38:\".wp-block-query-pagination.aligncenter\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:621;a:2:{i:0;a:2:{s:21:\".wp-block-query-title\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-query-title\";}}s:15:\".wp-block-quote\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-quote\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:622;a:2:{i:0;a:1:{s:15:\".wp-block-quote\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-quote\";}}}i:1;a:1:{i:0;s:24:\"overflow-wrap:break-word\";}}i:623;a:2:{i:0;a:2:{s:53:\".wp-block-quote.is-large:where(:not(.is-style-plain))\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:8:\"is-large\";}}s:59:\".wp-block-quote.is-style-large:where(:not(.is-style-plain))\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:14:\"is-style-large\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:13:\"padding:0 1em\";}}i:624;a:2:{i:0;a:2:{s:55:\".wp-block-quote.is-large:where(:not(.is-style-plain)) p\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:8:\"is-large\";}i:0;a:1:{i:0;s:1:\"p\";}}s:61:\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) p\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:14:\"is-style-large\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:3:{i:0;s:15:\"font-size:1.5em\";i:1;s:17:\"font-style:italic\";i:2;s:15:\"line-height:1.6\";}}i:625;a:2:{i:0;a:4:{s:58:\".wp-block-quote.is-large:where(:not(.is-style-plain)) cite\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:8:\"is-large\";}i:0;a:1:{i:0;s:4:\"cite\";}}s:60:\".wp-block-quote.is-large:where(:not(.is-style-plain)) footer\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:8:\"is-large\";}i:0;a:1:{i:0;s:6:\"footer\";}}s:64:\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:14:\"is-style-large\";}i:0;a:1:{i:0;s:4:\"cite\";}}s:66:\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:14:\"is-style-large\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:17:\"font-size:1.125em\";i:1;s:16:\"text-align:right\";}}i:626;a:2:{i:0;a:1:{s:20:\".wp-block-quote>cite\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-quote\";}i:0;a:1:{i:0;s:4:\"cite\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:627;a:2:{i:0;a:1:{s:19:\".wp-block-read-more\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-read-more\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:22:\"width:-moz-fit-content\";i:2;s:17:\"width:fit-content\";}}i:628;a:2:{i:0;a:1:{s:75:\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration]))\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-read-more\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:629;a:2:{i:0;a:2:{s:82:\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):active\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-read-more\";}}s:81:\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):focus\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-read-more\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:630;a:2:{i:0;a:1:{s:15:\"ul.wp-block-rss\";a:2:{i:1;a:1:{i:0;s:12:\"wp-block-rss\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:15:\"list-style:none\";i:1;s:9:\"padding:0\";}}i:631;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.wp-block-rss\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:12:\"wp-block-rss\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:632;a:2:{i:0;a:1:{s:25:\"ul.wp-block-rss.alignleft\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:16:\"margin-right:2em\";}}i:633;a:2:{i:0;a:1:{s:26:\"ul.wp-block-rss.alignright\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:15:\"margin-left:2em\";}}i:634;a:2:{i:0;a:1:{s:23:\"ul.wp-block-rss.is-grid\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:7:\"is-grid\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";i:2;s:15:\"list-style:none\";i:3;s:9:\"padding:0\";}}i:635;a:2:{i:0;a:1:{s:26:\"ul.wp-block-rss.is-grid li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:7:\"is-grid\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"margin:0 1em 1em 0\";i:1;s:10:\"width:100%\";}}i:636;s:25:\"@media (min-width:600px){\";i:637;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-2 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-2\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(50% - 1em)\";}}i:638;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-3 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-3\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:27:\"width:calc(33.33333% - 1em)\";}}i:639;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-4 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-4\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(25% - 1em)\";}}i:640;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-5 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-5\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(20% - 1em)\";}}i:641;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-6 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-6\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:27:\"width:calc(16.66667% - 1em)\";}}i:642;s:1:\"}\";i:643;a:2:{i:0;a:2:{s:26:\".wp-block-rss__item-author\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-rss__item-author\";}}s:32:\".wp-block-rss__item-publish-date\";a:1:{i:1;a:1:{i:0;s:31:\"wp-block-rss__item-publish-date\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:17:\"font-size:.8125em\";}}i:644;a:2:{i:0;a:1:{s:24:\".wp-block-search__button\";a:1:{i:1;a:1:{i:0;s:23:\"wp-block-search__button\";}}}i:1;a:2:{i:0;s:16:\"margin-left:10px\";i:1;s:17:\"word-break:normal\";}}i:645;a:2:{i:0;a:1:{s:33:\".wp-block-search__button.has-icon\";a:1:{i:1;a:2:{i:0;s:23:\"wp-block-search__button\";i:1;s:8:\"has-icon\";}}}i:1;a:1:{i:0;s:13:\"line-height:0\";}}i:646;a:2:{i:0;a:1:{s:28:\".wp-block-search__button svg\";a:2:{i:1;a:1:{i:0;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:6:{i:0;s:13:\"height:1.25em\";i:1;s:15:\"min-height:24px\";i:2;s:14:\"min-width:24px\";i:3;s:12:\"width:1.25em\";i:4;s:17:\"fill:currentColor\";i:5;s:26:\"vertical-align:text-bottom\";}}i:647;a:2:{i:0;a:1:{s:32:\":where(.wp-block-search__button)\";a:0:{}}i:1;a:2:{i:0;s:21:\"border:1px solid #ccc\";i:1;s:16:\"padding:6px 10px\";}}i:648;a:2:{i:0;a:1:{s:32:\".wp-block-search__inside-wrapper\";a:1:{i:1;a:1:{i:0;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:9:\"flex:auto\";i:2;s:16:\"flex-wrap:nowrap\";i:3;s:14:\"max-width:100%\";}}i:649;a:2:{i:0;a:1:{s:23:\".wp-block-search__label\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__label\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:650;a:2:{i:0;a:1:{s:23:\".wp-block-search__input\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__input\";}}}i:1;a:7:{i:0;s:15:\"appearance:none\";i:1;s:24:\"border:1px solid #949494\";i:2;s:11:\"flex-grow:1\";i:3;s:13:\"margin-left:0\";i:4;s:14:\"margin-right:0\";i:5;s:14:\"min-width:3rem\";i:6;s:11:\"padding:8px\";}}i:651;a:2:{i:0;a:1:{s:43:\".wp-block-search__input:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__input\";}}}i:1;a:1:{i:0;s:21:\"text-decoration:unset\";}}i:652;a:2:{i:0;a:1:{s:70:\".wp-block-search.wp-block-search__button-only .wp-block-search__button\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:23:\"wp-block-search__button\";}}}i:1;a:3:{i:0;s:13:\"flex-shrink:0\";i:1;s:13:\"margin-left:0\";i:2;s:14:\"max-width:100%\";}}i:653;a:2:{i:0;a:1:{s:90:\".wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]\";a:2:{i:3;a:1:{i:0;s:13:\"aria-expanded\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:23:\"wp-block-search__button\";}}}i:1;a:1:{i:0;s:28:\"max-width:calc(100% - 100px)\";}}i:654;a:2:{i:0;a:1:{s:78:\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:25:\"transition-property:width\";}}i:655;a:2:{i:0;a:1:{s:98:\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:11:\"min-width:0\";}}i:656;a:2:{i:0;a:1:{s:69:\".wp-block-search.wp-block-search__button-only .wp-block-search__input\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:22:\"wp-block-search__input\";}}}i:1;a:2:{i:0;s:15:\"flex-basis:100%\";i:1;s:23:\"transition-duration:.3s\";}}i:657;a:2:{i:0;a:2:{s:81:\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:35:\"wp-block-search__searchfield-hidden\";}}s:114:\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:35:\"wp-block-search__searchfield-hidden\";i:3;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:658;a:2:{i:0;a:1:{s:105:\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:35:\"wp-block-search__searchfield-hidden\";i:3;s:22:\"wp-block-search__input\";}}}i:1;a:3:{i:0;s:12:\"flex-basis:0\";i:1;s:11:\"flex-grow:0\";i:2;s:8:\"margin:0\";}}i:659;a:2:{i:0;a:1:{s:125:\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:35:\"wp-block-search__searchfield-hidden\";i:3;s:22:\"wp-block-search__input\";}}}i:1;a:6:{i:0;s:19:\"border-left-width:0\";i:1;s:20:\"border-right-width:0\";i:2;s:11:\"min-width:0\";i:3;s:14:\"padding-left:0\";i:4;s:15:\"padding-right:0\";i:5;s:7:\"width:0\";}}i:660;a:2:{i:0;a:1:{s:31:\":where(.wp-block-search__input)\";a:0:{}}i:1;a:7:{i:0;s:19:\"font-family:inherit\";i:1;s:17:\"font-size:inherit\";i:2;s:18:\"font-style:inherit\";i:3;s:19:\"font-weight:inherit\";i:4;s:22:\"letter-spacing:inherit\";i:5;s:19:\"line-height:inherit\";i:6;s:22:\"text-transform:inherit\";}}i:661;a:2:{i:0;a:1:{s:72:\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)\";a:0:{}}i:1;a:3:{i:0;s:24:\"border:1px solid #949494\";i:1;s:21:\"box-sizing:border-box\";i:2;s:11:\"padding:4px\";}}i:662;a:2:{i:0;a:1:{s:96:\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__input\";}}}i:1;a:3:{i:0;s:11:\"border:none\";i:1;s:15:\"border-radius:0\";i:2;s:13:\"padding:0 4px\";}}i:663;a:2:{i:0;a:1:{s:102:\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__input\";}}}i:1;a:1:{i:0;s:12:\"outline:none\";}}i:664;a:2:{i:0;a:1:{s:105:\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button)\";a:0:{}}i:1;a:1:{i:0;s:15:\"padding:4px 8px\";}}i:665;a:2:{i:0;a:1:{s:61:\".wp-block-search.aligncenter .wp-block-search__inside-wrapper\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:11:\"aligncenter\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:11:\"margin:auto\";}}i:666;a:2:{i:0;a:1:{s:106:\".wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\";a:2:{i:3;a:1:{i:0;s:10:\"data-align\";}i:1;a:4:{i:0;s:8:\"wp-block\";i:1;s:15:\"wp-block-search\";i:2;s:28:\"wp-block-search__button-only\";i:3;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:667;a:2:{i:0;a:1:{s:19:\".wp-block-separator\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-separator\";}}}i:1;a:2:{i:0;s:11:\"border:none\";i:1;s:20:\"border-top:2px solid\";}}i:668;a:2:{i:0;a:1:{s:47:\":root :where(.wp-block-separator.is-style-dots)\";a:0:{}}i:1;a:3:{i:0;s:11:\"height:auto\";i:1;s:13:\"line-height:1\";i:2;s:17:\"text-align:center\";}}i:669;a:2:{i:0;a:1:{s:54:\":root :where(.wp-block-separator.is-style-dots):before\";a:0:{}}i:1;a:6:{i:0;s:18:\"color:currentColor\";i:1;s:16:\"content:\"···\"\";i:2;s:17:\"font-family:serif\";i:3;s:15:\"font-size:1.5em\";i:4;s:18:\"letter-spacing:2em\";i:5;s:16:\"padding-left:2em\";}}i:670;a:2:{i:0;a:1:{s:53:\".wp-block-separator.is-style-dots:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-separator\";i:1;s:13:\"is-style-dots\";}}}i:1;a:2:{i:0;s:15:\"background:none\";i:1;s:11:\"border:none\";}}i:671;a:2:{i:0;a:1:{s:19:\".wp-block-site-logo\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}}}i:1;a:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"line-height:0\";}}i:672;a:2:{i:0;a:1:{s:21:\".wp-block-site-logo a\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:13:\"line-height:0\";}}i:673;a:2:{i:0;a:2:{s:43:\".wp-block-site-logo.is-default-size amp-img\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-site-logo\";i:1;s:15:\"is-default-size\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:44:\".wp-block-site-logo.is-default-size amp-anim\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-site-logo\";i:1;s:15:\"is-default-size\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:11:\"height:auto\";i:1;s:11:\"width:120px\";}}i:674;a:2:{i:0;a:2:{s:27:\".wp-block-site-logo amp-img\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:28:\".wp-block-site-logo amp-anim\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:11:\"height:auto\";i:1;s:14:\"max-width:100%\";}}i:675;a:2:{i:0;a:3:{s:21:\".wp-block-site-logo a\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:1:\"a\";}}s:27:\".wp-block-site-logo amp-img\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:28:\".wp-block-site-logo amp-anim\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:21:\"border-radius:inherit\";}}i:676;a:2:{i:0;a:1:{s:31:\".wp-block-site-logo.aligncenter\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-site-logo\";i:1;s:11:\"aligncenter\";}}}i:1;a:3:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:17:\"text-align:center\";}}i:677;a:2:{i:0;a:1:{s:50:\":root :where(.wp-block-site-logo.is-style-rounded)\";a:0:{}}i:1;a:1:{i:0;s:20:\"border-radius:9999px\";}}i:678;a:2:{i:0;a:1:{s:36:\":root :where(.wp-block-site-title a)\";a:0:{}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:679;a:2:{i:0;a:1:{s:22:\".wp-block-social-links\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-social-links\";}}}i:1;a:6:{i:0;s:15:\"background:none\";i:1;s:21:\"box-sizing:border-box\";i:2;s:13:\"margin-left:0\";i:3;s:14:\"padding-left:0\";i:4;s:15:\"padding-right:0\";i:5;s:13:\"text-indent:0\";}}i:680;a:2:{i:0;a:2:{s:40:\".wp-block-social-links .wp-social-link a\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:1:\"a\";}}s:46:\".wp-block-social-links .wp-social-link a:hover\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:3:{i:0;s:15:\"border-bottom:0\";i:1;s:15:\"box-shadow:none\";i:2;s:20:\"text-decoration:none\";}}i:681;a:2:{i:0;a:1:{s:42:\".wp-block-social-links .wp-social-link svg\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:2:{i:0;s:10:\"height:1em\";i:1;s:9:\"width:1em\";}}i:682;a:2:{i:0;a:1:{s:68:\".wp-block-social-links .wp-social-link span:not(.screen-reader-text)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:3:{i:0;s:15:\"font-size:.65em\";i:1;s:16:\"margin-left:.5em\";i:2;s:17:\"margin-right:.5em\";}}i:683;a:2:{i:0;a:1:{s:42:\".wp-block-social-links.has-small-icon-size\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:19:\"has-small-icon-size\";}}}i:1;a:1:{i:0;s:14:\"font-size:16px\";}}i:684;a:2:{i:0;a:2:{s:22:\".wp-block-social-links\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-social-links\";}}s:43:\".wp-block-social-links.has-normal-icon-size\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"has-normal-icon-size\";}}}i:1;a:1:{i:0;s:14:\"font-size:24px\";}}i:685;a:2:{i:0;a:1:{s:42:\".wp-block-social-links.has-large-icon-size\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:19:\"has-large-icon-size\";}}}i:1;a:1:{i:0;s:14:\"font-size:36px\";}}i:686;a:2:{i:0;a:1:{s:41:\".wp-block-social-links.has-huge-icon-size\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:18:\"has-huge-icon-size\";}}}i:1;a:1:{i:0;s:14:\"font-size:48px\";}}i:687;a:2:{i:0;a:1:{s:34:\".wp-block-social-links.aligncenter\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:22:\"justify-content:center\";}}i:688;a:2:{i:0;a:1:{s:33:\".wp-block-social-links.alignright\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:689;a:2:{i:0;a:1:{s:21:\".wp-block-social-link\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-social-link\";}}}i:1;a:4:{i:0;s:20:\"border-radius:9999px\";i:1;s:13:\"display:block\";i:2;s:11:\"height:auto\";i:3;s:29:\"transition:transform .1s ease\";}}i:690;s:39:\"@media (prefers-reduced-motion:reduce){\";i:691;a:2:{i:0;a:1:{s:21:\".wp-block-social-link\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-social-link\";}}}i:1;a:2:{i:0;s:19:\"transition-delay:0s\";i:1;s:22:\"transition-duration:0s\";}}i:692;s:1:\"}\";i:693;a:2:{i:0;a:1:{s:23:\".wp-block-social-link a\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-social-link\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:4:{i:0;s:18:\"align-items:center\";i:1;s:12:\"display:flex\";i:2;s:13:\"line-height:0\";i:3;s:29:\"transition:transform .1s ease\";}}i:694;a:2:{i:0;a:1:{s:27:\".wp-block-social-link:hover\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-social-link\";}}}i:1;a:1:{i:0;s:20:\"transform:scale(1.1)\";}}i:695;a:2:{i:0;a:1:{s:59:\".wp-block-social-links .wp-block-social-link.wp-social-link\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";}}}i:1;a:3:{i:0;s:20:\"display:inline-block\";i:1;s:8:\"margin:0\";i:2;s:9:\"padding:0\";}}i:696;a:2:{i:0;a:5:{s:88:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor\";a:1:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}}s:92:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg\";a:2:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}i:0;a:1:{i:0;s:3:\"svg\";}}s:95:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active\";a:1:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}}s:94:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover\";a:1:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}}s:96:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited\";a:1:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}}}i:1;a:2:{i:0;s:18:\"color:currentColor\";i:1;s:17:\"fill:currentColor\";}}i:697;a:2:{i:0;a:1:{s:72:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link\";a:1:{i:1;a:1:{i:0;s:14:\"wp-social-link\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f0f0f0\";i:1;s:10:\"color:#444\";}}i:698;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-amazon\";}}}i:1;a:2:{i:0;s:21:\"background-color:#f90\";i:1;s:10:\"color:#fff\";}}i:699;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-bandcamp\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1ea0c3\";i:1;s:10:\"color:#fff\";}}i:700;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-behance\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0757fe\";i:1;s:10:\"color:#fff\";}}i:701;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-bluesky\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0a7aff\";i:1;s:10:\"color:#fff\";}}i:702;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-codepen\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1e1f26\";i:1;s:10:\"color:#fff\";}}i:703;a:2:{i:0;a:1:{s:83:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-deviantart\";}}}i:1;a:2:{i:0;s:24:\"background-color:#02e49b\";i:1;s:10:\"color:#fff\";}}i:704;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-dribbble\";}}}i:1;a:2:{i:0;s:24:\"background-color:#e94c89\";i:1;s:10:\"color:#fff\";}}i:705;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-dropbox\";}}}i:1;a:2:{i:0;s:24:\"background-color:#4280ff\";i:1;s:10:\"color:#fff\";}}i:706;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy\";a:1:{i:1;a:1:{i:0;s:19:\"wp-social-link-etsy\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f45800\";i:1;s:10:\"color:#fff\";}}i:707;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-facebook\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1778f2\";i:1;s:10:\"color:#fff\";}}i:708;a:2:{i:0;a:1:{s:86:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx\";a:1:{i:1;a:1:{i:0;s:28:\"wp-social-link-fivehundredpx\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:709;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-flickr\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0461dd\";i:1;s:10:\"color:#fff\";}}i:710;a:2:{i:0;a:1:{s:83:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-foursquare\";}}}i:1;a:2:{i:0;s:24:\"background-color:#e65678\";i:1;s:10:\"color:#fff\";}}i:711;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-github\";}}}i:1;a:2:{i:0;s:24:\"background-color:#24292d\";i:1;s:10:\"color:#fff\";}}i:712;a:2:{i:0;a:1:{s:82:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-goodreads\";}}}i:1;a:2:{i:0;s:24:\"background-color:#eceadd\";i:1;s:13:\"color:#382110\";}}i:713;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-google\";}}}i:1;a:2:{i:0;s:24:\"background-color:#ea4434\";i:1;s:10:\"color:#fff\";}}i:714;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-gravatar\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1d4fc4\";i:1;s:10:\"color:#fff\";}}i:715;a:2:{i:0;a:1:{s:82:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-instagram\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f00075\";i:1;s:10:\"color:#fff\";}}i:716;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-lastfm\";}}}i:1;a:2:{i:0;s:24:\"background-color:#e21b24\";i:1;s:10:\"color:#fff\";}}i:717;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-linkedin\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0d66c2\";i:1;s:10:\"color:#fff\";}}i:718;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-mastodon\";}}}i:1;a:2:{i:0;s:24:\"background-color:#3288d4\";i:1;s:10:\"color:#fff\";}}i:719;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-medium\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:720;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-meetup\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f6405f\";i:1;s:10:\"color:#fff\";}}i:721;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-patreon\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:722;a:2:{i:0;a:1:{s:82:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-pinterest\";}}}i:1;a:2:{i:0;s:24:\"background-color:#e60122\";i:1;s:10:\"color:#fff\";}}i:723;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-pocket\";}}}i:1;a:2:{i:0;s:24:\"background-color:#ef4155\";i:1;s:10:\"color:#fff\";}}i:724;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-reddit\";}}}i:1;a:2:{i:0;s:24:\"background-color:#ff4500\";i:1;s:10:\"color:#fff\";}}i:725;a:2:{i:0;a:1:{s:78:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype\";a:1:{i:1;a:1:{i:0;s:20:\"wp-social-link-skype\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0478d7\";i:1;s:10:\"color:#fff\";}}i:726;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-snapchat\";}}}i:1;a:3:{i:0;s:24:\"background-color:#fefc00\";i:1;s:10:\"color:#fff\";i:2;s:11:\"stroke:#000\";}}i:727;a:2:{i:0;a:1:{s:83:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-soundcloud\";}}}i:1;a:2:{i:0;s:24:\"background-color:#ff5600\";i:1;s:10:\"color:#fff\";}}i:728;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-spotify\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1bd760\";i:1;s:10:\"color:#fff\";}}i:729;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-telegram\";}}}i:1;a:2:{i:0;s:24:\"background-color:#2aabee\";i:1;s:10:\"color:#fff\";}}i:730;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-threads\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:731;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-tiktok\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:732;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-tumblr\";}}}i:1;a:2:{i:0;s:24:\"background-color:#011835\";i:1;s:10:\"color:#fff\";}}i:733;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-twitch\";}}}i:1;a:2:{i:0;s:24:\"background-color:#6440a4\";i:1;s:10:\"color:#fff\";}}i:734;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-twitter\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1da1f2\";i:1;s:10:\"color:#fff\";}}i:735;a:2:{i:0;a:1:{s:78:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo\";a:1:{i:1;a:1:{i:0;s:20:\"wp-social-link-vimeo\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1eb7ea\";i:1;s:10:\"color:#fff\";}}i:736;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk\";a:1:{i:1;a:1:{i:0;s:17:\"wp-social-link-vk\";}}}i:1;a:2:{i:0;s:24:\"background-color:#4680c2\";i:1;s:10:\"color:#fff\";}}i:737;a:2:{i:0;a:1:{s:82:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-wordpress\";}}}i:1;a:2:{i:0;s:24:\"background-color:#3499cd\";i:1;s:10:\"color:#fff\";}}i:738;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-whatsapp\";}}}i:1;a:2:{i:0;s:24:\"background-color:#25d366\";i:1;s:10:\"color:#fff\";}}i:739;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x\";a:1:{i:1;a:1:{i:0;s:16:\"wp-social-link-x\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:740;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp\";a:1:{i:1;a:1:{i:0;s:19:\"wp-social-link-yelp\";}}}i:1;a:2:{i:0;s:24:\"background-color:#d32422\";i:1;s:10:\"color:#fff\";}}i:741;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-youtube\";}}}i:1;a:2:{i:0;s:20:\"background-color:red\";i:1;s:10:\"color:#fff\";}}i:742;a:2:{i:0;a:1:{s:66:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link\";a:1:{i:1;a:1:{i:0;s:14:\"wp-social-link\";}}}i:1;a:1:{i:0;s:15:\"background:none\";}}i:743;a:2:{i:0;a:1:{s:70:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg\";a:2:{i:1;a:1:{i:0;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:2:{i:0;s:13:\"height:1.25em\";i:1;s:12:\"width:1.25em\";}}i:744;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-amazon\";}}}i:1;a:1:{i:0;s:10:\"color:#f90\";}}i:745;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-bandcamp\";}}}i:1;a:1:{i:0;s:13:\"color:#1ea0c3\";}}i:746;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-behance\";}}}i:1;a:1:{i:0;s:13:\"color:#0757fe\";}}i:747;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-bluesky\";}}}i:1;a:1:{i:0;s:13:\"color:#0a7aff\";}}i:748;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-codepen\";}}}i:1;a:1:{i:0;s:13:\"color:#1e1f26\";}}i:749;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-deviantart\";}}}i:1;a:1:{i:0;s:13:\"color:#02e49b\";}}i:750;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-dribbble\";}}}i:1;a:1:{i:0;s:13:\"color:#e94c89\";}}i:751;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-dropbox\";}}}i:1;a:1:{i:0;s:13:\"color:#4280ff\";}}i:752;a:2:{i:0;a:1:{s:71:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy\";a:1:{i:1;a:1:{i:0;s:19:\"wp-social-link-etsy\";}}}i:1;a:1:{i:0;s:13:\"color:#f45800\";}}i:753;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-facebook\";}}}i:1;a:1:{i:0;s:13:\"color:#1778f2\";}}i:754;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx\";a:1:{i:1;a:1:{i:0;s:28:\"wp-social-link-fivehundredpx\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:755;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-flickr\";}}}i:1;a:1:{i:0;s:13:\"color:#0461dd\";}}i:756;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-foursquare\";}}}i:1;a:1:{i:0;s:13:\"color:#e65678\";}}i:757;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-github\";}}}i:1;a:1:{i:0;s:13:\"color:#24292d\";}}i:758;a:2:{i:0;a:1:{s:76:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-goodreads\";}}}i:1;a:1:{i:0;s:13:\"color:#382110\";}}i:759;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-google\";}}}i:1;a:1:{i:0;s:13:\"color:#ea4434\";}}i:760;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-gravatar\";}}}i:1;a:1:{i:0;s:13:\"color:#1d4fc4\";}}i:761;a:2:{i:0;a:1:{s:76:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-instagram\";}}}i:1;a:1:{i:0;s:13:\"color:#f00075\";}}i:762;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-lastfm\";}}}i:1;a:1:{i:0;s:13:\"color:#e21b24\";}}i:763;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-linkedin\";}}}i:1;a:1:{i:0;s:13:\"color:#0d66c2\";}}i:764;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-mastodon\";}}}i:1;a:1:{i:0;s:13:\"color:#3288d4\";}}i:765;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-medium\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:766;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-meetup\";}}}i:1;a:1:{i:0;s:13:\"color:#f6405f\";}}i:767;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-patreon\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:768;a:2:{i:0;a:1:{s:76:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-pinterest\";}}}i:1;a:1:{i:0;s:13:\"color:#e60122\";}}i:769;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-pocket\";}}}i:1;a:1:{i:0;s:13:\"color:#ef4155\";}}i:770;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-reddit\";}}}i:1;a:1:{i:0;s:13:\"color:#ff4500\";}}i:771;a:2:{i:0;a:1:{s:72:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype\";a:1:{i:1;a:1:{i:0;s:20:\"wp-social-link-skype\";}}}i:1;a:1:{i:0;s:13:\"color:#0478d7\";}}i:772;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-snapchat\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:11:\"stroke:#000\";}}i:773;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-soundcloud\";}}}i:1;a:1:{i:0;s:13:\"color:#ff5600\";}}i:774;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-spotify\";}}}i:1;a:1:{i:0;s:13:\"color:#1bd760\";}}i:775;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-telegram\";}}}i:1;a:1:{i:0;s:13:\"color:#2aabee\";}}i:776;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-threads\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:777;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-tiktok\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:778;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-tumblr\";}}}i:1;a:1:{i:0;s:13:\"color:#011835\";}}i:779;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-twitch\";}}}i:1;a:1:{i:0;s:13:\"color:#6440a4\";}}i:780;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-twitter\";}}}i:1;a:1:{i:0;s:13:\"color:#1da1f2\";}}i:781;a:2:{i:0;a:1:{s:72:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo\";a:1:{i:1;a:1:{i:0;s:20:\"wp-social-link-vimeo\";}}}i:1;a:1:{i:0;s:13:\"color:#1eb7ea\";}}i:782;a:2:{i:0;a:1:{s:69:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk\";a:1:{i:1;a:1:{i:0;s:17:\"wp-social-link-vk\";}}}i:1;a:1:{i:0;s:13:\"color:#4680c2\";}}i:783;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-whatsapp\";}}}i:1;a:1:{i:0;s:13:\"color:#25d366\";}}i:784;a:2:{i:0;a:1:{s:76:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-wordpress\";}}}i:1;a:1:{i:0;s:13:\"color:#3499cd\";}}i:785;a:2:{i:0;a:1:{s:68:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x\";a:1:{i:1;a:1:{i:0;s:16:\"wp-social-link-x\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:786;a:2:{i:0;a:1:{s:71:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp\";a:1:{i:1;a:1:{i:0;s:19:\"wp-social-link-yelp\";}}}i:1;a:1:{i:0;s:13:\"color:#d32422\";}}i:787;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-youtube\";}}}i:1;a:1:{i:0;s:9:\"color:red\";}}i:788;a:2:{i:0;a:1:{s:58:\".wp-block-social-links.is-style-pill-shape .wp-social-link\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-social-links\";i:1;s:19:\"is-style-pill-shape\";i:2;s:14:\"wp-social-link\";}}}i:1;a:1:{i:0;s:10:\"width:auto\";}}i:789;a:2:{i:0;a:1:{s:54:\":root :where(.wp-block-social-links .wp-social-link a)\";a:0:{}}i:1;a:1:{i:0;s:13:\"padding:.25em\";}}i:790;a:2:{i:0;a:1:{s:74:\":root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a)\";a:0:{}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:791;a:2:{i:0;a:1:{s:74:\":root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a)\";a:0:{}}i:1;a:2:{i:0;s:21:\"padding-left:.66667em\";i:1;s:22:\"padding-right:.66667em\";}}i:792;a:2:{i:0;a:1:{s:128:\".wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-social-links\";i:1;s:23:\"wp-social-link-snapchat\";i:2;s:26:\"wp-block-social-link-label\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:793;a:2:{i:0;a:1:{s:16:\".wp-block-spacer\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-spacer\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:794;a:2:{i:0;a:1:{s:19:\".wp-block-tag-cloud\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-tag-cloud\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:795;a:2:{i:0;a:1:{s:31:\".wp-block-tag-cloud.aligncenter\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-tag-cloud\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:22:\"justify-content:center\";i:1;s:17:\"text-align:center\";}}i:796;a:2:{i:0;a:1:{s:29:\".wp-block-tag-cloud.alignfull\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-tag-cloud\";i:1;s:9:\"alignfull\";}}}i:1;a:2:{i:0;s:16:\"padding-left:1em\";i:1;s:17:\"padding-right:1em\";}}i:797;a:2:{i:0;a:1:{s:21:\".wp-block-tag-cloud a\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-tag-cloud\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-right:5px\";}}i:798;a:2:{i:0;a:1:{s:24:\".wp-block-tag-cloud span\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-tag-cloud\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:3:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-left:5px\";i:2;s:20:\"text-decoration:none\";}}i:799;a:2:{i:0;a:1:{s:50:\":root :where(.wp-block-tag-cloud.is-style-outline)\";a:0:{}}i:1;a:3:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";i:2;s:7:\"gap:1ch\";}}i:800;a:2:{i:0;a:1:{s:52:\":root :where(.wp-block-tag-cloud.is-style-outline a)\";a:0:{}}i:1;a:3:{i:0;s:16:\"border:1px solid\";i:1;s:14:\"margin-right:0\";i:2;s:15:\"padding:1ch 2ch\";}}i:801;a:2:{i:0;a:1:{s:74:\":root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_)\";a:0:{}}i:1;a:2:{i:0;s:15:\"font-size:unset\";i:1;s:20:\"text-decoration:none\";}}i:802;a:2:{i:0;a:1:{s:15:\".wp-block-table\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}}}i:1;a:1:{i:0;s:15:\"overflow-x:auto\";}}i:803;a:2:{i:0;a:1:{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:2:{i:0;s:24:\"border-collapse:collapse\";i:1;s:10:\"width:100%\";}}i:804;a:2:{i:0;a:1:{s:21:\".wp-block-table thead\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"thead\";}}}i:1;a:1:{i:0;s:23:\"border-bottom:3px solid\";}}i:805;a:2:{i:0;a:1:{s:21:\".wp-block-table tfoot\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"tfoot\";}}}i:1;a:1:{i:0;s:20:\"border-top:3px solid\";}}i:806;a:2:{i:0;a:2:{s:18:\".wp-block-table td\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:2:\"td\";}}s:18:\".wp-block-table th\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:2:{i:0;s:16:\"border:1px solid\";i:1;s:12:\"padding:.5em\";}}i:807;a:2:{i:0;a:1:{s:33:\".wp-block-table .has-fixed-layout\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-fixed-layout\";}}}i:1;a:2:{i:0;s:18:\"table-layout:fixed\";i:1;s:10:\"width:100%\";}}i:808;a:2:{i:0;a:2:{s:36:\".wp-block-table .has-fixed-layout td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-fixed-layout\";}i:0;a:1:{i:0;s:2:\"td\";}}s:36:\".wp-block-table .has-fixed-layout th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-fixed-layout\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:21:\"word-break:break-word\";}}i:809;a:2:{i:0;a:3:{s:27:\".wp-block-table.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:11:\"aligncenter\";}}s:25:\".wp-block-table.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-table.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:13:\"display:table\";i:1;s:10:\"width:auto\";}}i:810;a:2:{i:0;a:6:{s:30:\".wp-block-table.aligncenter td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:2:\"td\";}}s:30:\".wp-block-table.aligncenter th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:2:\"th\";}}s:28:\".wp-block-table.alignleft td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"td\";}}s:28:\".wp-block-table.alignleft th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"th\";}}s:29:\".wp-block-table.alignright td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"td\";}}s:29:\".wp-block-table.alignright th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:21:\"word-break:break-word\";}}i:811;a:2:{i:0;a:1:{s:55:\".wp-block-table .has-subtle-light-gray-background-color\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:38:\"has-subtle-light-gray-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f3f4f5\";}}i:812;a:2:{i:0;a:1:{s:55:\".wp-block-table .has-subtle-pale-green-background-color\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:38:\"has-subtle-pale-green-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#e9fbe5\";}}i:813;a:2:{i:0;a:1:{s:54:\".wp-block-table .has-subtle-pale-blue-background-color\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:37:\"has-subtle-pale-blue-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#e7f5fe\";}}i:814;a:2:{i:0;a:1:{s:54:\".wp-block-table .has-subtle-pale-pink-background-color\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:37:\"has-subtle-pale-pink-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#fcf0ef\";}}i:815;a:2:{i:0;a:1:{s:32:\".wp-block-table.is-style-stripes\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";}}}i:1;a:4:{i:0;s:24:\"background-color:initial\";i:1;s:31:\"border-bottom:1px solid #f0f0f0\";i:2;s:23:\"border-collapse:inherit\";i:3;s:16:\"border-spacing:0\";}}i:816;a:2:{i:0;a:1:{s:56:\".wp-block-table.is-style-stripes tbody tr:nth-child(odd)\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f0f0f0\";}}i:817;a:2:{i:0;a:1:{s:95:\".wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd)\";a:2:{i:1;a:3:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";i:2;s:38:\"has-subtle-light-gray-background-color\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f3f4f5\";}}i:818;a:2:{i:0;a:1:{s:95:\".wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd)\";a:2:{i:1;a:3:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";i:2;s:38:\"has-subtle-pale-green-background-color\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#e9fbe5\";}}i:819;a:2:{i:0;a:1:{s:94:\".wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd)\";a:2:{i:1;a:3:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";i:2;s:37:\"has-subtle-pale-blue-background-color\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#e7f5fe\";}}i:820;a:2:{i:0;a:1:{s:94:\".wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd)\";a:2:{i:1;a:3:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";i:2;s:37:\"has-subtle-pale-pink-background-color\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#fcf0ef\";}}i:821;a:2:{i:0;a:2:{s:35:\".wp-block-table.is-style-stripes td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";}i:0;a:1:{i:0;s:2:\"td\";}}s:35:\".wp-block-table.is-style-stripes th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:26:\"border-color:rgba(0,0,0,0)\";}}i:822;a:2:{i:0;a:4:{s:36:\".wp-block-table .has-border-color td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-border-color\";}i:0;a:1:{i:0;s:2:\"td\";}}s:36:\".wp-block-table .has-border-color th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-border-color\";}i:0;a:1:{i:0;s:2:\"th\";}}s:36:\".wp-block-table .has-border-color tr\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-border-color\";}i:0;a:1:{i:0;s:2:\"tr\";}}s:35:\".wp-block-table .has-border-color>*\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-border-color\";}}}i:1;a:1:{i:0;s:20:\"border-color:inherit\";}}i:823;a:2:{i:0;a:6:{s:79:\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:82:\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:3:{i:0;s:5:\"table\";i:1;s:2:\"tr\";i:2;s:2:\"td\";}}s:82:\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:3:{i:0;s:5:\"table\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}s:66:\".wp-block-table table[data-amp-original-style*=border-top-color]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-top-color]>* td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-top-color]>* th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:24:\"border-top-color:inherit\";}}i:824;a:2:{i:0;a:1:{s:85:\".wp-block-table table[data-amp-original-style*=border-top-color] tr:not(:first-child)\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"border-top-color:initial\";}}i:825;a:2:{i:0;a:4:{s:80:\".wp-block-table table[data-amp-original-style*=border-right-color] td:last-child\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-right-color] th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-right-color] tr\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:68:\".wp-block-table table[data-amp-original-style*=border-right-color]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}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:26:\"border-right-color:inherit\";}}i:826;a:2:{i:0;a:6:{s:81:\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:84:\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:3:{i:0;s:5:\"table\";i:1;s:2:\"tr\";i:2;s:2:\"td\";}}s:84:\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:3:{i:0;s:5:\"table\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-bottom-color]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}s:72:\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:72:\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:27:\"border-bottom-color:inherit\";}}i:827;a:2:{i:0;a:1:{s:87:\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:not(:last-child)\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:27:\"border-bottom-color:initial\";}}i:828;a:2:{i:0;a:4:{s:80:\".wp-block-table table[data-amp-original-style*=border-left-color] td:first-child\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:68:\".wp-block-table table[data-amp-original-style*=border-left-color] th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}s:68:\".wp-block-table table[data-amp-original-style*=border-left-color] tr\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:67:\".wp-block-table table[data-amp-original-style*=border-left-color]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}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:25:\"border-left-color:inherit\";}}i:829;a:2:{i:0;a:4:{s:63:\".wp-block-table table[data-amp-original-style*=border-style] td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:63:\".wp-block-table table[data-amp-original-style*=border-style] th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}s:63:\".wp-block-table table[data-amp-original-style*=border-style] tr\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:62:\".wp-block-table table[data-amp-original-style*=border-style]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}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:20:\"border-style:inherit\";}}i:830;a:2:{i:0;a:4:{s:63:\".wp-block-table table[data-amp-original-style*=border-width] td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:63:\".wp-block-table table[data-amp-original-style*=border-width] th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}s:63:\".wp-block-table table[data-amp-original-style*=border-width] tr\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:62:\".wp-block-table table[data-amp-original-style*=border-width]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:2:{i:0;s:20:\"border-style:inherit\";i:1;s:20:\"border-width:inherit\";}}i:831;a:2:{i:0;a:1:{s:34:\":where(.wp-block-term-description)\";a:0:{}}i:1;a:2:{i:0;s:41:\"margin-bottom:var(--wp--style--block-gap)\";i:1;s:38:\"margin-top:var(--wp--style--block-gap)\";}}i:832;a:2:{i:0;a:1:{s:28:\".wp-block-term-description p\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-term-description\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:12:\"margin-top:0\";}}i:833;a:2:{i:0;a:2:{s:22:\".wp-block-text-columns\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-text-columns\";}}s:34:\".wp-block-text-columns.aligncenter\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-text-columns\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:834;a:2:{i:0;a:1:{s:39:\".wp-block-text-columns .wp-block-column\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-text-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:2:{i:0;s:12:\"margin:0 1em\";i:1;s:9:\"padding:0\";}}i:835;a:2:{i:0;a:1:{s:51:\".wp-block-text-columns .wp-block-column:first-child\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-text-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:836;a:2:{i:0;a:1:{s:50:\".wp-block-text-columns .wp-block-column:last-child\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-text-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:837;a:2:{i:0;a:1:{s:49:\".wp-block-text-columns.columns-2 .wp-block-column\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-text-columns\";i:1;s:9:\"columns-2\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:838;a:2:{i:0;a:1:{s:49:\".wp-block-text-columns.columns-3 .wp-block-column\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-text-columns\";i:1;s:9:\"columns-3\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:15:\"width:33.33333%\";}}i:839;a:2:{i:0;a:1:{s:49:\".wp-block-text-columns.columns-4 .wp-block-column\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-text-columns\";i:1;s:9:\"columns-4\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:9:\"width:25%\";}}i:840;a:2:{i:0;a:1:{s:18:\"pre.wp-block-verse\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-verse\";}i:0;a:1:{i:0;s:3:\"pre\";}}}i:1;a:2:{i:0;s:13:\"overflow:auto\";i:1;s:20:\"white-space:pre-wrap\";}}i:841;a:2:{i:0;a:1:{s:26:\":where(pre.wp-block-verse)\";a:0:{}}i:1;a:1:{i:0;s:19:\"font-family:inherit\";}}i:842;a:2:{i:0;a:1:{s:15:\".wp-block-video\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:843;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:2:{i:0;s:21:\"vertical-align:middle\";i:1;s:10:\"width:100%\";}}i:844;s:28:\"@supports (position:sticky){\";i:845;a:2:{i:0;a:1:{s:24:\".wp-block-video [poster]\";a:2:{i:3;a:1:{i:0;s:6:\"poster\";}i:1;a:1:{i:0;s:14:\"wp-block-video\";}}}i:1;a:1:{i:0;s:16:\"object-fit:cover\";}}i:846;s:1:\"}\";i:847;a:2:{i:0;a:1:{s:27:\".wp-block-video.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-video\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:848;a:2:{i:0;a:1:{s:34:\".wp-block-video :where(figcaption)\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:849;a:2:{i:0;a:2:{s:22:\".editor-styles-wrapper\";a:1:{i:1;a:1:{i:0;s:21:\"editor-styles-wrapper\";}}s:14:\".entry-content\";a:1:{i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:1:{i:0;s:23:\"counter-reset:footnotes\";}}i:850;a:2:{i:0;a:1:{s:13:\"a[data-fn].fn\";a:3:{i:3;a:1:{i:0;s:7:\"data-fn\";}i:1;a:1:{i:0;s:2:\"fn\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:6:{i:0;s:27:\"counter-increment:footnotes\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"font-size:smaller\";i:3;s:20:\"text-decoration:none\";i:4;s:22:\"text-indent:-9999999px\";i:5;s:20:\"vertical-align:super\";}}i:851;a:2:{i:0;a:1:{s:19:\"a[data-fn].fn:after\";a:3:{i:3;a:1:{i:0;s:7:\"data-fn\";}i:1;a:1:{i:0;s:2:\"fn\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:3:{i:0;s:34:\"content:\"[\" counter(footnotes) \"]\"\";i:1;s:10:\"float:left\";i:2;s:13:\"text-indent:0\";}}i:852;a:2:{i:0;a:1:{s:18:\".wp-element-button\";a:1:{i:1;a:1:{i:0;s:17:\"wp-element-button\";}}}i:1;a:1:{i:0;s:14:\"cursor:pointer\";}}i:853;a:2:{i:0;a:1:{s:5:\":root\";a:0:{}}i:1;a:2:{i:0;s:36:\"--wp--preset--font-size--normal:16px\";i:1;s:34:\"--wp--preset--font-size--huge:42px\";}}i:854;a:2:{i:0;a:1:{s:43:\":root .has-very-light-gray-background-color\";a:1:{i:1;a:1:{i:0;s:36:\"has-very-light-gray-background-color\";}}}i:1;a:1:{i:0;s:21:\"background-color:#eee\";}}i:855;a:2:{i:0;a:1:{s:42:\":root .has-very-dark-gray-background-color\";a:1:{i:1;a:1:{i:0;s:35:\"has-very-dark-gray-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#313131\";}}i:856;a:2:{i:0;a:1:{s:32:\":root .has-very-light-gray-color\";a:1:{i:1;a:1:{i:0;s:25:\"has-very-light-gray-color\";}}}i:1;a:1:{i:0;s:10:\"color:#eee\";}}i:857;a:2:{i:0;a:1:{s:31:\":root .has-very-dark-gray-color\";a:1:{i:1;a:1:{i:0;s:24:\"has-very-dark-gray-color\";}}}i:1;a:1:{i:0;s:13:\"color:#313131\";}}i:858;a:2:{i:0;a:1:{s:66:\":root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\";a:1:{i:1;a:1:{i:0;s:59:\"has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#00d084,#0693e3)\";}}i:859;a:2:{i:0;a:1:{s:43:\":root .has-purple-crush-gradient-background\";a:1:{i:1;a:1:{i:0;s:36:\"has-purple-crush-gradient-background\";}}}i:1;a:1:{i:0;s:62:\"background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)\";}}i:860;a:2:{i:0;a:1:{s:40:\":root .has-hazy-dawn-gradient-background\";a:1:{i:1;a:1:{i:0;s:33:\"has-hazy-dawn-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#faaca8,#dad0ec)\";}}i:861;a:2:{i:0;a:1:{s:44:\":root .has-subdued-olive-gradient-background\";a:1:{i:1;a:1:{i:0;s:37:\"has-subdued-olive-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#fafae1,#67a671)\";}}i:862;a:2:{i:0;a:1:{s:43:\":root .has-atomic-cream-gradient-background\";a:1:{i:1;a:1:{i:0;s:36:\"has-atomic-cream-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#fdd79a,#004a59)\";}}i:863;a:2:{i:0;a:1:{s:41:\":root .has-nightshade-gradient-background\";a:1:{i:1;a:1:{i:0;s:34:\"has-nightshade-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#330968,#31cdcf)\";}}i:864;a:2:{i:0;a:1:{s:39:\":root .has-midnight-gradient-background\";a:1:{i:1;a:1:{i:0;s:32:\"has-midnight-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#020381,#2874fc)\";}}i:865;a:2:{i:0;a:1:{s:22:\".has-regular-font-size\";a:1:{i:1;a:1:{i:0;s:21:\"has-regular-font-size\";}}}i:1;a:1:{i:0;s:13:\"font-size:1em\";}}i:866;a:2:{i:0;a:1:{s:21:\".has-larger-font-size\";a:1:{i:1;a:1:{i:0;s:20:\"has-larger-font-size\";}}}i:1;a:1:{i:0;s:17:\"font-size:2.625em\";}}i:867;a:2:{i:0;a:1:{s:21:\".has-normal-font-size\";a:1:{i:1;a:1:{i:0;s:20:\"has-normal-font-size\";}}}i:1;a:1:{i:0;s:46:\"font-size:var(--wp--preset--font-size--normal)\";}}i:868;a:2:{i:0;a:1:{s:19:\".has-huge-font-size\";a:1:{i:1;a:1:{i:0;s:18:\"has-huge-font-size\";}}}i:1;a:1:{i:0;s:44:\"font-size:var(--wp--preset--font-size--huge)\";}}i:869;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:17:\"text-align:center\";}}i:870;a:2:{i:0;a:1:{s:20:\".has-text-align-left\";a:1:{i:1;a:1:{i:0;s:19:\"has-text-align-left\";}}}i:1;a:1:{i:0;s:15:\"text-align:left\";}}i:871;a:2:{i:0;a:1:{s:21:\".has-text-align-right\";a:1:{i:1;a:1:{i:0;s:20:\"has-text-align-right\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:872;a:2:{i:0;a:1:{s:29:\"#end-resizable-editor-section\";a:1:{i:2;a:1:{i:0;s:28:\"end-resizable-editor-section\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:873;a:2:{i:0;a:1:{s:12:\".aligncenter\";a:1:{i:1;a:1:{i:0;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:874;a:2:{i:0;a:1:{s:21:\".items-justified-left\";a:1:{i:1;a:1:{i:0;s:20:\"items-justified-left\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:875;a:2:{i:0;a:1:{s:23:\".items-justified-center\";a:1:{i:1;a:1:{i:0;s:22:\"items-justified-center\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:876;a:2:{i:0;a:1:{s:22:\".items-justified-right\";a:1:{i:1;a:1:{i:0;s:21:\"items-justified-right\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:877;a:2:{i:0;a:1:{s:30:\".items-justified-space-between\";a:1:{i:1;a:1:{i:0;s:29:\"items-justified-space-between\";}}}i:1;a:1:{i:0;s:29:\"justify-content:space-between\";}}i:878;a:2:{i:0;a:1:{s:19:\".screen-reader-text\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:9:{i:0;s:8:\"border:0\";i:1;s:26:\"clip:rect(1px,1px,1px,1px)\";i:2;s:20:\"clip-path:inset(50%)\";i:3;s:10:\"height:1px\";i:4;s:11:\"margin:-1px\";i:5;s:15:\"overflow:hidden\";i:6;s:9:\"padding:0\";i:7;s:17:\"position:absolute\";i:8;s:9:\"width:1px\";}}i:879;a:2:{i:0;a:1:{s:39:\".screen-reader-text:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:1:{i:0;s:16:\"word-wrap:normal\";}}i:880;a:2:{i:0;a:1:{s:25:\".screen-reader-text:focus\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:13:{i:0;s:21:\"background-color:#ddd\";i:1;s:14:\"clip-path:none\";i:2;s:10:\"color:#444\";i:3;s:13:\"display:block\";i:4;s:13:\"font-size:1em\";i:5;s:11:\"height:auto\";i:6;s:8:\"left:5px\";i:7;s:18:\"line-height:normal\";i:8;s:22:\"padding:15px 23px 14px\";i:9;s:20:\"text-decoration:none\";i:10;s:7:\"top:5px\";i:11;s:10:\"width:auto\";i:12;s:14:\"z-index:100000\";}}i:881;a:2:{i:0;a:1:{s:45:\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:1:{i:0;s:9:\"clip:auto\";}}i:882;a:2:{i:0;a:1:{s:30:\"html :where(.has-border-color)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:18:\"border-style:solid\";}}i:883;a:2:{i:0;a:1:{s:56:\"html :where([data-amp-original-style*=border-top-color])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:22:\"border-top-style:solid\";}}i:884;a:2:{i:0;a:1:{s:58:\"html :where([data-amp-original-style*=border-right-color])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:24:\"border-right-style:solid\";}}i:885;a:2:{i:0;a:1:{s:59:\"html :where([data-amp-original-style*=border-bottom-color])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:25:\"border-bottom-style:solid\";}}i:886;a:2:{i:0;a:1:{s:57:\"html :where([data-amp-original-style*=border-left-color])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:23:\"border-left-style:solid\";}}i:887;a:2:{i:0;a:1:{s:52:\"html :where([data-amp-original-style*=border-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:18:\"border-style:solid\";}}i:888;a:2:{i:0;a:1:{s:56:\"html :where([data-amp-original-style*=border-top-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:22:\"border-top-style:solid\";}}i:889;a:2:{i:0;a:1:{s:58:\"html :where([data-amp-original-style*=border-right-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:24:\"border-right-style:solid\";}}i:890;a:2:{i:0;a:1:{s:59:\"html :where([data-amp-original-style*=border-bottom-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:25:\"border-bottom-style:solid\";}}i:891;a:2:{i:0;a:1:{s:57:\"html :where([data-amp-original-style*=border-left-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:23:\"border-left-style:solid\";}}i:892;a:2:{i:0;a:2:{s:38:\"html :where(amp-img[class*=wp-image-])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}s:39:\"html :where(amp-anim[class*=wp-image-])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:2:{i:0;s:11:\"height:auto\";i:1;s:14:\"max-width:100%\";}}i:893;a:2:{i:0;a:1:{s:14:\":where(figure)\";a:0:{}}i:1;a:1:{i:0;s:14:\"margin:0 0 1em\";}}i:894;a:2:{i:0;a:1:{s:32:\"html :where(.is-position-sticky)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:77:\"--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)\";}}i:895;s:36:\"@media screen and (max-width:600px){\";i:896;a:2:{i:0;a:1:{s:32:\"html :where(.is-position-sticky)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:42:\"--wp-admin--admin-bar--position-offset:0px\";}}i:897;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"510fa8999f64884783ceae119bdf6bca\";s:10:\"parse_time\";d:0.2311551570892334;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(4761,'_transient_timeout_amp-parsed-stylesheet-v40-2b01735338a58ec20cafc80446ff6585','1733897108','off'),
(4762,'_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.025949954986572266;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(5275,'_transient_timeout_amp-parsed-stylesheet-v40-d2209c46702c3920b3faa51dd4eeade8','1734077638','off'),
(5276,'_transient_amp-parsed-stylesheet-v40-d2209c46702c3920b3faa51dd4eeade8','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.007998943328857422;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(5280,'db_upgraded','1','auto'),
(5292,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"8d89f3b6df55c5e942d860974145f4ae\";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'),
(5293,'_transient_timeout_amp-parsed-stylesheet-v40-762155d02d68739ed192821afb93e310','1734081586','off');
INSERT INTO `wp_options` VALUES
(5294,'_transient_amp-parsed-stylesheet-v40-762155d02d68739ed192821afb93e310','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.025767087936401367;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(5295,'_transient_timeout_amp-parsed-stylesheet-v40-ae523532daf956201133ae2e1722ea68','1734081586','off'),
(5296,'_transient_amp-parsed-stylesheet-v40-ae523532daf956201133ae2e1722ea68','a:8:{s:6:\"tokens\";a:927:{i:0;a:2:{i:0;a:1:{s:18:\".wp-block-archives\";a:1:{i:1;a:1:{i:0;s:17:\"wp-block-archives\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:1;a:2:{i:0;a:1:{s:33:\".wp-block-archives-dropdown label\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-archives-dropdown\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:2;a:2:{i:0;a:1:{s:16:\".wp-block-avatar\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-avatar\";}}}i:1;a:1:{i:0;s:13:\"line-height:0\";}}i:3;a:2:{i:0;a:3:{s:16:\".wp-block-avatar\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-avatar\";}}s:24:\".wp-block-avatar amp-img\";a:2:{i:1;a:1:{i:0;s:15:\"wp-block-avatar\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:25:\".wp-block-avatar amp-anim\";a:2:{i:1;a:1:{i:0;s:15:\"wp-block-avatar\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:4;a:2:{i:0;a:1:{s:28:\".wp-block-avatar.aligncenter\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-avatar\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:5;a:2:{i:0;a:1:{s:15:\".wp-block-audio\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-audio\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:6;a:2:{i:0;a:1:{s:34:\".wp-block-audio :where(figcaption)\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-audio\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:7;a:2:{i:0;a:1:{s:25:\".wp-block-audio amp-audio\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-audio\";}i:0;a:1:{i:0;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:15:\"min-width:300px\";i:1;s:10:\"width:100%\";}}i:8;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:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:14:\"cursor:pointer\";i:2;s:20:\"display:inline-block\";i:3;s:17:\"text-align:center\";i:4;s:21:\"word-break:break-word\";}}i:9;a:2:{i:0;a:1:{s:34:\".wp-block-button__link.aligncenter\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-button__link\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:10;a:2:{i:0;a:1:{s:33:\".wp-block-button__link.alignright\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-button__link\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:11;a:2:{i:0;a:1:{s:30:\":where(.wp-block-button__link)\";a:0:{}}i:1;a:4:{i:0;s:20:\"border-radius:9999px\";i:1;s:15:\"box-shadow:none\";i:2;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:3;s:20:\"text-decoration:none\";}}i:12;a:2:{i:0;a:1:{s:81:\".wp-block-button[data-amp-original-style*=text-decoration] .wp-block-button__link\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}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:23:\"text-decoration:inherit\";}}i:13;a:2:{i:0;a:1:{s:51:\".wp-block-buttons>.wp-block-button.has-custom-width\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:16:\"has-custom-width\";}}}i:1;a:1:{i:0;s:14:\"max-width:none\";}}i:14;a:2:{i:0;a:1:{s:74:\".wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:16:\"has-custom-width\";i:3;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:15;a:2:{i:0;a:1:{s:78:\".wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:20:\"has-custom-font-size\";i:3;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:17:\"font-size:inherit\";}}i:16;a:2:{i:0;a:1:{s:60:\".wp-block-buttons>.wp-block-button.wp-block-button__width-25\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:25:\"wp-block-button__width-25\";}}}i:1;a:1:{i:0;s:56:\"width:calc(25% - var(--wp--style--block-gap,.5em) * .75)\";}}i:17;a:2:{i:0;a:1:{s:60:\".wp-block-buttons>.wp-block-button.wp-block-button__width-50\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:25:\"wp-block-button__width-50\";}}}i:1;a:1:{i:0;s:55:\"width:calc(50% - var(--wp--style--block-gap,.5em) * .5)\";}}i:18;a:2:{i:0;a:1:{s:60:\".wp-block-buttons>.wp-block-button.wp-block-button__width-75\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:25:\"wp-block-button__width-75\";}}}i:1;a:1:{i:0;s:56:\"width:calc(75% - var(--wp--style--block-gap,.5em) * .25)\";}}i:19;a:2:{i:0;a:1:{s:61:\".wp-block-buttons>.wp-block-button.wp-block-button__width-100\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:26:\"wp-block-button__width-100\";}}}i:1;a:2:{i:0;s:15:\"flex-basis:100%\";i:1;s:10:\"width:100%\";}}i:20;a:2:{i:0;a:1:{s:72:\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";i:2;s:15:\"wp-block-button\";i:3;s:25:\"wp-block-button__width-25\";}}}i:1;a:1:{i:0;s:9:\"width:25%\";}}i:21;a:2:{i:0;a:1:{s:72:\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";i:2;s:15:\"wp-block-button\";i:3;s:25:\"wp-block-button__width-50\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:22;a:2:{i:0;a:1:{s:72:\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";i:2;s:15:\"wp-block-button\";i:3;s:25:\"wp-block-button__width-75\";}}}i:1;a:1:{i:0;s:9:\"width:75%\";}}i:23;a:2:{i:0;a:2:{s:33:\".wp-block-button.is-style-squared\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-squared\";}}s:55:\".wp-block-button__link.wp-block-button.is-style-squared\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-button__link\";i:1;s:15:\"wp-block-button\";i:2;s:16:\"is-style-squared\";}}}i:1;a:1:{i:0;s:15:\"border-radius:0\";}}i:24;a:2:{i:0;a:2:{s:53:\".wp-block-button.no-border-radius:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"no-border-radius\";}}s:59:\".wp-block-button__link.no-border-radius:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-button__link\";i:1;s:16:\"no-border-radius\";}}}i:1;a:1:{i:0;s:15:\"border-radius:0\";}}i:25;a:2:{i:0;a:2:{s:70:\":root :where(.wp-block-button .wp-block-button__link.is-style-outline)\";a:0:{}s:70:\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link)\";a:0:{}}i:1;a:2:{i:0;s:16:\"border:2px solid\";i:1;s:22:\"padding:.667em 1.333em\";}}i:26;a:2:{i:0;a:2:{s:91:\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color))\";a:0:{}s:91:\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color))\";a:0:{}}i:1;a:1:{i:0;s:18:\"color:currentColor\";}}i:27;a:2:{i:0;a:2:{s:91:\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background))\";a:0:{}s:91:\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background))\";a:0:{}}i:1;a:2:{i:0;s:24:\"background-color:initial\";i:1;s:21:\"background-image:none\";}}i:28;a:2:{i:0;a:1:{s:29:\".wp-block-buttons.is-vertical\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:21:\"flex-direction:column\";}}i:29;a:2:{i:0;a:1:{s:57:\".wp-block-buttons.is-vertical>.wp-block-button:last-child\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";i:2;s:15:\"wp-block-button\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:30;a:2:{i:0;a:1:{s:34:\".wp-block-buttons>.wp-block-button\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:8:\"margin:0\";}}i:31;a:2:{i:0;a:1:{s:47:\".wp-block-buttons.is-content-justification-left\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:29:\"is-content-justification-left\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:32;a:2:{i:0;a:1:{s:59:\".wp-block-buttons.is-content-justification-left.is-vertical\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:29:\"is-content-justification-left\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:22:\"align-items:flex-start\";}}i:33;a:2:{i:0;a:1:{s:49:\".wp-block-buttons.is-content-justification-center\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:31:\"is-content-justification-center\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:34;a:2:{i:0;a:1:{s:61:\".wp-block-buttons.is-content-justification-center.is-vertical\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:31:\"is-content-justification-center\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:18:\"align-items:center\";}}i:35;a:2:{i:0;a:1:{s:48:\".wp-block-buttons.is-content-justification-right\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:30:\"is-content-justification-right\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:36;a:2:{i:0;a:1:{s:60:\".wp-block-buttons.is-content-justification-right.is-vertical\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:30:\"is-content-justification-right\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:20:\"align-items:flex-end\";}}i:37;a:2:{i:0;a:1:{s:56:\".wp-block-buttons.is-content-justification-space-between\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:38:\"is-content-justification-space-between\";}}}i:1;a:1:{i:0;s:29:\"justify-content:space-between\";}}i:38;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:17:\"text-align:center\";}}i:39;a:2:{i:0;a:2:{s:76:\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";}}s:82:\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button__link\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:23:\"text-decoration:inherit\";}}i:40;a:2:{i:0;a:1:{s:61:\".wp-block-buttons.has-custom-font-size .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:20:\"has-custom-font-size\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:17:\"font-size:inherit\";}}i:41;a:2:{i:0;a:2:{s:28:\".wp-block-button.aligncenter\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:11:\"aligncenter\";}}s:18:\".wp-block-calendar\";a:1:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:42;a:2:{i:0;a:2:{s:21:\".wp-block-calendar td\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:2:\"td\";}}s:21:\".wp-block-calendar th\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:2:{i:0;s:16:\"border:1px solid\";i:1;s:13:\"padding:.25em\";}}i:43;a:2:{i:0;a:1:{s:21:\".wp-block-calendar th\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:15:\"font-weight:400\";}}i:44;a:2:{i:0;a:1:{s:26:\".wp-block-calendar caption\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:7:\"caption\";}}}i:1;a:1:{i:0;s:24:\"background-color:inherit\";}}i:45;a:2:{i:0;a:1:{s:24:\".wp-block-calendar table\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}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:46;a:2:{i:0;a:1:{s:53:\".wp-block-calendar table:where(:not(.has-text-color))\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:1:{i:0;s:13:\"color:#40464d\";}}i:47;a:2:{i:0;a:2:{s:56:\".wp-block-calendar table:where(:not(.has-text-color)) td\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:56:\".wp-block-calendar table:where(:not(.has-text-color)) th\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:17:\"border-color:#ddd\";}}i:48;a:2:{i:0;a:1:{s:42:\".wp-block-calendar table.has-background th\";a:2:{i:1;a:2:{i:0;s:17:\"wp-block-calendar\";i:1;s:14:\"has-background\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:24:\"background-color:inherit\";}}i:49;a:2:{i:0;a:1:{s:42:\".wp-block-calendar table.has-text-color th\";a:2:{i:1;a:2:{i:0;s:17:\"wp-block-calendar\";i:1;s:14:\"has-text-color\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:50;a:2:{i:0;a:1:{s:56:\":where(.wp-block-calendar table:not(.has-background) th)\";a:1:{i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:15:\"background:#ddd\";}}i:51;a:2:{i:0;a:1:{s:20:\".wp-block-categories\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-categories\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:52;a:2:{i:0;a:1:{s:30:\".wp-block-categories.alignleft\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-categories\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:16:\"margin-right:2em\";}}i:53;a:2:{i:0;a:1:{s:31:\".wp-block-categories.alignright\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-categories\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:15:\"margin-left:2em\";}}i:54;a:2:{i:0;a:1:{s:61:\".wp-block-categories.wp-block-categories-dropdown.aligncenter\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-categories\";i:1;s:28:\"wp-block-categories-dropdown\";i:2;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:55;a:2:{i:0;a:1:{s:48:\".wp-block-categories .wp-block-categories__label\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-categories\";i:1;s:26:\"wp-block-categories__label\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";}}i:56;a:2:{i:0;a:1:{s:14:\".wp-block-code\";a:1:{i:1;a:1:{i:0;s:13:\"wp-block-code\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:57;a:2:{i:0;a:1:{s:19:\".wp-block-code code\";a:2:{i:1;a:1:{i:0;s:13:\"wp-block-code\";}i:0;a:1:{i:0;s:4:\"code\";}}}i:1;a:4:{i:0;s:13:\"display:block\";i:1;s:19:\"font-family:inherit\";i:2;s:24:\"overflow-wrap:break-word\";i:3;s:20:\"white-space:pre-wrap\";}}i:58;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:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:12:\"display:flex\";}}i:59;a:2:{i:0;a:1:{s:37:\".wp-block-columns:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}}i:1;a:2:{i:0;s:18:\"align-items:normal\";i:1;s:14:\"flex-wrap:wrap\";}}i:60;s:25:\"@media (min-width:782px){\";i:61;a:2:{i:0;a:1:{s:37:\".wp-block-columns:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}}i:1;a:1:{i:0;s:16:\"flex-wrap:nowrap\";}}i:62;s:1:\"}\";i:63;a:2:{i:0;a:1:{s:44:\".wp-block-columns.are-vertically-aligned-top\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:26:\"are-vertically-aligned-top\";}}}i:1;a:1:{i:0;s:22:\"align-items:flex-start\";}}i:64;a:2:{i:0;a:1:{s:47:\".wp-block-columns.are-vertically-aligned-center\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:29:\"are-vertically-aligned-center\";}}}i:1;a:1:{i:0;s:18:\"align-items:center\";}}i:65;a:2:{i:0;a:1:{s:47:\".wp-block-columns.are-vertically-aligned-bottom\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:29:\"are-vertically-aligned-bottom\";}}}i:1;a:1:{i:0;s:20:\"align-items:flex-end\";}}i:66;s:25:\"@media (max-width:781px){\";i:67;a:2:{i:0;a:1:{s:85:\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:15:\"flex-basis:100%\";}}i:68;s:1:\"}\";i:69;s:25:\"@media (min-width:782px){\";i:70;a:2:{i:0;a:1:{s:65:\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:2:{i:0;s:12:\"flex-basis:0\";i:1;s:11:\"flex-grow:1\";}}i:71;a:2:{i:0;a:1:{s:102:\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[data-amp-original-style*=flex-basis]\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:0\";}}i:72;s:1:\"}\";i:73;a:2:{i:0;a:1:{s:62:\".wp-block-columns.is-not-stacked-on-mobile:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:24:\"is-not-stacked-on-mobile\";}}}i:1;a:1:{i:0;s:16:\"flex-wrap:nowrap\";}}i:74;a:2:{i:0;a:1:{s:59:\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-columns\";i:1;s:24:\"is-not-stacked-on-mobile\";i:2;s:15:\"wp-block-column\";}}}i:1;a:2:{i:0;s:12:\"flex-basis:0\";i:1;s:11:\"flex-grow:1\";}}i:75;a:2:{i:0;a:1:{s:96:\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[data-amp-original-style*=flex-basis]\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:3:{i:0;s:16:\"wp-block-columns\";i:1;s:24:\"is-not-stacked-on-mobile\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:0\";}}i:76;a:2:{i:0;a:1:{s:25:\":where(.wp-block-columns)\";a:0:{}}i:1;a:1:{i:0;s:20:\"margin-bottom:1.75em\";}}i:77;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.has-background)\";a:0:{}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:78;a:2:{i:0;a:1:{s:16:\".wp-block-column\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-column\";}}}i:1;a:4:{i:0;s:11:\"flex-grow:1\";i:1;s:11:\"min-width:0\";i:2;s:24:\"overflow-wrap:break-word\";i:3;s:21:\"word-break:break-word\";}}i:79;a:2:{i:0;a:1:{s:42:\".wp-block-column.is-vertically-aligned-top\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:25:\"is-vertically-aligned-top\";}}}i:1;a:1:{i:0;s:21:\"align-self:flex-start\";}}i:80;a:2:{i:0;a:1:{s:45:\".wp-block-column.is-vertically-aligned-center\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:28:\"is-vertically-aligned-center\";}}}i:1;a:1:{i:0;s:17:\"align-self:center\";}}i:81;a:2:{i:0;a:1:{s:45:\".wp-block-column.is-vertically-aligned-bottom\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:28:\"is-vertically-aligned-bottom\";}}}i:1;a:1:{i:0;s:19:\"align-self:flex-end\";}}i:82;a:2:{i:0;a:1:{s:46:\".wp-block-column.is-vertically-aligned-stretch\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:29:\"is-vertically-aligned-stretch\";}}}i:1;a:1:{i:0;s:18:\"align-self:stretch\";}}i:83;a:2:{i:0;a:3:{s:45:\".wp-block-column.is-vertically-aligned-bottom\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:28:\"is-vertically-aligned-bottom\";}}s:45:\".wp-block-column.is-vertically-aligned-center\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:28:\"is-vertically-aligned-center\";}}s:42:\".wp-block-column.is-vertically-aligned-top\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:25:\"is-vertically-aligned-top\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:84;a:2:{i:0;a:1:{s:23:\".wp-block-post-comments\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:85;a:2:{i:0;a:1:{s:34:\".wp-block-post-comments .alignleft\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:10:\"float:left\";}}i:86;a:2:{i:0;a:1:{s:35:\".wp-block-post-comments .alignright\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:87;a:2:{i:0;a:1:{s:41:\".wp-block-post-comments .navigation:after\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:10:\"navigation\";}}}i:1;a:3:{i:0;s:10:\"clear:both\";i:1;s:10:\"content:\"\"\";i:2;s:13:\"display:table\";}}i:88;a:2:{i:0;a:1:{s:36:\".wp-block-post-comments .commentlist\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:11:\"commentlist\";}}}i:1;a:4:{i:0;s:10:\"clear:both\";i:1;s:15:\"list-style:none\";i:2;s:8:\"margin:0\";i:3;s:9:\"padding:0\";}}i:89;a:2:{i:0;a:1:{s:45:\".wp-block-post-comments .commentlist .comment\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:11:\"commentlist\";i:2;s:7:\"comment\";}}}i:1;a:2:{i:0;s:17:\"min-height:2.25em\";i:1;s:19:\"padding-left:3.25em\";}}i:90;a:2:{i:0;a:1:{s:47:\".wp-block-post-comments .commentlist .comment p\";a:2:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:11:\"commentlist\";i:2;s:7:\"comment\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:3:{i:0;s:13:\"font-size:1em\";i:1;s:15:\"line-height:1.8\";i:2;s:12:\"margin:1em 0\";}}i:91;a:2:{i:0;a:1:{s:46:\".wp-block-post-comments .commentlist .children\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:11:\"commentlist\";i:2;s:8:\"children\";}}}i:1;a:3:{i:0;s:15:\"list-style:none\";i:1;s:8:\"margin:0\";i:2;s:9:\"padding:0\";}}i:92;a:2:{i:0;a:1:{s:39:\".wp-block-post-comments .comment-author\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:14:\"comment-author\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.5\";}}i:93;a:2:{i:0;a:1:{s:47:\".wp-block-post-comments .comment-author .avatar\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:14:\"comment-author\";i:2;s:6:\"avatar\";}}}i:1;a:7:{i:0;s:19:\"border-radius:1.5em\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:12:\"height:2.5em\";i:4;s:18:\"margin-right:.75em\";i:5;s:15:\"margin-top:.5em\";i:6;s:11:\"width:2.5em\";}}i:94;a:2:{i:0;a:1:{s:44:\".wp-block-post-comments .comment-author cite\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:14:\"comment-author\";}i:0;a:1:{i:0;s:4:\"cite\";}}}i:1;a:1:{i:0;s:17:\"font-style:normal\";}}i:95;a:2:{i:0;a:1:{s:37:\".wp-block-post-comments .comment-meta\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-meta\";}}}i:1;a:2:{i:0;s:16:\"font-size:.875em\";i:1;s:15:\"line-height:1.5\";}}i:96;a:2:{i:0;a:1:{s:39:\".wp-block-post-comments .comment-meta b\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-meta\";}i:0;a:1:{i:0;s:1:\"b\";}}}i:1;a:1:{i:0;s:15:\"font-weight:400\";}}i:97;a:2:{i:0;a:1:{s:66:\".wp-block-post-comments .comment-meta .comment-awaiting-moderation\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-meta\";i:2;s:27:\"comment-awaiting-moderation\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:17:\"margin-bottom:1em\";i:2;s:14:\"margin-top:1em\";}}i:98;a:2:{i:0;a:1:{s:54:\".wp-block-post-comments .comment-body .commentmetadata\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-body\";i:2;s:15:\"commentmetadata\";}}}i:1;a:1:{i:0;s:16:\"font-size:.875em\";}}i:99;a:2:{i:0;a:4:{s:50:\".wp-block-post-comments .comment-form-author label\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:19:\"comment-form-author\";}i:0;a:1:{i:0;s:5:\"label\";}}s:51:\".wp-block-post-comments .comment-form-comment label\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:20:\"comment-form-comment\";}i:0;a:1:{i:0;s:5:\"label\";}}s:49:\".wp-block-post-comments .comment-form-email label\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:18:\"comment-form-email\";}i:0;a:1:{i:0;s:5:\"label\";}}s:47:\".wp-block-post-comments .comment-form-url label\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:16:\"comment-form-url\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:19:\"margin-bottom:.25em\";}}i:100;a:2:{i:0;a:2:{s:83:\".wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox])\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-form\";}i:0;a:1:{i:0;s:5:\"input\";}}s:46:\".wp-block-post-comments .comment-form textarea\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-form\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"display:block\";i:2;s:10:\"width:100%\";}}i:101;a:2:{i:0;a:1:{s:53:\".wp-block-post-comments .comment-form-cookies-consent\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:28:\"comment-form-cookies-consent\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:9:\"gap:.25em\";}}i:102;a:2:{i:0;a:1:{s:81:\".wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:28:\"comment-form-cookies-consent\";}i:2;a:1:{i:0;s:26:\"wp-comment-cookies-consent\";}}}i:1;a:1:{i:0;s:16:\"margin-top:.35em\";}}i:103;a:2:{i:0;a:1:{s:44:\".wp-block-post-comments .comment-reply-title\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:104;a:2:{i:0;a:1:{s:58:\".wp-block-post-comments .comment-reply-title :where(small)\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:2:{i:0;s:54:\"font-size:var(--wp--preset--font-size--medium,smaller)\";i:1;s:16:\"margin-left:.5em\";}}i:105;a:2:{i:0;a:1:{s:30:\".wp-block-post-comments .reply\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:5:\"reply\";}}}i:1;a:2:{i:0;s:16:\"font-size:.875em\";i:1;s:19:\"margin-bottom:1.4em\";}}i:106;a:2:{i:0;a:2:{s:48:\".wp-block-post-comments input:not([type=submit])\";a:2:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}i:0;a:1:{i:0;s:5:\"input\";}}s:32:\".wp-block-post-comments textarea\";a:2:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:24:\"border:1px solid #949494\";i:1;s:19:\"font-family:inherit\";i:2;s:13:\"font-size:1em\";}}i:107;a:2:{i:0;a:2:{s:69:\".wp-block-post-comments input:not([type=submit]):not([type=checkbox])\";a:2:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}i:0;a:1:{i:0;s:5:\"input\";}}s:32:\".wp-block-post-comments textarea\";a:2:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:26:\"padding:calc(.667em + 2px)\";}}i:108;a:2:{i:0;a:1:{s:50:\":where(.wp-block-post-comments input[type=submit])\";a:0:{}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:109;a:2:{i:0;a:3:{s:64:\".wp-block-comments-pagination>.wp-block-comments-pagination-next\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:33:\"wp-block-comments-pagination-next\";}}s:67:\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:36:\"wp-block-comments-pagination-numbers\";}}s:68:\".wp-block-comments-pagination>.wp-block-comments-pagination-previous\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:37:\"wp-block-comments-pagination-previous\";}}}i:1;a:2:{i:0;s:18:\"margin-bottom:.5em\";i:1;s:17:\"margin-right:.5em\";}}i:110;a:2:{i:0;a:3:{s:75:\".wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:33:\"wp-block-comments-pagination-next\";}}s:78:\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:36:\"wp-block-comments-pagination-numbers\";}}s:79:\".wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:37:\"wp-block-comments-pagination-previous\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:111;a:2:{i:0;a:1:{s:74:\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:43:\"wp-block-comments-pagination-previous-arrow\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-right:1ch\";}}i:112;a:2:{i:0;a:1:{s:97:\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:43:\"wp-block-comments-pagination-previous-arrow\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:113;a:2:{i:0;a:1:{s:70:\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:39:\"wp-block-comments-pagination-next-arrow\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-left:1ch\";}}i:114;a:2:{i:0;a:1:{s:93:\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:39:\"wp-block-comments-pagination-next-arrow\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:115;a:2:{i:0;a:1:{s:41:\".wp-block-comments-pagination.aligncenter\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:116;a:2:{i:0;a:1:{s:26:\".wp-block-comment-template\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-comment-template\";}}}i:1;a:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:15:\"list-style:none\";i:2;s:15:\"margin-bottom:0\";i:3;s:14:\"max-width:100%\";i:4;s:9:\"padding:0\";}}i:117;a:2:{i:0;a:1:{s:29:\".wp-block-comment-template li\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-comment-template\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:118;a:2:{i:0;a:1:{s:29:\".wp-block-comment-template ol\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-comment-template\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:4:{i:0;s:15:\"list-style:none\";i:1;s:15:\"margin-bottom:0\";i:2;s:14:\"max-width:100%\";i:3;s:17:\"padding-left:2rem\";}}i:119;a:2:{i:0;a:1:{s:36:\".wp-block-comment-template.alignleft\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-comment-template\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:10:\"float:left\";}}i:120;a:2:{i:0;a:1:{s:38:\".wp-block-comment-template.aligncenter\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-comment-template\";i:1;s:11:\"aligncenter\";}}}i:1;a:4:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:22:\"width:-moz-fit-content\";i:3;s:17:\"width:fit-content\";}}i:121;a:2:{i:0;a:1:{s:37:\".wp-block-comment-template.alignright\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-comment-template\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:122;a:2:{i:0;a:1:{s:22:\".wp-block-comment-date\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-comment-date\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:123;a:2:{i:0;a:1:{s:28:\".comment-awaiting-moderation\";a:1:{i:1;a:1:{i:0;s:27:\"comment-awaiting-moderation\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:16:\"font-size:.875em\";i:2;s:15:\"line-height:1.5\";}}i:124;a:2:{i:0;a:4:{s:29:\".wp-block-comment-author-name\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-comment-author-name\";}}s:25:\".wp-block-comment-content\";a:1:{i:1;a:1:{i:0;s:24:\"wp-block-comment-content\";}}s:27:\".wp-block-comment-edit-link\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-comment-edit-link\";}}s:28:\".wp-block-comment-reply-link\";a:1:{i:1;a:1:{i:0;s:27:\"wp-block-comment-reply-link\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:125;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:10:{i:0;s:18:\"align-items:center\";i:1;s:23:\"background-position:50%\";i:2;s:21:\"box-sizing:border-box\";i:3;s:12:\"display:flex\";i:4;s:22:\"justify-content:center\";i:5;s:16:\"min-height:430px\";i:6;s:15:\"overflow:hidden\";i:7;s:13:\"overflow:clip\";i:8;s:11:\"padding:1em\";i:9;s:17:\"position:relative\";}}i:126;a:2:{i:0;a:4:{s:67:\".wp-block-cover .has-background-dim:not([class*=-background-color])\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";}}s:73:\".wp-block-cover-image .has-background-dim:not([class*=-background-color])\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";}}s:72:\".wp-block-cover-image.has-background-dim:not([class*=-background-color])\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";}}s:66:\".wp-block-cover.has-background-dim:not([class*=-background-color])\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";}}}i:1;a:1:{i:0;s:21:\"background-color:#000\";}}i:127;a:2:{i:0;a:2:{s:59:\".wp-block-cover .has-background-dim.has-background-gradient\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:23:\"has-background-gradient\";}}s:65:\".wp-block-cover-image .has-background-dim.has-background-gradient\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:23:\"has-background-gradient\";}}}i:1;a:1:{i:0;s:24:\"background-color:initial\";}}i:128;a:2:{i:0;a:2:{s:47:\".wp-block-cover-image.has-background-dim:before\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";}}s:41:\".wp-block-cover.has-background-dim:before\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";}}}i:1;a:2:{i:0;s:24:\"background-color:inherit\";i:1;s:10:\"content:\"\"\";}}i:129;a:2:{i:0;a:6:{s:43:\".wp-block-cover .wp-block-cover__background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";}}s:52:\".wp-block-cover .wp-block-cover__gradient-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";}}s:49:\".wp-block-cover-image .wp-block-cover__background\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";}}s:58:\".wp-block-cover-image .wp-block-cover__gradient-background\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";}}s:77:\".wp-block-cover-image.has-background-dim:not(.has-background-gradient):before\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";}}s:71:\".wp-block-cover.has-background-dim:not(.has-background-gradient):before\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";}}}i:1;a:7:{i:0;s:8:\"bottom:0\";i:1;s:6:\"left:0\";i:2;s:10:\"opacity:.5\";i:3;s:17:\"position:absolute\";i:4;s:7:\"right:0\";i:5;s:5:\"top:0\";i:6;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";}}}i:1;a:1:{i:0;s:10:\"opacity:.1\";}}i:131;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";}}}i:1;a:1:{i:0;s:10:\"opacity:.2\";}}i:132;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";}}}i:1;a:1:{i:0;s:10:\"opacity:.3\";}}i:133;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";}}}i:1;a:1:{i:0;s:10:\"opacity:.4\";}}i:134;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";}}}i:1;a:1:{i:0;s:10:\"opacity:.5\";}}i:135;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";}}}i:1;a:1:{i:0;s:10:\"opacity:.6\";}}i:136;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";}}}i:1;a:1:{i:0;s:10:\"opacity:.7\";}}i:137;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";}}}i:1;a:1:{i:0;s:10:\"opacity:.8\";}}i:138;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";}}}i:1;a:1:{i:0;s:10:\"opacity:.9\";}}i:139;a:2:{i:0;a:6:{s:91:\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";i:3;s:26:\"wp-block-cover__background\";}}s:100:\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:100:\".wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";}}s:85:\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";i:3;s:26:\"wp-block-cover__background\";}}s:94:\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:94:\".wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:140;a:2:{i:0;a:4:{s:83:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:20:\"has-background-dim-0\";}}s:92:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:20:\"has-background-dim-0\";}}s:89:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:20:\"has-background-dim-0\";}}s:98:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:20:\"has-background-dim-0\";}}}i:1;a:1:{i:0;s:9:\"opacity:0\";}}i:141;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-10\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-10\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-10\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-10\";}}}i:1;a:1:{i:0;s:10:\"opacity:.1\";}}i:142;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-20\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-20\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-20\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-20\";}}}i:1;a:1:{i:0;s:10:\"opacity:.2\";}}i:143;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-30\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-30\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-30\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-30\";}}}i:1;a:1:{i:0;s:10:\"opacity:.3\";}}i:144;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-40\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-40\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-40\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-40\";}}}i:1;a:1:{i:0;s:10:\"opacity:.4\";}}i:145;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-50\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-50\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-50\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-50\";}}}i:1;a:1:{i:0;s:10:\"opacity:.5\";}}i:146;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-60\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-60\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-60\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-60\";}}}i:1;a:1:{i:0;s:10:\"opacity:.6\";}}i:147;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-70\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-70\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-70\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-70\";}}}i:1;a:1:{i:0;s:10:\"opacity:.7\";}}i:148;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-80\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-80\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-80\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-80\";}}}i:1;a:1:{i:0;s:10:\"opacity:.8\";}}i:149;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-90\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-90\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-90\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-90\";}}}i:1;a:1:{i:0;s:10:\"opacity:.9\";}}i:150;a:2:{i:0;a:4:{s:85:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:22:\"has-background-dim-100\";}}s:94:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:22:\"has-background-dim-100\";}}s:91:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:22:\"has-background-dim-100\";}}s:100:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:22:\"has-background-dim-100\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:151;a:2:{i:0;a:4:{s:31:\".wp-block-cover-image.alignleft\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignleft\";}}s:32:\".wp-block-cover-image.alignright\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:10:\"alignright\";}}s:25:\".wp-block-cover.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-cover.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:15:\"max-width:420px\";i:1;s:10:\"width:100%\";}}i:152;a:2:{i:0;a:6:{s:33:\".wp-block-cover-image.aligncenter\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:11:\"aligncenter\";}}s:31:\".wp-block-cover-image.alignleft\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignleft\";}}s:32:\".wp-block-cover-image.alignright\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:10:\"alignright\";}}s:27:\".wp-block-cover.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:11:\"aligncenter\";}}s:25:\".wp-block-cover.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-cover.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:153;a:2:{i:0;a:2:{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\";}}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\";}}}i:1;a:3:{i:0;s:13:\"color:inherit\";i:1;s:10:\"width:100%\";i:2;s:9:\"z-index:1\";}}i:154;a:2:{i:0;a:2:{s:64:\".has-modal-open .wp-block-cover .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:14:\"has-modal-open\";i:1;s:14:\"wp-block-cover\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:70:\".has-modal-open .wp-block-cover-image .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:14:\"has-modal-open\";i:1;s:20:\"wp-block-cover-image\";i:2;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:12:\"z-index:auto\";}}i:155;a:2:{i:0;a:2:{s:42:\".wp-block-cover-image.is-position-top-left\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:20:\"is-position-top-left\";}}s:36:\".wp-block-cover.is-position-top-left\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:20:\"is-position-top-left\";}}}i:1;a:2:{i:0;s:22:\"align-items:flex-start\";i:1;s:26:\"justify-content:flex-start\";}}i:156;a:2:{i:0;a:2:{s:44:\".wp-block-cover-image.is-position-top-center\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:22:\"is-position-top-center\";}}s:38:\".wp-block-cover.is-position-top-center\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:22:\"is-position-top-center\";}}}i:1;a:2:{i:0;s:22:\"align-items:flex-start\";i:1;s:22:\"justify-content:center\";}}i:157;a:2:{i:0;a:2:{s:43:\".wp-block-cover-image.is-position-top-right\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:21:\"is-position-top-right\";}}s:37:\".wp-block-cover.is-position-top-right\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:21:\"is-position-top-right\";}}}i:1;a:2:{i:0;s:22:\"align-items:flex-start\";i:1;s:24:\"justify-content:flex-end\";}}i:158;a:2:{i:0;a:2:{s:45:\".wp-block-cover-image.is-position-center-left\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:23:\"is-position-center-left\";}}s:39:\".wp-block-cover.is-position-center-left\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:23:\"is-position-center-left\";}}}i:1;a:2:{i:0;s:18:\"align-items:center\";i:1;s:26:\"justify-content:flex-start\";}}i:159;a:2:{i:0;a:2:{s:47:\".wp-block-cover-image.is-position-center-center\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:25:\"is-position-center-center\";}}s:41:\".wp-block-cover.is-position-center-center\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:25:\"is-position-center-center\";}}}i:1;a:2:{i:0;s:18:\"align-items:center\";i:1;s:22:\"justify-content:center\";}}i:160;a:2:{i:0;a:2:{s:46:\".wp-block-cover-image.is-position-center-right\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:24:\"is-position-center-right\";}}s:40:\".wp-block-cover.is-position-center-right\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:24:\"is-position-center-right\";}}}i:1;a:2:{i:0;s:18:\"align-items:center\";i:1;s:24:\"justify-content:flex-end\";}}i:161;a:2:{i:0;a:2:{s:45:\".wp-block-cover-image.is-position-bottom-left\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:23:\"is-position-bottom-left\";}}s:39:\".wp-block-cover.is-position-bottom-left\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:23:\"is-position-bottom-left\";}}}i:1;a:2:{i:0;s:20:\"align-items:flex-end\";i:1;s:26:\"justify-content:flex-start\";}}i:162;a:2:{i:0;a:2:{s:47:\".wp-block-cover-image.is-position-bottom-center\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:25:\"is-position-bottom-center\";}}s:41:\".wp-block-cover.is-position-bottom-center\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:25:\"is-position-bottom-center\";}}}i:1;a:2:{i:0;s:20:\"align-items:flex-end\";i:1;s:22:\"justify-content:center\";}}i:163;a:2:{i:0;a:2:{s:46:\".wp-block-cover-image.is-position-bottom-right\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:24:\"is-position-bottom-right\";}}s:40:\".wp-block-cover.is-position-bottom-right\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:24:\"is-position-bottom-right\";}}}i:1;a:2:{i:0;s:20:\"align-items:flex-end\";i:1;s:24:\"justify-content:flex-end\";}}i:164;a:2:{i:0;a:2:{s:110:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:31:\"wp-block-cover__inner-container\";}}s:104:\".wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:165;a:2:{i:0;a:12:{s:134:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:23:\"is-position-bottom-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:135:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:24:\"is-position-bottom-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:134:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:23:\"is-position-center-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:135:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:24:\"is-position-center-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:131:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:20:\"is-position-top-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:132:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:21:\"is-position-top-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:128:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:23:\"is-position-bottom-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:129:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:24:\"is-position-bottom-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:128:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:23:\"is-position-center-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:129:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:24:\"is-position-center-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:125:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:20:\"is-position-top-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:126:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:21:\"is-position-top-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:10:\"width:auto\";}}i:166;a:2:{i:0;a:6:{s:49:\".wp-block-cover .wp-block-cover__image-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:32:\"wp-block-cover__image-background\";}}s:58:\".wp-block-cover amp-video.wp-block-cover__video-background\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:32:\"wp-block-cover__video-background\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:60:\".wp-block-cover amp-youtube.wp-block-cover__video-background\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:32:\"wp-block-cover__video-background\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:55:\".wp-block-cover-image .wp-block-cover__image-background\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:32:\"wp-block-cover__image-background\";}}s:64:\".wp-block-cover-image amp-video.wp-block-cover__video-background\";a:2:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:32:\"wp-block-cover__video-background\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:66:\".wp-block-cover-image amp-youtube.wp-block-cover__video-background\";a:2:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:32:\"wp-block-cover__video-background\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:15:{i:0;s:11:\"border:none\";i:1;s:8:\"bottom:0\";i:2;s:15:\"box-shadow:none\";i:3;s:11:\"height:100%\";i:4;s:6:\"left:0\";i:5;s:8:\"margin:0\";i:6;s:15:\"max-height:none\";i:7;s:14:\"max-width:none\";i:8;s:16:\"object-fit:cover\";i:9;s:12:\"outline:none\";i:10;s:9:\"padding:0\";i:11;s:17:\"position:absolute\";i:12;s:7:\"right:0\";i:13;s:5:\"top:0\";i:14;s:10:\"width:100%\";}}i:167;a:2:{i:0;a:5:{s:34:\".wp-block-cover-image.has-parallax\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:12:\"has-parallax\";}}s:28:\".wp-block-cover.has-parallax\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:12:\"has-parallax\";}}s:46:\".wp-block-cover__image-background.has-parallax\";a:1:{i:1;a:2:{i:0;s:32:\"wp-block-cover__image-background\";i:1;s:12:\"has-parallax\";}}s:55:\"amp-video.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:57:\"amp-youtube.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:3:{i:0;s:27:\"background-attachment:fixed\";i:1;s:27:\"background-repeat:no-repeat\";i:2;s:21:\"background-size:cover\";}}i:168;s:42:\"@supports (-webkit-touch-callout:inherit){\";i:169;a:2:{i:0;a:5:{s:34:\".wp-block-cover-image.has-parallax\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:12:\"has-parallax\";}}s:28:\".wp-block-cover.has-parallax\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:12:\"has-parallax\";}}s:46:\".wp-block-cover__image-background.has-parallax\";a:1:{i:1;a:2:{i:0;s:32:\"wp-block-cover__image-background\";i:1;s:12:\"has-parallax\";}}s:55:\"amp-video.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:57:\"amp-youtube.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:28:\"background-attachment:scroll\";}}i:170;s:1:\"}\";i:171;s:39:\"@media (prefers-reduced-motion:reduce){\";i:172;a:2:{i:0;a:5:{s:34:\".wp-block-cover-image.has-parallax\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:12:\"has-parallax\";}}s:28:\".wp-block-cover.has-parallax\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:12:\"has-parallax\";}}s:46:\".wp-block-cover__image-background.has-parallax\";a:1:{i:1;a:2:{i:0;s:32:\"wp-block-cover__image-background\";i:1;s:12:\"has-parallax\";}}s:55:\"amp-video.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:57:\"amp-youtube.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:28:\"background-attachment:scroll\";}}i:173;s:1:\"}\";i:174;a:2:{i:0;a:5:{s:33:\".wp-block-cover-image.is-repeated\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:11:\"is-repeated\";}}s:27:\".wp-block-cover.is-repeated\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:11:\"is-repeated\";}}s:45:\".wp-block-cover__image-background.is-repeated\";a:1:{i:1;a:2:{i:0;s:32:\"wp-block-cover__image-background\";i:1;s:11:\"is-repeated\";}}s:54:\"amp-video.wp-block-cover__video-background.is-repeated\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:11:\"is-repeated\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:56:\"amp-youtube.wp-block-cover__video-background.is-repeated\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:11:\"is-repeated\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:24:\"background-repeat:repeat\";i:1;s:20:\"background-size:auto\";}}i:175;a:2:{i:0;a:2:{s:33:\".wp-block-cover__image-background\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-cover__image-background\";}}s:33:\".wp-block-cover__video-background\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-cover__video-background\";}}}i:1;a:1:{i:0;s:9:\"z-index:0\";}}i:176;a:2:{i:0;a:15:{s:26:\".wp-block-cover-image-text\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}}s:28:\".wp-block-cover-image-text a\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:35:\".wp-block-cover-image-text a:active\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:34:\".wp-block-cover-image-text a:focus\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:34:\".wp-block-cover-image-text a:hover\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:20:\".wp-block-cover-text\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}}s:22:\".wp-block-cover-text a\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:29:\".wp-block-cover-text a:active\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:28:\".wp-block-cover-text a:focus\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:28:\".wp-block-cover-text a:hover\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:31:\"section.wp-block-cover-image h2\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:2:{i:0;s:7:\"section\";i:1;s:2:\"h2\";}}s:33:\"section.wp-block-cover-image h2 a\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:3:{i:0;s:7:\"section\";i:1;s:2:\"h2\";i:2;s:1:\"a\";}}s:40:\"section.wp-block-cover-image h2 a:active\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:3:{i:0;s:7:\"section\";i:1;s:2:\"h2\";i:2;s:1:\"a\";}}s:39:\"section.wp-block-cover-image h2 a:focus\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:3:{i:0;s:7:\"section\";i:1;s:2:\"h2\";i:2;s:1:\"a\";}}s:39:\"section.wp-block-cover-image h2 a:hover\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:3:{i:0;s:7:\"section\";i:1;s:2:\"h2\";i:2;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:177;a:2:{i:0;a:1:{s:54:\".wp-block-cover-image .wp-block-cover.has-left-content\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:14:\"wp-block-cover\";i:2;s:16:\"has-left-content\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:178;a:2:{i:0;a:1:{s:55:\".wp-block-cover-image .wp-block-cover.has-right-content\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:14:\"wp-block-cover\";i:2;s:17:\"has-right-content\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:179;a:2:{i:0;a:3:{s:65:\".wp-block-cover-image.has-left-content .wp-block-cover-image-text\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:16:\"has-left-content\";i:2;s:25:\"wp-block-cover-image-text\";}}s:53:\".wp-block-cover.has-left-content .wp-block-cover-text\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:16:\"has-left-content\";i:2;s:19:\"wp-block-cover-text\";}}s:48:\"section.wp-block-cover-image.has-left-content>h2\";a:2:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:16:\"has-left-content\";}i:0;a:2:{i:0;s:7:\"section\";i:1;s:2:\"h2\";}}}i:1;a:2:{i:0;s:13:\"margin-left:0\";i:1;s:15:\"text-align:left\";}}i:180;a:2:{i:0;a:3:{s:66:\".wp-block-cover-image.has-right-content .wp-block-cover-image-text\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:17:\"has-right-content\";i:2;s:25:\"wp-block-cover-image-text\";}}s:54:\".wp-block-cover.has-right-content .wp-block-cover-text\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:17:\"has-right-content\";i:2;s:19:\"wp-block-cover-text\";}}s:49:\"section.wp-block-cover-image.has-right-content>h2\";a:2:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:17:\"has-right-content\";}i:0;a:2:{i:0;s:7:\"section\";i:1;s:2:\"h2\";}}}i:1;a:2:{i:0;s:14:\"margin-right:0\";i:1;s:16:\"text-align:right\";}}i:181;a:2:{i:0;a:3:{s:36:\".wp-block-cover .wp-block-cover-text\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:19:\"wp-block-cover-text\";}}s:48:\".wp-block-cover-image .wp-block-cover-image-text\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:25:\"wp-block-cover-image-text\";}}s:31:\"section.wp-block-cover-image>h2\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:2:{i:0;s:7:\"section\";i:1;s:2:\"h2\";}}}i:1;a:7:{i:0;s:13:\"font-size:2em\";i:1;s:16:\"line-height:1.25\";i:2;s:15:\"margin-bottom:0\";i:3;s:15:\"max-width:840px\";i:4;s:13:\"padding:.44em\";i:5;s:17:\"text-align:center\";i:6;s:9:\"z-index:1\";}}i:182;a:2:{i:0;a:2:{s:50:\":where(.wp-block-cover-image:not(.has-text-color))\";a:0:{}s:44:\":where(.wp-block-cover:not(.has-text-color))\";a:0:{}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:183;a:2:{i:0;a:2:{s:59:\":where(.wp-block-cover-image.is-light:not(.has-text-color))\";a:0:{}s:53:\":where(.wp-block-cover.is-light:not(.has-text-color))\";a:0:{}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:184;a:2:{i:0;a:7:{s:53:\":root :where(.wp-block-cover h1:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h2:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h3:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h4:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h5:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h6:not(.has-text-color))\";a:0:{}s:52:\":root :where(.wp-block-cover p:not(.has-text-color))\";a:0:{}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:185;a:2:{i:0;a:1:{s:17:\".wp-block-details\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-details\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:186;a:2:{i:0;a:1:{s:25:\".wp-block-details summary\";a:2:{i:1;a:1:{i:0;s:16:\"wp-block-details\";}i:0;a:1:{i:0;s:7:\"summary\";}}}i:1;a:1:{i:0;s:14:\"cursor:pointer\";}}i:187;a:2:{i:0;a:4:{s:25:\".wp-block-embed.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-embed\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-embed.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-embed\";i:1;s:10:\"alignright\";}}s:51:\".wp-block[data-align=left]>[data-type=\"core/embed\"]\";a:2:{i:3;a:2:{i:0;s:10:\"data-align\";i:1;s:9:\"data-type\";}i:1;a:1:{i:0;s:8:\"wp-block\";}}s:52:\".wp-block[data-align=right]>[data-type=\"core/embed\"]\";a:2:{i:3;a:2:{i:0;s:10:\"data-align\";i:1;s:9:\"data-type\";}i:1;a:1:{i:0;s:8:\"wp-block\";}}}i:1;a:2:{i:0;s:15:\"max-width:360px\";i:1;s:10:\"width:100%\";}}i:188;a:2:{i:0;a:4:{s:50:\".wp-block-embed.alignleft .wp-block-embed__wrapper\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-embed\";i:1;s:9:\"alignleft\";i:2;s:23:\"wp-block-embed__wrapper\";}}s:51:\".wp-block-embed.alignright .wp-block-embed__wrapper\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-embed\";i:1;s:10:\"alignright\";i:2;s:23:\"wp-block-embed__wrapper\";}}s:76:\".wp-block[data-align=left]>[data-type=\"core/embed\"] .wp-block-embed__wrapper\";a:2:{i:3;a:2:{i:0;s:10:\"data-align\";i:1;s:9:\"data-type\";}i:1;a:2:{i:0;s:8:\"wp-block\";i:1;s:23:\"wp-block-embed__wrapper\";}}s:77:\".wp-block[data-align=right]>[data-type=\"core/embed\"] .wp-block-embed__wrapper\";a:2:{i:3;a:2:{i:0;s:10:\"data-align\";i:1;s:9:\"data-type\";}i:1;a:2:{i:0;s:8:\"wp-block\";i:1;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:15:\"min-width:280px\";}}i:189;a:2:{i:0;a:1:{s:31:\".wp-block-cover .wp-block-embed\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:14:\"wp-block-embed\";}}}i:1;a:2:{i:0;s:16:\"min-height:240px\";i:1;s:15:\"min-width:320px\";}}i:190;a:2:{i:0;a:1:{s:15:\".wp-block-embed\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-embed\";}}}i:1;a:1:{i:0;s:24:\"overflow-wrap:break-word\";}}i:191;a:2:{i:0;a:1:{s:34:\".wp-block-embed :where(figcaption)\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-embed\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:192;a:2:{i:0;a:1:{s:26:\".wp-block-embed amp-iframe\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-embed\";}i:0;a:1:{i:0;s:10:\"amp-iframe\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:193;a:2:{i:0;a:1:{s:24:\".wp-block-embed__wrapper\";a:1:{i:1;a:1:{i:0;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:194;a:2:{i:0;a:1:{s:73:\".wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-has-aspect-ratio\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:3:{i:0;s:10:\"content:\"\"\";i:1;s:13:\"display:block\";i:2;s:15:\"padding-top:50%\";}}i:195;a:2:{i:0;a:1:{s:52:\".wp-embed-responsive .wp-has-aspect-ratio amp-iframe\";a:2:{i:1;a:2:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-has-aspect-ratio\";}i:0;a:1:{i:0;s:10:\"amp-iframe\";}}}i:1;a:7:{i:0;s:8:\"bottom:0\";i:1;s:11:\"height:100%\";i:2;s:6:\"left:0\";i:3;s:17:\"position:absolute\";i:4;s:7:\"right:0\";i:5;s:5:\"top:0\";i:6;s:10:\"width:100%\";}}i:196;a:2:{i:0;a:1:{s:74:\".wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:20:\"wp-embed-aspect-21-9\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:18:\"padding-top:42.85%\";}}i:197;a:2:{i:0;a:1:{s:74:\".wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:20:\"wp-embed-aspect-18-9\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:15:\"padding-top:50%\";}}i:198;a:2:{i:0;a:1:{s:74:\".wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:20:\"wp-embed-aspect-16-9\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:18:\"padding-top:56.25%\";}}i:199;a:2:{i:0;a:1:{s:73:\".wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-embed-aspect-4-3\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:15:\"padding-top:75%\";}}i:200;a:2:{i:0;a:1:{s:73:\".wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-embed-aspect-1-1\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:16:\"padding-top:100%\";}}i:201;a:2:{i:0;a:1:{s:74:\".wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:20:\"wp-embed-aspect-9-16\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:19:\"padding-top:177.77%\";}}i:202;a:2:{i:0;a:1:{s:73:\".wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-embed-aspect-1-2\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:16:\"padding-top:200%\";}}i:203;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:1:{i:0;s:21:\"box-sizing:border-box\";}}i:204;a:2:{i:0;a:1:{s:38:\".wp-block-file:not(.wp-element-button)\";a:1:{i:1;a:1:{i:0;s:13:\"wp-block-file\";}}}i:1;a:1:{i:0;s:14:\"font-size:.8em\";}}i:205;a:2:{i:0;a:1:{s:26:\".wp-block-file.aligncenter\";a:1:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:206;a:2:{i:0;a:1:{s:25:\".wp-block-file.alignright\";a:1:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:207;a:2:{i:0;a:1:{s:39:\".wp-block-file *+.wp-block-file__button\";a:1:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}}}i:1;a:1:{i:0;s:17:\"margin-left:.75em\";}}i:208;a:2:{i:0;a:1:{s:22:\":where(.wp-block-file)\";a:0:{}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:209;a:2:{i:0;a:1:{s:21:\".wp-block-file__embed\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-file__embed\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:210;a:2:{i:0;a:1:{s:30:\":where(.wp-block-file__button)\";a:0:{}}i:1;a:3:{i:0;s:17:\"border-radius:2em\";i:1;s:20:\"display:inline-block\";i:2;s:16:\"padding:.5em 1em\";}}i:211;a:2:{i:0;a:4:{s:43:\":where(.wp-block-file__button):is(a):active\";a:0:{}s:42:\":where(.wp-block-file__button):is(a):focus\";a:0:{}s:42:\":where(.wp-block-file__button):is(a):hover\";a:0:{}s:44:\":where(.wp-block-file__button):is(a):visited\";a:0:{}}i:1;a:4:{i:0;s:15:\"box-shadow:none\";i:1;s:10:\"color:#fff\";i:2;s:11:\"opacity:.85\";i:3;s:20:\"text-decoration:none\";}}i:212;a:2:{i:0;a:1:{s:27:\".wp-block-form-input__label\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__label\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:21:\"flex-direction:column\";i:2;s:9:\"gap:.25em\";i:3;s:18:\"margin-bottom:.5em\";i:4;s:10:\"width:100%\";}}i:213;a:2:{i:0;a:1:{s:43:\".wp-block-form-input__label.is-label-inline\";a:1:{i:1;a:2:{i:0;s:26:\"wp-block-form-input__label\";i:1;s:15:\"is-label-inline\";}}}i:1;a:3:{i:0;s:18:\"align-items:center\";i:1;s:18:\"flex-direction:row\";i:2;s:8:\"gap:.5em\";}}i:214;a:2:{i:0;a:1:{s:79:\".wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content\";a:1:{i:1;a:3:{i:0;s:26:\"wp-block-form-input__label\";i:1;s:15:\"is-label-inline\";i:2;s:34:\"wp-block-form-input__label-content\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:.5em\";}}i:215;a:2:{i:0;a:1:{s:53:\".wp-block-form-input__label:has(input[type=checkbox])\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__label\";}}}i:1;a:3:{i:0;s:18:\"flex-direction:row\";i:1;s:22:\"width:-moz-fit-content\";i:2;s:17:\"width:fit-content\";}}i:216;a:2:{i:0;a:1:{s:89:\".wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content\";a:1:{i:1;a:2:{i:0;s:26:\"wp-block-form-input__label\";i:1;s:34:\"wp-block-form-input__label-content\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:217;a:2:{i:0;a:1:{s:89:\".wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox])\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__label\";}}}i:1;a:1:{i:0;s:26:\"flex-direction:row-reverse\";}}i:218;a:2:{i:0;a:1:{s:35:\".wp-block-form-input__label-content\";a:1:{i:1;a:1:{i:0;s:34:\"wp-block-form-input__label-content\";}}}i:1;a:2:{i:0;s:22:\"width:-moz-fit-content\";i:1;s:17:\"width:fit-content\";}}i:219;a:2:{i:0;a:1:{s:27:\".wp-block-form-input__input\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}}i:1;a:3:{i:0;s:13:\"font-size:1em\";i:1;s:18:\"margin-bottom:.5em\";i:2;s:14:\"padding:0 .5em\";}}i:220;a:2:{i:0;a:13:{s:38:\".wp-block-form-input__input[type=date]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:48:\".wp-block-form-input__input[type=datetime-local]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:42:\".wp-block-form-input__input[type=datetime]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:39:\".wp-block-form-input__input[type=email]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:39:\".wp-block-form-input__input[type=month]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:40:\".wp-block-form-input__input[type=number]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:42:\".wp-block-form-input__input[type=password]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:40:\".wp-block-form-input__input[type=search]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:37:\".wp-block-form-input__input[type=tel]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:38:\".wp-block-form-input__input[type=text]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:38:\".wp-block-form-input__input[type=time]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:37:\".wp-block-form-input__input[type=url]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:38:\".wp-block-form-input__input[type=week]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}}i:1;a:3:{i:0;s:16:\"border:1px solid\";i:1;s:13:\"line-height:2\";i:2;s:14:\"min-height:2em\";}}i:221;a:2:{i:0;a:1:{s:35:\"textarea.wp-block-form-input__input\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:15:\"min-height:10em\";}}i:222;a:2:{i:0;a:2:{s:44:\".blocks-gallery-grid:not(.has-nested-images)\";a:1:{i:1;a:1:{i:0;s:19:\"blocks-gallery-grid\";}}s:41:\".wp-block-gallery:not(.has-nested-images)\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";i:2;s:20:\"list-style-type:none\";i:3;s:8:\"margin:0\";i:4;s:9:\"padding:0\";}}i:223;a:2:{i:0;a:4:{s:66:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}}s:65:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}}s:63:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}}s:62:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}}}i:1;a:7:{i:0;s:12:\"display:flex\";i:1;s:21:\"flex-direction:column\";i:2;s:11:\"flex-grow:1\";i:3;s:22:\"justify-content:center\";i:4;s:18:\"margin:0 1em 1em 0\";i:5;s:17:\"position:relative\";i:6;s:21:\"width:calc(50% - 1em)\";}}i:224;a:2:{i:0;a:4:{s:82:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}}s:81:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}}s:79:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}}s:78:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:225;a:2:{i:0;a:4:{s:73:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:72:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:70:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:69:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:5:{i:0;s:20:\"align-items:flex-end\";i:1;s:12:\"display:flex\";i:2;s:11:\"height:100%\";i:3;s:26:\"justify-content:flex-start\";i:4;s:8:\"margin:0\";}}i:226;a:2:{i:0;a:8:{s:74:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:73:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:74:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:71:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-img\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:72:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-anim\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:70:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-img\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:71:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-anim\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:13:\"display:block\";i:1;s:11:\"height:auto\";i:2;s:14:\"max-width:100%\";i:3;s:10:\"width:auto\";}}i:227;a:2:{i:0;a:4:{s:77:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:76:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:74:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:73:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:13:{i:0;s:80:\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\";i:1;s:8:\"bottom:0\";i:2;s:21:\"box-sizing:border-box\";i:3;s:10:\"color:#fff\";i:4;s:14:\"font-size:.8em\";i:5;s:8:\"margin:0\";i:6;s:15:\"max-height:100%\";i:7;s:13:\"overflow:auto\";i:8;s:22:\"padding:3em .77em .7em\";i:9;s:17:\"position:absolute\";i:10;s:17:\"text-align:center\";i:11;s:10:\"width:100%\";i:12;s:9:\"z-index:2\";}}i:228;a:2:{i:0;a:8:{s:85:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:7:\"amp-img\";}}s:86:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:8:\"amp-anim\";}}s:84:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:7:\"amp-img\";}}s:85:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:8:\"amp-anim\";}}s:82:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:7:\"amp-img\";}}s:83:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:8:\"amp-anim\";}}s:81:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:7:\"amp-img\";}}s:82:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"display:inline\";}}i:229;a:2:{i:0;a:2:{s:55:\".blocks-gallery-grid:not(.has-nested-images) figcaption\";a:2:{i:1;a:1:{i:0;s:19:\"blocks-gallery-grid\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:52:\".wp-block-gallery:not(.has-nested-images) figcaption\";a:2:{i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:1\";}}i:230;a:2:{i:0;a:12:{s:79:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:1:\"a\";}}s:85:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:86:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:78:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:1:\"a\";}}s:84:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:85:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:76:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:1:\"a\";}}s:82:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:83:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:75:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:1:\"a\";}}s:81:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:82:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:6:\"flex:1\";i:1;s:11:\"height:100%\";i:2;s:16:\"object-fit:cover\";i:3;s:10:\"width:100%\";}}i:231;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-1\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-1\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-1\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-1\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:14:\"margin-right:0\";i:1;s:10:\"width:100%\";}}i:232;s:25:\"@media (min-width:600px){\";i:233;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-3\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-3\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-3\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-3\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:32:\"width:calc(33.33333% - .66667em)\";}}i:234;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-4\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-4\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-4\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-4\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:23:\"width:calc(25% - .75em)\";}}i:235;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-5\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-5\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-5\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-5\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:22:\"width:calc(20% - .8em)\";}}i:236;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-6\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-6\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-6\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-6\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:32:\"width:calc(16.66667% - .83333em)\";}}i:237;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-7\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-7\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-7\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-7\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:32:\"width:calc(14.28571% - .85714em)\";}}i:238;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-8\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-8\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-8\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-8\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:26:\"width:calc(12.5% - .875em)\";}}i:239;a:2:{i:0;a:32:{s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-1\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-1\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-2\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-2\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-3\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-3\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-4\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-4\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-5\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-5\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-6\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-6\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-7\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-7\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-8\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-8\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-1\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-1\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-2\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-2\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-3\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-3\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-4\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-4\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-5\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-5\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-6\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-6\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-7\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-7\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-8\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-8\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:240;s:1:\"}\";i:241;a:2:{i:0;a:4:{s:77:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}}s:76:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}}s:74:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}}s:73:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:242;a:2:{i:0;a:4:{s:54:\".blocks-gallery-grid:not(.has-nested-images).alignleft\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"alignleft\";}}s:55:\".blocks-gallery-grid:not(.has-nested-images).alignright\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"alignright\";}}s:51:\".wp-block-gallery:not(.has-nested-images).alignleft\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"alignleft\";}}s:52:\".wp-block-gallery:not(.has-nested-images).alignright\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:15:\"max-width:420px\";i:1;s:10:\"width:100%\";}}i:243;a:2:{i:0;a:2:{s:84:\".blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:11:\"aligncenter\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:81:\".wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:11:\"aligncenter\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:244;a:2:{i:0;a:1:{s:55:\".wp-block-gallery:not(.is-cropped) .blocks-gallery-item\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}}}i:1;a:1:{i:0;s:21:\"align-self:flex-start\";}}i:245;a:2:{i:0;a:1:{s:41:\"figure.wp-block-gallery.has-nested-images\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:18:\"align-items:normal\";}}i:246;a:2:{i:0;a:1:{s:80:\".wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:65:\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) / 2)\";}}i:247;a:2:{i:0;a:1:{s:57:\".wp-block-gallery.has-nested-images figure.wp-block-image\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:7:{i:0;s:21:\"box-sizing:border-box\";i:1;s:12:\"display:flex\";i:2;s:21:\"flex-direction:column\";i:3;s:11:\"flex-grow:1\";i:4;s:22:\"justify-content:center\";i:5;s:14:\"max-width:100%\";i:6;s:17:\"position:relative\";}}i:248;a:2:{i:0;a:2:{s:59:\".wp-block-gallery.has-nested-images figure.wp-block-image>a\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:61:\".wp-block-gallery.has-nested-images figure.wp-block-image>div\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:3:\"div\";}}}i:1;a:3:{i:0;s:21:\"flex-direction:column\";i:1;s:11:\"flex-grow:1\";i:2;s:8:\"margin:0\";}}i:249;a:2:{i:0;a:2:{s:65:\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:7:\"amp-img\";}}s:66:\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:8:\"amp-anim\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:11:\"height:auto\";i:2;s:10:\"width:auto\";}}i:250;a:2:{i:0;a:2:{s:87:\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:7:\"amp-img\";}}s:88:\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:251;a:2:{i:0;a:2:{s:68:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:80:\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:5:{i:0;s:8:\"bottom:0\";i:1;s:6:\"left:0\";i:2;s:15:\"max-height:100%\";i:3;s:17:\"position:absolute\";i:4;s:7:\"right:0\";}}i:252;a:2:{i:0;a:1:{s:80:\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:7:{i:0;s:33:\"-webkit-backdrop-filter:blur(3px)\";i:1;s:25:\"backdrop-filter:blur(3px)\";i:2;s:10:\"content:\"\"\";i:3;s:11:\"height:100%\";i:4;s:63:\"-webkit-mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\";i:5;s:55:\"mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\";i:6;s:14:\"max-height:40%\";}}i:253;a:2:{i:0;a:1:{s:68:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:13:{i:0;s:61:\"background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,0))\";i:1;s:21:\"box-sizing:border-box\";i:2;s:10:\"color:#fff\";i:3;s:14:\"font-size:13px\";i:4;s:8:\"margin:0\";i:5;s:13:\"overflow:auto\";i:6;s:11:\"padding:1em\";i:7;s:43:\"scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)\";i:8;s:34:\"scrollbar-gutter:stable both-edges\";i:9;s:20:\"scrollbar-width:thin\";i:10;s:17:\"text-align:center\";i:11;s:26:\"text-shadow:0 0 1.5px #000\";i:12;s:21:\"will-change:transform\";}}i:254;a:2:{i:0;a:1:{s:87:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:2:{i:0;s:11:\"height:12px\";i:1;s:10:\"width:12px\";}}i:255;a:2:{i:0;a:1:{s:93:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:24:\"background-color:initial\";}}i:256;a:2:{i:0;a:1:{s:93:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:4:{i:0;s:27:\"background-clip:padding-box\";i:1;s:24:\"background-color:initial\";i:2;s:30:\"border:3px solid rgba(0,0,0,0)\";i:3;s:17:\"border-radius:8px\";}}i:257;a:2:{i:0;a:3:{s:106:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:99:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:99:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:37:\"background-color:rgba(255,255,255,.8)\";}}i:258;a:2:{i:0;a:3:{s:74:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:81:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:74:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:50:\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\";}}i:259;s:20:\"@media (hover:none){\";i:260;a:2:{i:0;a:1:{s:68:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:50:\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\";}}i:261;s:1:\"}\";i:262;a:2:{i:0;a:2:{s:76:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-img\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:3:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";i:2;s:7:\"amp-img\";}}s:77:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-anim\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:3:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";i:2;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"display:inline\";}}i:263;a:2:{i:0;a:1:{s:70:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption a\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:3:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";i:2;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:264;a:2:{i:0;a:2:{s:83:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-img\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:7:\"amp-img\";}}s:84:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-anim\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:265;a:2:{i:0;a:4:{s:77:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:79:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:3:\"div\";}}s:76:\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:16:\"is-style-rounded\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:78:\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:16:\"is-style-rounded\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:3:\"div\";}}}i:1;a:1:{i:0;s:13:\"flex:1 1 auto\";}}i:266;a:2:{i:0;a:2:{s:86:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:85:\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:16:\"is-style-rounded\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:7:{i:0;s:15:\"background:none\";i:1;s:13:\"color:inherit\";i:2;s:12:\"flex:initial\";i:3;s:8:\"margin:0\";i:4;s:21:\"padding:10px 10px 9px\";i:5;s:17:\"position:relative\";i:6;s:16:\"text-shadow:none\";}}i:267;a:2:{i:0;a:2:{s:82:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:81:\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:16:\"is-style-rounded\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:12:\"content:none\";}}i:268;a:2:{i:0;a:1:{s:46:\".wp-block-gallery.has-nested-images figcaption\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:3:{i:0;s:15:\"flex-basis:100%\";i:1;s:11:\"flex-grow:1\";i:2;s:17:\"text-align:center\";}}i:269;a:2:{i:0;a:1:{s:97:\".wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:2:{i:0;s:18:\"margin-bottom:auto\";i:1;s:12:\"margin-top:0\";}}i:270;a:2:{i:0;a:1:{s:91:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:18:\"align-self:inherit\";}}i:271;a:2:{i:0;a:2:{s:93:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:122:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:3:\"div\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:272;a:2:{i:0;a:3:{s:93:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:99:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-img\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:7:\"amp-img\";}}s:100:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-anim\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:11:\"flex:1 0 0%\";i:1;s:11:\"height:100%\";i:2;s:16:\"object-fit:cover\";i:3;s:10:\"width:100%\";}}i:273;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-1\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:274;s:25:\"@media (min-width:600px){\";i:275;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-3\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:76:\"width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\";}}i:276;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-4\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:67:\"width:calc(25% - var(--wp--style--unstable-gallery-gap,16px) * .75)\";}}i:277;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-5\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:66:\"width:calc(20% - var(--wp--style--unstable-gallery-gap,16px) * .8)\";}}i:278;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-6\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:76:\"width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px) * .83333)\";}}i:279;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-7\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:76:\"width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px) * .85714)\";}}i:280;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-8\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:70:\"width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px) * .875)\";}}i:281;a:2:{i:0;a:1:{s:96:\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:15:\"columns-default\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:73:\"width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\";}}i:282;a:2:{i:0;a:2:{s:126:\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:15:\"columns-default\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:171:\".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)\";a:2:{i:1;a:5:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:15:\"columns-default\";i:3;s:14:\"wp-block-image\";i:4;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:6:\"figure\";}}}i:1;a:1:{i:0;s:66:\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) * .5)\";}}i:283;a:2:{i:0;a:1:{s:119:\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:15:\"columns-default\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:284;s:1:\"}\";i:285;a:2:{i:0;a:2:{s:45:\".wp-block-gallery.has-nested-images.alignleft\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"alignleft\";}}s:46:\".wp-block-gallery.has-nested-images.alignright\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:15:\"max-width:420px\";i:1;s:10:\"width:100%\";}}i:286;a:2:{i:0;a:1:{s:47:\".wp-block-gallery.has-nested-images.aligncenter\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:287;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:21:\"box-sizing:border-box\";}}i:288;a:2:{i:0;a:1:{s:60:\":where(.wp-block-group.wp-block-group-is-layout-constrained)\";a:0:{}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:289;a:2:{i:0;a:6:{s:17:\"h1.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\"h2.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\"h3.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\"h4.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\"h5.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\"h6.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:290;a:2:{i:0;a:12:{s:107:\"h1.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:108:\"h1.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:107:\"h2.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:108:\"h2.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:107:\"h3.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:108:\"h3.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:107:\"h4.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:108:\"h4.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:107:\"h5.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:108:\"h5.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:107:\"h6.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h6\";}}s:108:\"h6.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:13:\"rotate:180deg\";}}i:291;a:2:{i:0;a:1:{s:17:\".wp-block-image a\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:292;a:2:{i:0;a:2:{s:23:\".wp-block-image amp-img\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:24:\".wp-block-image amp-anim\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:21:\"box-sizing:border-box\";i:1;s:11:\"height:auto\";i:2;s:14:\"max-width:100%\";i:3;s:21:\"vertical-align:bottom\";}}i:293;s:46:\"@media (prefers-reduced-motion:no-preference){\";i:294;a:2:{i:0;a:2:{s:28:\".wp-block-image amp-img.hide\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:4:\"hide\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:29:\".wp-block-image amp-anim.hide\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:4:\"hide\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:17:\"visibility:hidden\";}}i:295;a:2:{i:0;a:2:{s:28:\".wp-block-image amp-img.show\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:4:\"show\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:29:\".wp-block-image amp-anim.show\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:4:\"show\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:32:\"animation:show-content-image .4s\";}}i:296;s:1:\"}\";i:297;a:2:{i:0;a:3:{s:63:\".wp-block-image[data-amp-original-style*=border-radius] amp-img\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:64:\".wp-block-image[data-amp-original-style*=border-radius] amp-anim\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:57:\".wp-block-image[data-amp-original-style*=border-radius]>a\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:21:\"border-radius:inherit\";}}i:298;a:2:{i:0;a:2:{s:41:\".wp-block-image.has-custom-border amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:17:\"has-custom-border\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:42:\".wp-block-image.has-custom-border amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:17:\"has-custom-border\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:299;a:2:{i:0;a:1:{s:27:\".wp-block-image.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:300;a:2:{i:0;a:2:{s:27:\".wp-block-image.alignfull a\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:1:\"a\";}}s:27:\".wp-block-image.alignwide a\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:301;a:2:{i:0;a:4:{s:33:\".wp-block-image.alignfull amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:34:\".wp-block-image.alignfull amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:33:\".wp-block-image.alignwide amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:34:\".wp-block-image.alignwide amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:11:\"height:auto\";i:1;s:10:\"width:100%\";}}i:302;a:2:{i:0;a:6:{s:28:\".wp-block-image .aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}}s:26:\".wp-block-image .alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}}s:27:\".wp-block-image .alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}}s:27:\".wp-block-image.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}}s:25:\".wp-block-image.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-image.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:13:\"display:table\";}}i:303;a:2:{i:0;a:6:{s:39:\".wp-block-image .aligncenter>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:37:\".wp-block-image .alignleft>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:38:\".wp-block-image .alignright>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:38:\".wp-block-image.aligncenter>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:36:\".wp-block-image.alignleft>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:37:\".wp-block-image.alignright>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:2:{i:0;s:19:\"caption-side:bottom\";i:1;s:21:\"display:table-caption\";}}i:304;a:2:{i:0;a:1:{s:26:\".wp-block-image .alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}}}i:1;a:2:{i:0;s:10:\"float:left\";i:1;s:22:\"margin:.5em 1em .5em 0\";}}i:305;a:2:{i:0;a:1:{s:27:\".wp-block-image .alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:11:\"float:right\";i:1;s:22:\"margin:.5em 0 .5em 1em\";}}i:306;a:2:{i:0;a:1:{s:28:\".wp-block-image .aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:307;a:2:{i:0;a:1:{s:34:\".wp-block-image :where(figcaption)\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:308;a:2:{i:0;a:2:{s:44:\".wp-block-image.is-style-circle-mask amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:20:\"is-style-circle-mask\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:45:\".wp-block-image.is-style-circle-mask amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:20:\"is-style-circle-mask\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:20:\"border-radius:9999px\";}}i:309;s:88:\"@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){\";i:310;a:2:{i:0;a:2:{s:44:\".wp-block-image.is-style-circle-mask amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:20:\"is-style-circle-mask\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:45:\".wp-block-image.is-style-circle-mask amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:20:\"is-style-circle-mask\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:10:{i:0;s:15:\"border-radius:0\";i:1;s:160:\"-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>\")\";i:2;s:152:\"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>\")\";i:3;s:15:\"mask-mode:alpha\";i:4;s:28:\"-webkit-mask-position:center\";i:5;s:20:\"mask-position:center\";i:6;s:29:\"-webkit-mask-repeat:no-repeat\";i:7;s:21:\"mask-repeat:no-repeat\";i:8;s:25:\"-webkit-mask-size:contain\";i:9;s:17:\"mask-size:contain\";}}i:311;s:1:\"}\";i:312;a:2:{i:0;a:1:{s:22:\".wp-block-image figure\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:313;a:2:{i:0;a:1:{s:22:\".wp-lightbox-container\";a:1:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}}}i:1;a:3:{i:0;s:12:\"display:flex\";i:1;s:21:\"flex-direction:column\";i:2;s:17:\"position:relative\";}}i:314;a:2:{i:0;a:2:{s:30:\".wp-lightbox-container amp-img\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:31:\".wp-lightbox-container amp-anim\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"cursor:zoom-in\";}}i:315;a:2:{i:0;a:2:{s:43:\".wp-lightbox-container amp-img:hover+button\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:44:\".wp-lightbox-container amp-anim:hover+button\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:316;a:2:{i:0;a:1:{s:29:\".wp-lightbox-container button\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:19:{i:0;s:18:\"align-items:center\";i:1;s:49:\"-webkit-backdrop-filter:blur(16px) saturate(180%)\";i:2;s:41:\"backdrop-filter:blur(16px) saturate(180%)\";i:3;s:35:\"background-color:rgba(90,90,90,.25)\";i:4;s:11:\"border:none\";i:5;s:17:\"border-radius:4px\";i:6;s:14:\"cursor:zoom-in\";i:7;s:12:\"display:flex\";i:8;s:11:\"height:20px\";i:9;s:22:\"justify-content:center\";i:10;s:9:\"opacity:0\";i:11;s:9:\"padding:0\";i:12;s:17:\"position:absolute\";i:13;s:10:\"right:16px\";i:14;s:17:\"text-align:center\";i:15;s:8:\"top:16px\";i:16;s:27:\"transition:opacity .2s ease\";i:17;s:10:\"width:20px\";i:18;s:11:\"z-index:100\";}}i:317;a:2:{i:0;a:1:{s:43:\".wp-lightbox-container button:focus-visible\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:3:{i:0;s:35:\"outline:3px auto rgba(90,90,90,.25)\";i:1;s:41:\"outline:3px auto -webkit-focus-ring-color\";i:2;s:18:\"outline-offset:3px\";}}i:318;a:2:{i:0;a:1:{s:35:\".wp-lightbox-container button:hover\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:2:{i:0;s:14:\"cursor:pointer\";i:1;s:9:\"opacity:1\";}}i:319;a:2:{i:0;a:1:{s:35:\".wp-lightbox-container button:focus\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:320;a:2:{i:0;a:3:{s:35:\".wp-lightbox-container button:focus\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}s:35:\".wp-lightbox-container button:hover\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}s:75:\".wp-lightbox-container button:not(:hover):not(:active):not(.has-background)\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:2:{i:0;s:35:\"background-color:rgba(90,90,90,.25)\";i:1;s:11:\"border:none\";}}i:321;a:2:{i:0;a:1:{s:20:\".wp-lightbox-overlay\";a:1:{i:1;a:1:{i:0;s:19:\"wp-lightbox-overlay\";}}}i:1;a:10:{i:0;s:21:\"box-sizing:border-box\";i:1;s:15:\"cursor:zoom-out\";i:2;s:12:\"height:100vh\";i:3;s:6:\"left:0\";i:4;s:15:\"overflow:hidden\";i:5;s:14:\"position:fixed\";i:6;s:5:\"top:0\";i:7;s:17:\"visibility:hidden\";i:8;s:10:\"width:100%\";i:9;s:14:\"z-index:100000\";}}i:322;a:2:{i:0;a:1:{s:34:\".wp-lightbox-overlay .close-button\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:12:\"close-button\";}}}i:1;a:11:{i:0;s:18:\"align-items:center\";i:1;s:14:\"cursor:pointer\";i:2;s:12:\"display:flex\";i:3;s:22:\"justify-content:center\";i:4;s:15:\"min-height:40px\";i:5;s:14:\"min-width:40px\";i:6;s:9:\"padding:0\";i:7;s:17:\"position:absolute\";i:8;s:45:\"right:calc(env(safe-area-inset-right) + 16px)\";i:9;s:41:\"top:calc(env(safe-area-inset-top) + 16px)\";i:10;s:15:\"z-index:5000000\";}}i:323;a:2:{i:0;a:3:{s:40:\".wp-lightbox-overlay .close-button:focus\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:12:\"close-button\";}}s:40:\".wp-lightbox-overlay .close-button:hover\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:12:\"close-button\";}}s:80:\".wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background)\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:12:\"close-button\";}}}i:1;a:2:{i:0;s:15:\"background:none\";i:1;s:11:\"border:none\";}}i:324;a:2:{i:0;a:1:{s:46:\".wp-lightbox-overlay .lightbox-image-container\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:24:\"lightbox-image-container\";}}}i:1;a:9:{i:0;s:43:\"height:var(--wp--lightbox-container-height)\";i:1;s:8:\"left:50%\";i:2;s:15:\"overflow:hidden\";i:3;s:17:\"position:absolute\";i:4;s:7:\"top:50%\";i:5;s:30:\"transform:translate(-50%,-50%)\";i:6;s:25:\"transform-origin:top left\";i:7;s:41:\"width:var(--wp--lightbox-container-width)\";i:8;s:18:\"z-index:9999999999\";}}i:325;a:2:{i:0;a:1:{s:36:\".wp-lightbox-overlay .wp-block-image\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:14:\"wp-block-image\";}}}i:1;a:10:{i:0;s:18:\"align-items:center\";i:1;s:21:\"box-sizing:border-box\";i:2;s:12:\"display:flex\";i:3;s:11:\"height:100%\";i:4;s:22:\"justify-content:center\";i:5;s:8:\"margin:0\";i:6;s:17:\"position:relative\";i:7;s:20:\"transform-origin:0 0\";i:8;s:10:\"width:100%\";i:9;s:15:\"z-index:3000000\";}}i:326;a:2:{i:0;a:2:{s:44:\".wp-lightbox-overlay .wp-block-image amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:45:\".wp-lightbox-overlay .wp-block-image amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:39:\"height:var(--wp--lightbox-image-height)\";i:1;s:43:\"min-height:var(--wp--lightbox-image-height)\";i:2;s:41:\"min-width:var(--wp--lightbox-image-width)\";i:3;s:37:\"width:var(--wp--lightbox-image-width)\";}}i:327;a:2:{i:0;a:1:{s:47:\".wp-lightbox-overlay .wp-block-image figcaption\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:328;a:2:{i:0;a:1:{s:27:\".wp-lightbox-overlay button\";a:2:{i:1;a:1:{i:0;s:19:\"wp-lightbox-overlay\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:2:{i:0;s:15:\"background:none\";i:1;s:11:\"border:none\";}}i:329;a:2:{i:0;a:1:{s:27:\".wp-lightbox-overlay .scrim\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:5:\"scrim\";}}}i:1;a:6:{i:0;s:21:\"background-color:#fff\";i:1;s:11:\"height:100%\";i:2;s:10:\"opacity:.9\";i:3;s:17:\"position:absolute\";i:4;s:10:\"width:100%\";i:5;s:15:\"z-index:2000000\";}}i:330;a:2:{i:0;a:1:{s:27:\".wp-lightbox-overlay.active\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:6:\"active\";}}}i:1;a:2:{i:0;s:38:\"animation:turn-on-visibility .25s both\";i:1;s:18:\"visibility:visible\";}}i:331;a:2:{i:0;a:2:{s:35:\".wp-lightbox-overlay.active amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:6:\"active\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:36:\".wp-lightbox-overlay.active amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:6:\"active\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:38:\"animation:turn-on-visibility .35s both\";}}i:332;a:2:{i:0;a:1:{s:56:\".wp-lightbox-overlay.show-closing-animation:not(.active)\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:22:\"show-closing-animation\";}}}i:1;a:1:{i:0;s:39:\"animation:turn-off-visibility .35s both\";}}i:333;a:2:{i:0;a:2:{s:64:\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:22:\"show-closing-animation\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:65:\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:22:\"show-closing-animation\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:39:\"animation:turn-off-visibility .25s both\";}}i:334;s:46:\"@media (prefers-reduced-motion:no-preference){\";i:335;a:2:{i:0;a:1:{s:32:\".wp-lightbox-overlay.zoom.active\";a:1:{i:1;a:3:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";}}}i:1;a:3:{i:0;s:14:\"animation:none\";i:1;s:9:\"opacity:1\";i:2;s:18:\"visibility:visible\";}}i:336;a:2:{i:0;a:1:{s:58:\".wp-lightbox-overlay.zoom.active .lightbox-image-container\";a:1:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";i:3;s:24:\"lightbox-image-container\";}}}i:1;a:1:{i:0;s:30:\"animation:lightbox-zoom-in .4s\";}}i:337;a:2:{i:0;a:2:{s:66:\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-img\";a:2:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";i:3;s:24:\"lightbox-image-container\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:67:\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-anim\";a:2:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";i:3;s:24:\"lightbox-image-container\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"animation:none\";}}i:338;a:2:{i:0;a:1:{s:39:\".wp-lightbox-overlay.zoom.active .scrim\";a:1:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";i:3;s:5:\"scrim\";}}}i:1;a:1:{i:0;s:41:\"animation:turn-on-visibility .4s forwards\";}}i:339;a:2:{i:0;a:1:{s:61:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active)\";a:1:{i:1;a:3:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";}}}i:1;a:1:{i:0;s:14:\"animation:none\";}}i:340;a:2:{i:0;a:1:{s:87:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container\";a:1:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";i:3;s:24:\"lightbox-image-container\";}}}i:1;a:1:{i:0;s:31:\"animation:lightbox-zoom-out .4s\";}}i:341;a:2:{i:0;a:2:{s:95:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-img\";a:2:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";i:3;s:24:\"lightbox-image-container\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:96:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-anim\";a:2:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";i:3;s:24:\"lightbox-image-container\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"animation:none\";}}i:342;a:2:{i:0;a:1:{s:68:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim\";a:1:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";i:3;s:5:\"scrim\";}}}i:1;a:1:{i:0;s:42:\"animation:turn-off-visibility .4s forwards\";}}i:343;s:1:\"}\";i:344;s:30:\"@keyframes show-content-image{\";i:345;s:21:\"0%{visibility:hidden}\";i:346;s:22:\"99%{visibility:hidden}\";i:347;s:22:\"to{visibility:visible}\";i:348;s:31:\"}@keyframes turn-on-visibility{\";i:349;s:13:\"0%{opacity:0}\";i:350;s:13:\"to{opacity:1}\";i:351;s:32:\"}@keyframes turn-off-visibility{\";i:352;s:32:\"0%{opacity:1;visibility:visible}\";i:353;s:33:\"99%{opacity:0;visibility:visible}\";i:354;s:31:\"to{opacity:0;visibility:hidden}\";i:355;s:29:\"}@keyframes lightbox-zoom-in{\";i:356;s:215:\"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))}\";i:357;s:43:\"to{transform:translate(-50%,-50%) scale(1)}\";i:358;s:30:\"}@keyframes lightbox-zoom-out{\";i:359;s:62:\"0%{transform:translate(-50%,-50%) scale(1);visibility:visible}\";i:360;s:23:\"99%{visibility:visible}\";i:361;s:233:\"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}\";i:362;s:1:\"}\";i:363;a:2:{i:0;a:1:{s:27:\"ol.wp-block-latest-comments\";a:2:{i:1;a:1:{i:0;s:24:\"wp-block-latest-comments\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"margin-left:0\";}}i:364;a:2:{i:0;a:1:{s:112:\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment))\";a:0:{}}i:1;a:1:{i:0;s:15:\"line-height:1.1\";}}i:365;a:2:{i:0;a:1:{s:122:\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p))\";a:0:{}}i:1;a:1:{i:0;s:15:\"line-height:1.8\";}}i:366;a:2:{i:0;a:2:{s:88:\".has-dates :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\";a:1:{i:1;a:1:{i:0;s:9:\"has-dates\";}}s:91:\".has-excerpts :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\";a:1:{i:1;a:1:{i:0;s:12:\"has-excerpts\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.5\";}}i:367;a:2:{i:0;a:1:{s:51:\".wp-block-latest-comments .wp-block-latest-comments\";a:1:{i:1;a:2:{i:0;s:24:\"wp-block-latest-comments\";i:1;s:24:\"wp-block-latest-comments\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:368;a:2:{i:0;a:1:{s:34:\".wp-block-latest-comments__comment\";a:1:{i:1;a:1:{i:0;s:33:\"wp-block-latest-comments__comment\";}}}i:1;a:2:{i:0;s:15:\"list-style:none\";i:1;s:17:\"margin-bottom:1em\";}}i:369;a:2:{i:0;a:1:{s:47:\".has-avatars .wp-block-latest-comments__comment\";a:1:{i:1;a:2:{i:0;s:11:\"has-avatars\";i:1;s:33:\"wp-block-latest-comments__comment\";}}}i:1;a:2:{i:0;s:15:\"list-style:none\";i:1;s:17:\"min-height:2.25em\";}}i:370;a:2:{i:0;a:2:{s:90:\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt\";a:1:{i:1;a:3:{i:0;s:11:\"has-avatars\";i:1;s:33:\"wp-block-latest-comments__comment\";i:2;s:41:\"wp-block-latest-comments__comment-excerpt\";}}s:87:\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta\";a:1:{i:1;a:3:{i:0;s:11:\"has-avatars\";i:1;s:33:\"wp-block-latest-comments__comment\";i:2;s:38:\"wp-block-latest-comments__comment-meta\";}}}i:1;a:1:{i:0;s:18:\"margin-left:3.25em\";}}i:371;a:2:{i:0;a:1:{s:44:\".wp-block-latest-comments__comment-excerpt p\";a:2:{i:1;a:1:{i:0;s:41:\"wp-block-latest-comments__comment-excerpt\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:16:\"font-size:.875em\";i:1;s:20:\"margin:.36em 0 1.4em\";}}i:372;a:2:{i:0;a:1:{s:39:\".wp-block-latest-comments__comment-date\";a:1:{i:1;a:1:{i:0;s:38:\"wp-block-latest-comments__comment-date\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:15:\"font-size:.75em\";}}i:373;a:2:{i:0;a:2:{s:33:\".wp-block-latest-comments .avatar\";a:1:{i:1;a:2:{i:0;s:24:\"wp-block-latest-comments\";i:1;s:6:\"avatar\";}}s:41:\".wp-block-latest-comments__comment-avatar\";a:1:{i:1;a:1:{i:0;s:40:\"wp-block-latest-comments__comment-avatar\";}}}i:1;a:6:{i:0;s:19:\"border-radius:1.5em\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:12:\"height:2.5em\";i:4;s:18:\"margin-right:.75em\";i:5;s:11:\"width:2.5em\";}}i:374;a:2:{i:0;a:2:{s:46:\".wp-block-latest-comments[class*=-font-size] a\";a:3:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:24:\"wp-block-latest-comments\";}i:0;a:1:{i:0;s:1:\"a\";}}s:63:\".wp-block-latest-comments[data-amp-original-style*=font-size] a\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:24:\"wp-block-latest-comments\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:17:\"font-size:inherit\";}}i:375;a:2:{i:0;a:1:{s:22:\".wp-block-latest-posts\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-latest-posts\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:376;a:2:{i:0;a:1:{s:32:\".wp-block-latest-posts.alignleft\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:16:\"margin-right:2em\";}}i:377;a:2:{i:0;a:1:{s:33:\".wp-block-latest-posts.alignright\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:15:\"margin-left:2em\";}}i:378;a:2:{i:0;a:1:{s:50:\".wp-block-latest-posts.wp-block-latest-posts__list\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:27:\"wp-block-latest-posts__list\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:379;a:2:{i:0;a:1:{s:53:\".wp-block-latest-posts.wp-block-latest-posts__list li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:27:\"wp-block-latest-posts__list\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:10:\"clear:both\";i:1;s:24:\"overflow-wrap:break-word\";}}i:380;a:2:{i:0;a:1:{s:30:\".wp-block-latest-posts.is-grid\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:7:\"is-grid\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";}}i:381;a:2:{i:0;a:1:{s:33:\".wp-block-latest-posts.is-grid li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:7:\"is-grid\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:24:\"margin:0 1.25em 1.25em 0\";i:1;s:10:\"width:100%\";}}i:382;s:25:\"@media (min-width:600px){\";i:383;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-2 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-2\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:24:\"width:calc(50% - .625em)\";}}i:384;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-2 li:nth-child(2n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-2\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:385;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-3 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-3\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:32:\"width:calc(33.33333% - .83333em)\";}}i:386;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-3 li:nth-child(3n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-3\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:387;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-4 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-4\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:25:\"width:calc(25% - .9375em)\";}}i:388;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-4 li:nth-child(4n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-4\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:389;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-5 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-5\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(20% - 1em)\";}}i:390;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-5 li:nth-child(5n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-5\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:391;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-6 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-6\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:33:\"width:calc(16.66667% - 1.04167em)\";}}i:392;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-6 li:nth-child(6n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-6\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:393;s:1:\"}\";i:394;a:2:{i:0;a:1:{s:44:\":root :where(.wp-block-latest-posts.is-grid)\";a:0:{}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:395;a:2:{i:0;a:1:{s:64:\":root :where(.wp-block-latest-posts.wp-block-latest-posts__list)\";a:0:{}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:396;a:2:{i:0;a:2:{s:35:\".wp-block-latest-posts__post-author\";a:1:{i:1;a:1:{i:0;s:34:\"wp-block-latest-posts__post-author\";}}s:33:\".wp-block-latest-posts__post-date\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-latest-posts__post-date\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:17:\"font-size:.8125em\";}}i:397;a:2:{i:0;a:1:{s:36:\".wp-block-latest-posts__post-excerpt\";a:1:{i:1;a:1:{i:0;s:35:\"wp-block-latest-posts__post-excerpt\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:398;a:2:{i:0;a:1:{s:40:\".wp-block-latest-posts__featured-image a\";a:2:{i:1;a:1:{i:0;s:37:\"wp-block-latest-posts__featured-image\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:399;a:2:{i:0;a:2:{s:46:\".wp-block-latest-posts__featured-image amp-img\";a:2:{i:1;a:1:{i:0;s:37:\"wp-block-latest-posts__featured-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:47:\".wp-block-latest-posts__featured-image amp-anim\";a:2:{i:1;a:1:{i:0;s:37:\"wp-block-latest-posts__featured-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:3:{i:0;s:11:\"height:auto\";i:1;s:14:\"max-width:100%\";i:2;s:10:\"width:auto\";}}i:400;a:2:{i:0;a:1:{s:48:\".wp-block-latest-posts__featured-image.alignleft\";a:1:{i:1;a:2:{i:0;s:37:\"wp-block-latest-posts__featured-image\";i:1;s:9:\"alignleft\";}}}i:1;a:2:{i:0;s:10:\"float:left\";i:1;s:16:\"margin-right:1em\";}}i:401;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts__featured-image.alignright\";a:1:{i:1;a:2:{i:0;s:37:\"wp-block-latest-posts__featured-image\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:11:\"float:right\";i:1;s:15:\"margin-left:1em\";}}i:402;a:2:{i:0;a:1:{s:50:\".wp-block-latest-posts__featured-image.aligncenter\";a:1:{i:1;a:2:{i:0;s:37:\"wp-block-latest-posts__featured-image\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:17:\"text-align:center\";}}i:403;a:2:{i:0;a:2:{s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:404;a:2:{i:0;a:1:{s:43:\":root :where(.wp-block-list.has-background)\";a:0:{}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:405;a:2:{i:0;a:2:{s:18:\".wp-block-loginout\";a:1:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}}s:20:\".wp-block-media-text\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-media-text\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:406;a:2:{i:0;a:1:{s:20:\".wp-block-media-text\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-media-text\";}}}i:1;a:4:{i:0;s:13:\"direction:ltr\";i:1;s:12:\"display:grid\";i:2;s:29:\"grid-template-columns:50% 1fr\";i:3;s:23:\"grid-template-rows:auto\";}}i:407;a:2:{i:0;a:1:{s:43:\".wp-block-media-text.has-media-on-the-right\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:22:\"has-media-on-the-right\";}}}i:1;a:1:{i:0;s:29:\"grid-template-columns:1fr 50%\";}}i:408;a:2:{i:0;a:2:{s:76:\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:25:\"is-vertically-aligned-top\";i:2;s:28:\"wp-block-media-text__content\";}}s:74:\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:25:\"is-vertically-aligned-top\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:1:{i:0;s:16:\"align-self:start\";}}i:409;a:2:{i:0;a:4:{s:79:\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"is-vertically-aligned-center\";i:2;s:28:\"wp-block-media-text__content\";}}s:77:\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"is-vertically-aligned-center\";i:2;s:26:\"wp-block-media-text__media\";}}s:50:\".wp-block-media-text>.wp-block-media-text__content\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"wp-block-media-text__content\";}}s:48:\".wp-block-media-text>.wp-block-media-text__media\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}}}i:1;a:1:{i:0;s:17:\"align-self:center\";}}i:410;a:2:{i:0;a:2:{s:79:\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"is-vertically-aligned-bottom\";i:2;s:28:\"wp-block-media-text__content\";}}s:77:\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"is-vertically-aligned-bottom\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:1:{i:0;s:14:\"align-self:end\";}}i:411;a:2:{i:0;a:1:{s:48:\".wp-block-media-text>.wp-block-media-text__media\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}}}i:1;a:3:{i:0;s:13:\"grid-column:1\";i:1;s:10:\"grid-row:1\";i:2;s:8:\"margin:0\";}}i:412;a:2:{i:0;a:1:{s:50:\".wp-block-media-text>.wp-block-media-text__content\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"wp-block-media-text__content\";}}}i:1;a:5:{i:0;s:13:\"direction:ltr\";i:1;s:13:\"grid-column:2\";i:2;s:10:\"grid-row:1\";i:3;s:12:\"padding:0 8%\";i:4;s:21:\"word-break:break-word\";}}i:413;a:2:{i:0;a:1:{s:71:\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:22:\"has-media-on-the-right\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:2:{i:0;s:13:\"grid-column:2\";i:1;s:10:\"grid-row:1\";}}i:414;a:2:{i:0;a:1:{s:73:\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:22:\"has-media-on-the-right\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:2:{i:0;s:13:\"grid-column:1\";i:1;s:10:\"grid-row:1\";}}i:415;a:2:{i:0;a:1:{s:29:\".wp-block-media-text__media a\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:416;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:4:{i:0;s:11:\"height:auto\";i:1;s:15:\"max-width:unset\";i:2;s:21:\"vertical-align:middle\";i:3;s:10:\"width:100%\";}}i:417;a:2:{i:0;a:1:{s:62:\".wp-block-media-text.is-image-fill>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:13:\"is-image-fill\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:3:{i:0;s:21:\"background-size:cover\";i:1;s:11:\"height:100%\";i:2;s:16:\"min-height:250px\";}}i:418;a:2:{i:0;a:1:{s:64:\".wp-block-media-text.is-image-fill>.wp-block-media-text__media>a\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:13:\"is-image-fill\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:11:\"height:100%\";}}i:419;a:2:{i:0;a:2:{s:70:\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-img\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:13:\"is-image-fill\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:71:\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-anim\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:13:\"is-image-fill\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:8:{i:0;s:10:\"height:1px\";i:1;s:11:\"margin:-1px\";i:2;s:15:\"overflow:hidden\";i:3;s:9:\"padding:0\";i:4;s:17:\"position:absolute\";i:5;s:9:\"width:1px\";i:6;s:18:\"clip:rect(0,0,0,0)\";i:7;s:8:\"border:0\";}}i:420;a:2:{i:0;a:1:{s:70:\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:21:\"is-image-fill-element\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:3:{i:0;s:11:\"height:100%\";i:1;s:16:\"min-height:250px\";i:2;s:17:\"position:relative\";}}i:421;a:2:{i:0;a:1:{s:72:\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:21:\"is-image-fill-element\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:11:\"height:100%\";}}i:422;a:2:{i:0;a:2:{s:78:\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-img\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:21:\"is-image-fill-element\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:79:\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-anim\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:21:\"is-image-fill-element\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:11:\"height:100%\";i:1;s:16:\"object-fit:cover\";i:2;s:17:\"position:absolute\";i:3;s:10:\"width:100%\";}}i:423;s:25:\"@media (max-width:600px){\";i:424;a:2:{i:0;a:1:{s:61:\".wp-block-media-text.is-stacked-on-mobile:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:20:\"is-stacked-on-mobile\";}}}i:1;a:1:{i:0;s:26:\"grid-template-columns:100%\";}}i:425;a:2:{i:0;a:1:{s:69:\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:20:\"is-stacked-on-mobile\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:2:{i:0;s:13:\"grid-column:1\";i:1;s:10:\"grid-row:1\";}}i:426;a:2:{i:0;a:1:{s:71:\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:20:\"is-stacked-on-mobile\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:2:{i:0;s:13:\"grid-column:1\";i:1;s:10:\"grid-row:2\";}}i:427;s:1:\"}\";i:428;a:2:{i:0;a:1:{s:20:\".wp-block-navigation\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}}}i:1;a:6:{i:0;s:17:\"position:relative\";i:1;s:52:\"--navigation-layout-justification-setting:flex-start\";i:2;s:33:\"--navigation-layout-direction:row\";i:3;s:29:\"--navigation-layout-wrap:wrap\";i:4;s:38:\"--navigation-layout-justify:flex-start\";i:5;s:32:\"--navigation-layout-align:center\";}}i:429;a:2:{i:0;a:1:{s:23:\".wp-block-navigation ul\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:15:\"margin-bottom:0\";i:1;s:13:\"margin-left:0\";i:2;s:12:\"margin-top:0\";i:3;s:14:\"padding-left:0\";}}i:430;a:2:{i:0;a:2:{s:23:\".wp-block-navigation ul\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:26:\".wp-block-navigation ul li\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"list-style:none\";i:1;s:9:\"padding:0\";}}i:431;a:2:{i:0;a:1:{s:46:\".wp-block-navigation .wp-block-navigation-item\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:24:\"wp-block-navigation-item\";}}}i:1;a:3:{i:0;s:18:\"align-items:center\";i:1;s:12:\"display:flex\";i:2;s:17:\"position:relative\";}}i:432;a:2:{i:0;a:1:{s:92:\".wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:24:\"wp-block-navigation-item\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:433;a:2:{i:0;a:1:{s:55:\".wp-block-navigation .wp-block-navigation-item__content\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:434;a:2:{i:0;a:1:{s:89:\".wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:33:\"wp-block-navigation-item__content\";i:2;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:435;a:2:{i:0;a:3:{s:85:\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"has-text-decoration-underline\";i:2;s:33:\"wp-block-navigation-item__content\";}}s:92:\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"has-text-decoration-underline\";i:2;s:33:\"wp-block-navigation-item__content\";}}s:91:\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"has-text-decoration-underline\";i:2;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:25:\"text-decoration:underline\";}}i:436;a:2:{i:0;a:3:{s:88:\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:32:\"has-text-decoration-line-through\";i:2;s:33:\"wp-block-navigation-item__content\";}}s:95:\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:32:\"has-text-decoration-line-through\";i:2;s:33:\"wp-block-navigation-item__content\";}}s:94:\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:32:\"has-text-decoration-line-through\";i:2;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:28:\"text-decoration:line-through\";}}i:437;a:2:{i:0;a:3:{s:30:\".wp-block-navigation :where(a)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}}s:37:\".wp-block-navigation :where(a:active)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}}s:36:\".wp-block-navigation :where(a:focus)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:438;a:2:{i:0;a:1:{s:55:\".wp-block-navigation .wp-block-navigation__submenu-icon\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:11:{i:0;s:17:\"align-self:center\";i:1;s:24:\"background-color:inherit\";i:2;s:11:\"border:none\";i:3;s:18:\"color:currentColor\";i:4;s:20:\"display:inline-block\";i:5;s:17:\"font-size:inherit\";i:6;s:11:\"height:.6em\";i:7;s:13:\"line-height:0\";i:8;s:17:\"margin-left:.25em\";i:9;s:9:\"padding:0\";i:10;s:10:\"width:.6em\";}}i:439;a:2:{i:0;a:1:{s:59:\".wp-block-navigation .wp-block-navigation__submenu-icon svg\";a:2:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:33:\"wp-block-navigation__submenu-icon\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:5:{i:0;s:20:\"display:inline-block\";i:1;s:19:\"stroke:currentColor\";i:2;s:14:\"height:inherit\";i:3;s:17:\"margin-top:.075em\";i:4;s:13:\"width:inherit\";}}i:440;a:2:{i:0;a:1:{s:32:\".wp-block-navigation.is-vertical\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:11:\"is-vertical\";}}}i:1;a:3:{i:0;s:36:\"--navigation-layout-direction:column\";i:1;s:35:\"--navigation-layout-justify:initial\";i:2;s:36:\"--navigation-layout-align:flex-start\";}}i:441;a:2:{i:0;a:1:{s:28:\".wp-block-navigation.no-wrap\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:7:\"no-wrap\";}}}i:1;a:1:{i:0;s:31:\"--navigation-layout-wrap:nowrap\";}}i:442;a:2:{i:0;a:1:{s:43:\".wp-block-navigation.items-justified-center\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:22:\"items-justified-center\";}}}i:1;a:2:{i:0;s:48:\"--navigation-layout-justification-setting:center\";i:1;s:34:\"--navigation-layout-justify:center\";}}i:443;a:2:{i:0;a:1:{s:55:\".wp-block-navigation.items-justified-center.is-vertical\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:22:\"items-justified-center\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:32:\"--navigation-layout-align:center\";}}i:444;a:2:{i:0;a:1:{s:42:\".wp-block-navigation.items-justified-right\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";}}}i:1;a:2:{i:0;s:50:\"--navigation-layout-justification-setting:flex-end\";i:1;s:36:\"--navigation-layout-justify:flex-end\";}}i:445;a:2:{i:0;a:1:{s:54:\".wp-block-navigation.items-justified-right.is-vertical\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:34:\"--navigation-layout-align:flex-end\";}}i:446;a:2:{i:0;a:1:{s:50:\".wp-block-navigation.items-justified-space-between\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";}}}i:1;a:2:{i:0;s:55:\"--navigation-layout-justification-setting:space-between\";i:1;s:41:\"--navigation-layout-justify:space-between\";}}i:447;a:2:{i:0;a:1:{s:71:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:15:{i:0;s:18:\"align-items:normal\";i:1;s:24:\"background-color:inherit\";i:2;s:13:\"color:inherit\";i:3;s:12:\"display:flex\";i:4;s:21:\"flex-direction:column\";i:5;s:8:\"height:0\";i:6;s:9:\"left:-1px\";i:7;s:9:\"opacity:0\";i:8;s:15:\"overflow:hidden\";i:9;s:17:\"position:absolute\";i:10;s:8:\"top:100%\";i:11;s:29:\"transition:opacity .1s linear\";i:12;s:17:\"visibility:hidden\";i:13;s:7:\"width:0\";i:14;s:9:\"z-index:2\";}}i:448;a:2:{i:0;a:1:{s:132:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:24:\"wp-block-navigation-item\";i:4;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:11:\"flex-grow:1\";}}i:449;a:2:{i:0;a:1:{s:167:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:24:\"wp-block-navigation-item\";i:4;s:33:\"wp-block-navigation-item__content\";i:5;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:14:\"margin-right:0\";}}i:450;a:2:{i:0;a:1:{s:106:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:451;s:25:\"@media (min-width:782px){\";i:452;a:2:{i:0;a:1:{s:111:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:100%\";i:1;s:8:\"top:-1px\";}}i:453;a:2:{i:0;a:1:{s:118:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:7:{i:0;s:24:\"background:rgba(0,0,0,0)\";i:1;s:10:\"content:\"\"\";i:2;s:13:\"display:block\";i:3;s:11:\"height:100%\";i:4;s:17:\"position:absolute\";i:5;s:10:\"right:100%\";i:6;s:10:\"width:.5em\";}}i:454;a:2:{i:0;a:1:{s:106:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:1:{i:0;s:18:\"margin-right:.25em\";}}i:455;a:2:{i:0;a:1:{s:110:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg\";a:2:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:33:\"wp-block-navigation__submenu-icon\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:24:\"transform:rotate(-90deg)\";}}i:456;s:1:\"}\";i:457;a:2:{i:0;a:3:{s:128:\".wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container\";a:2:{i:3;a:1:{i:0;s:13:\"aria-expanded\";}i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:35:\"wp-block-navigation-submenu__toggle\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}s:97:\".wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}s:130:\".wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:6:{i:0;s:11:\"height:auto\";i:1;s:15:\"min-width:200px\";i:2;s:9:\"opacity:1\";i:3;s:16:\"overflow:visible\";i:4;s:18:\"visibility:visible\";i:5;s:10:\"width:auto\";}}i:458;a:2:{i:0;a:1:{s:86:\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:14:\"has-background\";i:2;s:9:\"has-child\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:6:\"left:0\";i:1;s:8:\"top:100%\";}}i:459;s:25:\"@media (min-width:782px){\";i:460;a:2:{i:0;a:1:{s:126:\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:14:\"has-background\";i:2;s:9:\"has-child\";i:3;s:38:\"wp-block-navigation__submenu-container\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:100%\";i:1;s:5:\"top:0\";}}i:461;s:1:\"}\";i:462;a:2:{i:0;a:1:{s:28:\".wp-block-navigation-submenu\";a:1:{i:1;a:1:{i:0;s:27:\"wp-block-navigation-submenu\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:17:\"position:relative\";}}i:463;a:2:{i:0;a:1:{s:67:\".wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-navigation-submenu\";i:1;s:33:\"wp-block-navigation__submenu-icon\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:19:\"stroke:currentColor\";}}i:464;a:2:{i:0;a:1:{s:40:\"button.wp-block-navigation-item__content\";a:2:{i:1;a:1:{i:0;s:33:\"wp-block-navigation-item__content\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:11:{i:0;s:24:\"background-color:initial\";i:1;s:11:\"border:none\";i:2;s:18:\"color:currentColor\";i:3;s:19:\"font-family:inherit\";i:4;s:17:\"font-size:inherit\";i:5;s:18:\"font-style:inherit\";i:6;s:19:\"font-weight:inherit\";i:7;s:22:\"letter-spacing:inherit\";i:8;s:19:\"line-height:inherit\";i:9;s:15:\"text-align:left\";i:10;s:22:\"text-transform:inherit\";}}i:465;a:2:{i:0;a:1:{s:36:\".wp-block-navigation-submenu__toggle\";a:1:{i:1;a:1:{i:0;s:35:\"wp-block-navigation-submenu__toggle\";}}}i:1;a:1:{i:0;s:14:\"cursor:pointer\";}}i:466;a:2:{i:0;a:1:{s:76:\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle\";a:1:{i:1;a:3:{i:0;s:24:\"wp-block-navigation-item\";i:1;s:13:\"open-on-click\";i:2;s:35:\"wp-block-navigation-submenu__toggle\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:19:\"padding-right:.85em\";}}i:467;a:2:{i:0;a:1:{s:111:\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon\";a:1:{i:1;a:4:{i:0;s:24:\"wp-block-navigation-item\";i:1;s:13:\"open-on-click\";i:2;s:35:\"wp-block-navigation-submenu__toggle\";i:3;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:2:{i:0;s:17:\"margin-left:-.6em\";i:1;s:19:\"pointer-events:none\";}}i:468;a:2:{i:0;a:1:{s:122:\".wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)\";a:2:{i:1;a:3:{i:0;s:24:\"wp-block-navigation-item\";i:1;s:13:\"open-on-click\";i:2;s:33:\"wp-block-navigation-item__content\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:469;a:2:{i:0;a:6:{s:40:\".wp-block-navigation .wp-block-page-list\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:18:\"wp-block-page-list\";}}s:31:\".wp-block-navigation__container\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-navigation__container\";}}s:38:\".wp-block-navigation__responsive-close\";a:1:{i:1;a:1:{i:0;s:37:\"wp-block-navigation__responsive-close\";}}s:42:\".wp-block-navigation__responsive-container\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}s:50:\".wp-block-navigation__responsive-container-content\";a:1:{i:1;a:1:{i:0;s:49:\"wp-block-navigation__responsive-container-content\";}}s:39:\".wp-block-navigation__responsive-dialog\";a:1:{i:1;a:1:{i:0;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:11:\"gap:inherit\";}}i:470;a:2:{i:0;a:2:{s:95:\":where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button))\";a:0:{}s:98:\":where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button))\";a:0:{}}i:1;a:1:{i:0;s:16:\"padding:.5em 1em\";}}i:471;a:2:{i:0;a:4:{s:120:\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button))\";a:0:{}s:123:\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button))\";a:0:{}s:138:\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content)\";a:0:{}s:136:\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content)\";a:0:{}}i:1;a:1:{i:0;s:16:\"padding:.5em 1em\";}}i:472;a:2:{i:0;a:4:{s:125:\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}s:113:\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}s:132:\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}s:144:\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:7:\"right:0\";}}i:473;a:2:{i:0;a:4:{s:165:\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:153:\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:172:\".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\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:184:\".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\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:-1px\";i:1;s:10:\"right:-1px\";}}i:474;s:25:\"@media (min-width:782px){\";i:475;a:2:{i:0;a:4:{s:165:\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:153:\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:172:\".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\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:184:\".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\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:10:\"right:100%\";}}i:476;s:1:\"}\";i:477;a:2:{i:0;a:1:{s:81:\".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:21:\"background-color:#fff\";i:1;s:32:\"border:1px solid rgba(0,0,0,.15)\";}}i:478;a:2:{i:0;a:1:{s:75:\".wp-block-navigation.has-background .wp-block-navigation__submenu-container\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:14:\"has-background\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:24:\"background-color:inherit\";}}i:479;a:2:{i:0;a:1:{s:81:\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:480;a:2:{i:0;a:1:{s:31:\".wp-block-navigation__container\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-navigation__container\";}}}i:1;a:8:{i:0;s:50:\"align-items:var(--navigation-layout-align,initial)\";i:1;s:12:\"display:flex\";i:2;s:57:\"flex-direction:var(--navigation-layout-direction,initial)\";i:3;s:44:\"flex-wrap:var(--navigation-layout-wrap,wrap)\";i:4;s:56:\"justify-content:var(--navigation-layout-justify,initial)\";i:5;s:15:\"list-style:none\";i:6;s:8:\"margin:0\";i:7;s:14:\"padding-left:0\";}}i:481;a:2:{i:0;a:1:{s:46:\".wp-block-navigation__container .is-responsive\";a:1:{i:1;a:2:{i:0;s:30:\"wp-block-navigation__container\";i:1;s:13:\"is-responsive\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:482;a:2:{i:0;a:2:{s:42:\".wp-block-navigation__container:only-child\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-navigation__container\";}}s:30:\".wp-block-page-list:only-child\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-page-list\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:1\";}}i:483;s:43:\"@keyframes overlay-menu__fade-in-animation{\";i:484;s:40:\"0%{opacity:0;transform:translateY(.5em)}\";i:485;s:37:\"to{opacity:1;transform:translateY(0)}\";i:486;s:1:\"}\";i:487;a:2:{i:0;a:1:{s:42:\".wp-block-navigation__responsive-container\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}}i:1;a:6:{i:0;s:8:\"bottom:0\";i:1;s:12:\"display:none\";i:2;s:6:\"left:0\";i:3;s:14:\"position:fixed\";i:4;s:7:\"right:0\";i:5;s:5:\"top:0\";}}i:488;a:2:{i:0;a:1:{s:78:\".wp-block-navigation__responsive-container :where(.wp-block-navigation-item a)\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:489;a:2:{i:0;a:1:{s:93:\".wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content\";a:1:{i:1;a:2:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:49:\"wp-block-navigation__responsive-container-content\";}}}i:1;a:5:{i:0;s:50:\"align-items:var(--navigation-layout-align,initial)\";i:1;s:12:\"display:flex\";i:2;s:57:\"flex-direction:var(--navigation-layout-direction,initial)\";i:3;s:44:\"flex-wrap:var(--navigation-layout-wrap,wrap)\";i:4;s:56:\"justify-content:var(--navigation-layout-justify,initial)\";}}i:490;a:2:{i:0;a:1:{s:94:\".wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open):not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}}i:1;a:2:{i:0;s:24:\"background-color:inherit\";i:1;s:13:\"color:inherit\";}}i:491;a:2:{i:0;a:1:{s:55:\".wp-block-navigation__responsive-container.is-menu-open\";a:1:{i:1;a:2:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";}}}i:1;a:8:{i:0;s:54:\"animation:overlay-menu__fade-in-animation .1s ease-out\";i:1;s:28:\"animation-fill-mode:forwards\";i:2;s:24:\"background-color:inherit\";i:3;s:12:\"display:flex\";i:4;s:21:\"flex-direction:column\";i:5;s:13:\"overflow:auto\";i:6;s:228:\"padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em)\";i:7;s:14:\"z-index:100000\";}}i:492;s:39:\"@media (prefers-reduced-motion:reduce){\";i:493;a:2:{i:0;a:1:{s:55:\".wp-block-navigation__responsive-container.is-menu-open\";a:1:{i:1;a:2:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";}}}i:1;a:2:{i:0;s:18:\"animation-delay:0s\";i:1;s:22:\"animation-duration:1ms\";}}i:494;s:1:\"}\";i:495;a:2:{i:0;a:1:{s:106:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";}}}i:1;a:6:{i:0;s:66:\"align-items:var(--navigation-layout-justification-setting,inherit)\";i:1;s:12:\"display:flex\";i:2;s:21:\"flex-direction:column\";i:3;s:16:\"flex-wrap:nowrap\";i:4;s:16:\"overflow:visible\";i:5;s:29:\"padding-top:calc(2rem + 24px)\";}}i:496;a:2:{i:0;a:3:{s:106:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";}}s:138:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:30:\"wp-block-navigation__container\";}}s:126:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:18:\"wp-block-page-list\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:497;a:2:{i:0;a:1:{s:141:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:498;a:2:{i:0;a:1:{s:157:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:10:{i:0;s:11:\"border:none\";i:1;s:11:\"height:auto\";i:2;s:15:\"min-width:200px\";i:3;s:9:\"opacity:1\";i:4;s:16:\"overflow:initial\";i:5;s:17:\"padding-left:2rem\";i:6;s:18:\"padding-right:2rem\";i:7;s:15:\"position:static\";i:8;s:18:\"visibility:visible\";i:9;s:10:\"width:auto\";}}i:499;a:2:{i:0;a:2:{s:138:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:30:\"wp-block-navigation__container\";}}s:146:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:11:\"gap:inherit\";}}i:500;a:2:{i:0;a:1:{s:146:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:43:\"padding-top:var(--wp--style--block-gap,2em)\";}}i:501;a:2:{i:0;a:1:{s:141:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:502;a:2:{i:0;a:3:{s:132:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:24:\"wp-block-navigation-item\";}}s:138:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:30:\"wp-block-navigation__container\";}}s:126:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:18:\"wp-block-page-list\";}}}i:1;a:3:{i:0;s:66:\"align-items:var(--navigation-layout-justification-setting,initial)\";i:1;s:12:\"display:flex\";i:2;s:21:\"flex-direction:column\";}}i:503;a:2:{i:0;a:4:{s:101:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:24:\"wp-block-navigation-item\";}}s:141:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:24:\"wp-block-navigation-item\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}s:107:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:30:\"wp-block-navigation__container\";}}s:95:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:18:\"wp-block-page-list\";}}}i:1;a:2:{i:0;s:24:\"background:rgba(0,0,0,0)\";i:1;s:13:\"color:inherit\";}}i:504;a:2:{i:0;a:1:{s:212:\".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\";a:1:{i:1;a:6:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:38:\"wp-block-navigation__submenu-container\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:10:\"right:auto\";}}i:505;s:25:\"@media (min-width:600px){\";i:506;a:2:{i:0;a:1:{s:85:\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}}i:1;a:5:{i:0;s:24:\"background-color:inherit\";i:1;s:13:\"display:block\";i:2;s:17:\"position:relative\";i:3;s:10:\"width:100%\";i:4;s:12:\"z-index:auto\";}}i:507;a:2:{i:0;a:1:{s:134:\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close\";a:1:{i:1;a:2:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:47:\"wp-block-navigation__responsive-container-close\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:508;a:2:{i:0;a:1:{s:212:\".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\";a:1:{i:1;a:6:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:38:\"wp-block-navigation__submenu-container\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:509;s:1:\"}\";i:510;a:2:{i:0;a:1:{s:97:\".wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:41:\"wp-block-navigation__responsive-container\";i:2;s:12:\"is-menu-open\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:511;a:2:{i:0;a:1:{s:97:\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:41:\"wp-block-navigation__responsive-container\";i:2;s:12:\"is-menu-open\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:512;a:2:{i:0;a:1:{s:41:\".wp-block-navigation__toggle_button_label\";a:1:{i:1;a:1:{i:0;s:40:\"wp-block-navigation__toggle_button_label\";}}}i:1;a:2:{i:0;s:14:\"font-size:1rem\";i:1;s:15:\"font-weight:700\";}}i:513;a:2:{i:0;a:2:{s:48:\".wp-block-navigation__responsive-container-close\";a:1:{i:1;a:1:{i:0;s:47:\"wp-block-navigation__responsive-container-close\";}}s:47:\".wp-block-navigation__responsive-container-open\";a:1:{i:1;a:1:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";}}}i:1;a:8:{i:0;s:24:\"background:rgba(0,0,0,0)\";i:1;s:11:\"border:none\";i:2;s:18:\"color:currentColor\";i:3;s:14:\"cursor:pointer\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:22:\"text-transform:inherit\";i:7;s:21:\"vertical-align:middle\";}}i:514;a:2:{i:0;a:2:{s:52:\".wp-block-navigation__responsive-container-close svg\";a:2:{i:1;a:1:{i:0;s:47:\"wp-block-navigation__responsive-container-close\";}i:0;a:1:{i:0;s:3:\"svg\";}}s:51:\".wp-block-navigation__responsive-container-open svg\";a:2:{i:1;a:1:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:5:{i:0;s:17:\"fill:currentColor\";i:1;s:13:\"display:block\";i:2;s:11:\"height:24px\";i:3;s:19:\"pointer-events:none\";i:4;s:10:\"width:24px\";}}i:515;a:2:{i:0;a:1:{s:47:\".wp-block-navigation__responsive-container-open\";a:1:{i:1;a:1:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:516;a:2:{i:0;a:1:{s:141:\".wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open\";a:1:{i:1;a:3:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";i:1;s:46:\"wp-block-navigation__responsive-container-open\";i:2;s:46:\"wp-block-navigation__responsive-container-open\";}}}i:1;a:3:{i:0;s:19:\"font-family:inherit\";i:1;s:17:\"font-size:inherit\";i:2;s:19:\"font-weight:inherit\";}}i:517;s:25:\"@media (min-width:600px){\";i:518;a:2:{i:0;a:1:{s:66:\".wp-block-navigation__responsive-container-open:not(.always-shown)\";a:1:{i:1;a:1:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:519;s:1:\"}\";i:520;a:2:{i:0;a:1:{s:48:\".wp-block-navigation__responsive-container-close\";a:1:{i:1;a:1:{i:0;s:47:\"wp-block-navigation__responsive-container-close\";}}}i:1;a:4:{i:0;s:17:\"position:absolute\";i:1;s:7:\"right:0\";i:2;s:5:\"top:0\";i:3;s:9:\"z-index:2\";}}i:521;a:2:{i:0;a:1:{s:144:\".wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close\";a:1:{i:1;a:3:{i:0;s:47:\"wp-block-navigation__responsive-container-close\";i:1;s:47:\"wp-block-navigation__responsive-container-close\";i:2;s:47:\"wp-block-navigation__responsive-container-close\";}}}i:1;a:3:{i:0;s:19:\"font-family:inherit\";i:1;s:17:\"font-size:inherit\";i:2;s:19:\"font-weight:inherit\";}}i:522;a:2:{i:0;a:1:{s:38:\".wp-block-navigation__responsive-close\";a:1:{i:1;a:1:{i:0;s:37:\"wp-block-navigation__responsive-close\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:523;a:2:{i:0;a:1:{s:54:\".has-modal-open .wp-block-navigation__responsive-close\";a:1:{i:1;a:2:{i:0;s:14:\"has-modal-open\";i:1;s:37:\"wp-block-navigation__responsive-close\";}}}i:1;a:3:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:50:\"max-width:var(--wp--style--global--wide-size,100%)\";}}i:524;a:2:{i:0;a:1:{s:44:\".wp-block-navigation__responsive-close:focus\";a:1:{i:1;a:1:{i:0;s:37:\"wp-block-navigation__responsive-close\";}}}i:1;a:1:{i:0;s:12:\"outline:none\";}}i:525;a:2:{i:0;a:3:{s:52:\".is-menu-open .wp-block-navigation__responsive-close\";a:1:{i:1;a:2:{i:0;s:12:\"is-menu-open\";i:1;s:37:\"wp-block-navigation__responsive-close\";}}s:64:\".is-menu-open .wp-block-navigation__responsive-container-content\";a:1:{i:1;a:2:{i:0;s:12:\"is-menu-open\";i:1;s:49:\"wp-block-navigation__responsive-container-content\";}}s:53:\".is-menu-open .wp-block-navigation__responsive-dialog\";a:1:{i:1;a:2:{i:0;s:12:\"is-menu-open\";i:1;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:526;a:2:{i:0;a:1:{s:39:\".wp-block-navigation__responsive-dialog\";a:1:{i:1;a:1:{i:0;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:527;a:2:{i:0;a:1:{s:80:\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\";a:1:{i:1;a:4:{i:0;s:14:\"has-modal-open\";i:1;s:9:\"admin-bar\";i:2;s:12:\"is-menu-open\";i:3;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:15:\"margin-top:46px\";}}i:528;s:25:\"@media (min-width:782px){\";i:529;a:2:{i:0;a:1:{s:80:\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\";a:1:{i:1;a:4:{i:0;s:14:\"has-modal-open\";i:1;s:9:\"admin-bar\";i:2;s:12:\"is-menu-open\";i:3;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:15:\"margin-top:32px\";}}i:530;s:1:\"}\";i:531;a:2:{i:0;a:1:{s:19:\"html.has-modal-open\";a:2:{i:1;a:1:{i:0;s:14:\"has-modal-open\";}i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:532;a:2:{i:0;a:1:{s:53:\".wp-block-navigation .wp-block-navigation-item__label\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:31:\"wp-block-navigation-item__label\";}}}i:1;a:1:{i:0;s:24:\"overflow-wrap:break-word\";}}i:533;a:2:{i:0;a:1:{s:59:\".wp-block-navigation .wp-block-navigation-item__description\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:37:\"wp-block-navigation-item__description\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:534;a:2:{i:0;a:1:{s:14:\".link-ui-tools\";a:1:{i:1;a:1:{i:0;s:13:\"link-ui-tools\";}}}i:1;a:2:{i:0;s:28:\"border-top:1px solid #f0f0f0\";i:1;s:11:\"padding:8px\";}}i:535;a:2:{i:0;a:1:{s:23:\".link-ui-block-inserter\";a:1:{i:1;a:1:{i:0;s:22:\"link-ui-block-inserter\";}}}i:1;a:1:{i:0;s:15:\"padding-top:8px\";}}i:536;a:2:{i:0;a:1:{s:29:\".link-ui-block-inserter__back\";a:1:{i:1;a:1:{i:0;s:28:\"link-ui-block-inserter__back\";}}}i:1;a:2:{i:0;s:15:\"margin-left:8px\";i:1;s:24:\"text-transform:uppercase\";}}i:537;a:2:{i:0;a:1:{s:40:\".wp-block-navigation .wp-block-page-list\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:18:\"wp-block-page-list\";}}}i:1;a:6:{i:0;s:50:\"align-items:var(--navigation-layout-align,initial)\";i:1;s:24:\"background-color:inherit\";i:2;s:12:\"display:flex\";i:3;s:57:\"flex-direction:var(--navigation-layout-direction,initial)\";i:4;s:44:\"flex-wrap:var(--navigation-layout-wrap,wrap)\";i:5;s:56:\"justify-content:var(--navigation-layout-justify,initial)\";}}i:538;a:2:{i:0;a:1:{s:46:\".wp-block-navigation .wp-block-navigation-item\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:24:\"wp-block-navigation-item\";}}}i:1;a:1:{i:0;s:24:\"background-color:inherit\";}}i:539;a:2:{i:0;a:1:{s:14:\".is-small-text\";a:1:{i:1;a:1:{i:0;s:13:\"is-small-text\";}}}i:1;a:1:{i:0;s:16:\"font-size:.875em\";}}i:540;a:2:{i:0;a:1:{s:16:\".is-regular-text\";a:1:{i:1;a:1:{i:0;s:15:\"is-regular-text\";}}}i:1;a:1:{i:0;s:13:\"font-size:1em\";}}i:541;a:2:{i:0;a:1:{s:14:\".is-large-text\";a:1:{i:1;a:1:{i:0;s:13:\"is-large-text\";}}}i:1;a:1:{i:0;s:16:\"font-size:2.25em\";}}i:542;a:2:{i:0;a:1:{s:15:\".is-larger-text\";a:1:{i:1;a:1:{i:0;s:14:\"is-larger-text\";}}}i:1;a:1:{i:0;s:13:\"font-size:3em\";}}i:543;a:2:{i:0;a:1:{s:38:\".has-drop-cap:not(:focus):first-letter\";a:1:{i:1;a:1:{i:0;s:12:\"has-drop-cap\";}}}i:1;a:7:{i:0;s:10:\"float:left\";i:1;s:15:\"font-size:8.4em\";i:2;s:17:\"font-style:normal\";i:3;s:15:\"font-weight:100\";i:4;s:15:\"line-height:.68\";i:5;s:21:\"margin:.05em .1em 0 0\";i:6;s:24:\"text-transform:uppercase\";}}i:544;a:2:{i:0;a:1:{s:47:\"body.rtl .has-drop-cap:not(:focus):first-letter\";a:2:{i:1;a:2:{i:0;s:3:\"rtl\";i:1;s:12:\"has-drop-cap\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:10:\"float:none\";i:1;s:16:\"margin-left:.1em\";}}i:545;a:2:{i:0;a:1:{s:29:\"p.has-drop-cap.has-background\";a:2:{i:1;a:2:{i:0;s:12:\"has-drop-cap\";i:1;s:14:\"has-background\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:546;a:2:{i:0;a:1:{s:30:\":root :where(p.has-background)\";a:0:{}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:547;a:2:{i:0;a:1:{s:47:\":where(p.has-text-color:not(.has-link-color)) a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:548;a:2:{i:0;a:2:{s:74:\"p.has-text-align-left[data-amp-original-style*=\"writing-mode:vertical-lr\"]\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:1:\"p\";}}s:75:\"p.has-text-align-right[data-amp-original-style*=\"writing-mode:vertical-rl\"]\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:13:\"rotate:180deg\";}}i:549;a:2:{i:0;a:1:{s:21:\".wp-block-post-author\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-post-author\";}}}i:1;a:3:{i:0;s:21:\"box-sizing:border-box\";i:1;s:12:\"display:flex\";i:2;s:14:\"flex-wrap:wrap\";}}i:550;a:2:{i:0;a:1:{s:29:\".wp-block-post-author__byline\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-author__byline\";}}}i:1;a:4:{i:0;s:14:\"font-size:.5em\";i:1;s:15:\"margin-bottom:0\";i:2;s:12:\"margin-top:0\";i:3;s:10:\"width:100%\";}}i:551;a:2:{i:0;a:1:{s:29:\".wp-block-post-author__avatar\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-author__avatar\";}}}i:1;a:1:{i:0;s:16:\"margin-right:1em\";}}i:552;a:2:{i:0;a:1:{s:26:\".wp-block-post-author__bio\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-post-author__bio\";}}}i:1;a:2:{i:0;s:14:\"font-size:.7em\";i:1;s:18:\"margin-bottom:.7em\";}}i:553;a:2:{i:0;a:1:{s:30:\".wp-block-post-author__content\";a:1:{i:1;a:1:{i:0;s:29:\"wp-block-post-author__content\";}}}i:1;a:2:{i:0;s:12:\"flex-basis:0\";i:1;s:11:\"flex-grow:1\";}}i:554;a:2:{i:0;a:1:{s:27:\".wp-block-post-author__name\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-post-author__name\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:555;a:2:{i:0;a:1:{s:31:\".wp-block-post-author-biography\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-post-author-biography\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:556;a:2:{i:0;a:2:{s:61:\":where(.wp-block-post-comments-form) input:not([type=submit])\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:45:\":where(.wp-block-post-comments-form) textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:24:\"border:1px solid #949494\";i:1;s:19:\"font-family:inherit\";i:2;s:13:\"font-size:1em\";}}i:557;a:2:{i:0;a:2:{s:90:\":where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox]))\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:45:\":where(.wp-block-post-comments-form) textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:26:\"padding:calc(.667em + 2px)\";}}i:558;a:2:{i:0;a:1:{s:28:\".wp-block-post-comments-form\";a:1:{i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:559;a:2:{i:0;a:1:{s:95:\".wp-block-post-comments-form[data-amp-original-style*=font-weight] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:560;a:2:{i:0;a:1:{s:95:\".wp-block-post-comments-form[data-amp-original-style*=font-family] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:19:\"font-family:inherit\";}}i:561;a:2:{i:0;a:2:{s:76:\".wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}s:93:\".wp-block-post-comments-form[data-amp-original-style*=font-size] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:17:\"font-size:inherit\";}}i:562;a:2:{i:0;a:1:{s:95:\".wp-block-post-comments-form[data-amp-original-style*=line-height] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:19:\"line-height:inherit\";}}i:563;a:2:{i:0;a:1:{s:94:\".wp-block-post-comments-form[data-amp-original-style*=font-style] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:18:\"font-style:inherit\";}}i:564;a:2:{i:0;a:1:{s:98:\".wp-block-post-comments-form[data-amp-original-style*=letter-spacing] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:22:\"letter-spacing:inherit\";}}i:565;a:2:{i:0;a:1:{s:55:\".wp-block-post-comments-form :where(input[type=submit])\";a:1:{i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:5:{i:0;s:15:\"box-shadow:none\";i:1;s:14:\"cursor:pointer\";i:2;s:20:\"display:inline-block\";i:3;s:24:\"overflow-wrap:break-word\";i:4;s:17:\"text-align:center\";}}i:566;a:2:{i:0;a:2:{s:107:\".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden])\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:12:\"comment-form\";}i:0;a:1:{i:0;s:5:\"input\";}}s:51:\".wp-block-post-comments-form .comment-form textarea\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:12:\"comment-form\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"display:block\";i:2;s:10:\"width:100%\";}}i:567;a:2:{i:0;a:3:{s:55:\".wp-block-post-comments-form .comment-form-author label\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:19:\"comment-form-author\";}i:0;a:1:{i:0;s:5:\"label\";}}s:54:\".wp-block-post-comments-form .comment-form-email label\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:18:\"comment-form-email\";}i:0;a:1:{i:0;s:5:\"label\";}}s:52:\".wp-block-post-comments-form .comment-form-url label\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:16:\"comment-form-url\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:19:\"margin-bottom:.25em\";}}i:568;a:2:{i:0;a:1:{s:58:\".wp-block-post-comments-form .comment-form-cookies-consent\";a:1:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:28:\"comment-form-cookies-consent\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:9:\"gap:.25em\";}}i:569;a:2:{i:0;a:1:{s:86:\".wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:28:\"comment-form-cookies-consent\";}i:2;a:1:{i:0;s:26:\"wp-comment-cookies-consent\";}}}i:1;a:1:{i:0;s:16:\"margin-top:.35em\";}}i:570;a:2:{i:0;a:1:{s:49:\".wp-block-post-comments-form .comment-reply-title\";a:1:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:571;a:2:{i:0;a:1:{s:63:\".wp-block-post-comments-form .comment-reply-title :where(small)\";a:1:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:2:{i:0;s:54:\"font-size:var(--wp--preset--font-size--medium,smaller)\";i:1;s:16:\"margin-left:.5em\";}}i:572;a:2:{i:0;a:1:{s:22:\".wp-block-post-content\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-post-content\";}}}i:1;a:1:{i:0;s:17:\"display:flow-root\";}}i:573;a:2:{i:0;a:1:{s:19:\".wp-block-post-date\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-post-date\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:574;a:2:{i:0;a:1:{s:30:\":where(.wp-block-post-excerpt)\";a:0:{}}i:1;a:3:{i:0;s:21:\"box-sizing:border-box\";i:1;s:41:\"margin-bottom:var(--wp--style--block-gap)\";i:2;s:38:\"margin-top:var(--wp--style--block-gap)\";}}i:575;a:2:{i:0;a:1:{s:31:\".wp-block-post-excerpt__excerpt\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-post-excerpt__excerpt\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:12:\"margin-top:0\";}}i:576;a:2:{i:0;a:1:{s:33:\".wp-block-post-excerpt__more-text\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-post-excerpt__more-text\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:38:\"margin-top:var(--wp--style--block-gap)\";}}i:577;a:2:{i:0;a:1:{s:33:\".wp-block-post-excerpt__more-link\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-post-excerpt__more-link\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:578;a:2:{i:0;a:1:{s:29:\".wp-block-post-featured-image\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}}i:1;a:2:{i:0;s:13:\"margin-left:0\";i:1;s:14:\"margin-right:0\";}}i:579;a:2:{i:0;a:1:{s:31:\".wp-block-post-featured-image a\";a:2:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:11:\"height:100%\";}}i:580;a:2:{i:0;a:2:{s:45:\".wp-block-post-featured-image :where(amp-img)\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}s:46:\".wp-block-post-featured-image :where(amp-anim)\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}}i:1;a:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:11:\"height:auto\";i:2;s:14:\"max-width:100%\";i:3;s:21:\"vertical-align:bottom\";i:4;s:10:\"width:100%\";}}i:581;a:2:{i:0;a:4:{s:47:\".wp-block-post-featured-image.alignfull amp-img\";a:2:{i:1;a:2:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:48:\".wp-block-post-featured-image.alignfull amp-anim\";a:2:{i:1;a:2:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:47:\".wp-block-post-featured-image.alignwide amp-img\";a:2:{i:1;a:2:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:48:\".wp-block-post-featured-image.alignwide amp-anim\";a:2:{i:1;a:2:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:582;a:2:{i:0;a:1:{s:87:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:18:\"has-background-dim\";}}}i:1;a:3:{i:0;s:21:\"background-color:#000\";i:1;s:7:\"inset:0\";i:2;s:17:\"position:absolute\";}}i:583;a:2:{i:0;a:1:{s:29:\".wp-block-post-featured-image\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:584;a:2:{i:0;a:1:{s:92:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:23:\"has-background-gradient\";}}}i:1;a:1:{i:0;s:24:\"background-color:initial\";}}i:585;a:2:{i:0;a:1:{s:89:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:20:\"has-background-dim-0\";}}}i:1;a:1:{i:0;s:9:\"opacity:0\";}}i:586;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-10\";}}}i:1;a:1:{i:0;s:10:\"opacity:.1\";}}i:587;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-20\";}}}i:1;a:1:{i:0;s:10:\"opacity:.2\";}}i:588;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-30\";}}}i:1;a:1:{i:0;s:10:\"opacity:.3\";}}i:589;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-40\";}}}i:1;a:1:{i:0;s:10:\"opacity:.4\";}}i:590;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-50\";}}}i:1;a:1:{i:0;s:10:\"opacity:.5\";}}i:591;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-60\";}}}i:1;a:1:{i:0;s:10:\"opacity:.6\";}}i:592;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-70\";}}}i:1;a:1:{i:0;s:10:\"opacity:.7\";}}i:593;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-80\";}}}i:1;a:1:{i:0;s:10:\"opacity:.8\";}}i:594;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-90\";}}}i:1;a:1:{i:0;s:10:\"opacity:.9\";}}i:595;a:2:{i:0;a:1:{s:91:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:22:\"has-background-dim-100\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:596;a:2:{i:0;a:1:{s:59:\".wp-block-post-featured-image:where(.alignleft,.alignright)\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:597;a:2:{i:0;a:1:{s:77:\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous\";a:1:{i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:45:\"wp-block-post-navigation-link__arrow-previous\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-right:1ch\";}}i:598;a:2:{i:0;a:1:{s:100:\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:45:\"wp-block-post-navigation-link__arrow-previous\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:599;a:2:{i:0;a:1:{s:73:\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next\";a:1:{i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:41:\"wp-block-post-navigation-link__arrow-next\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-left:1ch\";}}i:600;a:2:{i:0;a:1:{s:96:\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:41:\"wp-block-post-navigation-link__arrow-next\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:601;a:2:{i:0;a:2:{s:104:\".wp-block-post-navigation-link.has-text-align-left[data-amp-original-style*=\"writing-mode: vertical-lr\"]\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:19:\"has-text-align-left\";}}s:105:\".wp-block-post-navigation-link.has-text-align-right[data-amp-original-style*=\"writing-mode: vertical-rl\"]\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:20:\"has-text-align-right\";}}}i:1;a:1:{i:0;s:13:\"rotate:180deg\";}}i:602;a:2:{i:0;a:1:{s:20:\".wp-block-post-terms\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-post-terms\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:603;a:2:{i:0;a:1:{s:52:\".wp-block-post-terms .wp-block-post-terms__separator\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-post-terms\";i:1;s:30:\"wp-block-post-terms__separator\";}}}i:1;a:1:{i:0;s:20:\"white-space:pre-wrap\";}}i:604;a:2:{i:0;a:2:{s:27:\".wp-block-post-time-to-read\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-post-time-to-read\";}}s:20:\".wp-block-post-title\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-post-title\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:605;a:2:{i:0;a:1:{s:20:\".wp-block-post-title\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-post-title\";}}}i:1;a:1:{i:0;s:21:\"word-break:break-word\";}}i:606;a:2:{i:0;a:1:{s:30:\".wp-block-post-title :where(a)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-post-title\";}}}i:1;a:8:{i:0;s:20:\"display:inline-block\";i:1;s:19:\"font-family:inherit\";i:2;s:17:\"font-size:inherit\";i:3;s:18:\"font-style:inherit\";i:4;s:19:\"font-weight:inherit\";i:5;s:22:\"letter-spacing:inherit\";i:6;s:19:\"line-height:inherit\";i:7;s:23:\"text-decoration:inherit\";}}i:607;a:2:{i:0;a:1:{s:26:\".wp-block-post-author-name\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-post-author-name\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:608;a:2:{i:0;a:1:{s:22:\".wp-block-preformatted\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-preformatted\";}}}i:1;a:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:20:\"white-space:pre-wrap\";}}i:609;a:2:{i:0;a:1:{s:45:\":where(.wp-block-preformatted.has-background)\";a:0:{}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:610;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:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:14:\"margin:0 0 1em\";i:2;s:24:\"overflow-wrap:break-word\";i:3;s:13:\"padding:4em 0\";i:4;s:17:\"text-align:center\";}}i:611;a:2:{i:0;a:3:{s:30:\".wp-block-pullquote blockquote\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}s:24:\".wp-block-pullquote cite\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:4:\"cite\";}}s:21:\".wp-block-pullquote p\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:612;a:2:{i:0;a:1:{s:30:\".wp-block-pullquote blockquote\";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:1:{i:0;s:8:\"margin:0\";}}i:613;a:2:{i:0;a:1:{s:21:\".wp-block-pullquote p\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:614;a:2:{i:0;a:1:{s:32:\".wp-block-pullquote p:last-child\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:615;a:2:{i:0;a:2:{s:29:\".wp-block-pullquote.alignleft\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:9:\"alignleft\";}}s:30:\".wp-block-pullquote.alignright\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:15:\"max-width:420px\";}}i:616;a:2:{i:0;a:2:{s:24:\".wp-block-pullquote cite\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:4:\"cite\";}}s:26:\".wp-block-pullquote footer\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:617;a:2:{i:0;a:1:{s:37:\".wp-block-pullquote .has-text-color a\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:14:\"has-text-color\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:618;a:2:{i:0;a:1:{s:50:\".wp-block-pullquote.has-text-align-left blockquote\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:15:\"text-align:left\";}}i:619;a:2:{i:0;a:1:{s:51:\".wp-block-pullquote.has-text-align-right blockquote\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:620;a:2:{i:0;a:1:{s:40:\".wp-block-pullquote.is-style-solid-color\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:20:\"is-style-solid-color\";}}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:621;a:2:{i:0;a:1:{s:51:\".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:1:{i:0;s:10:\"blockquote\";}}}i:1;a:3:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:13:\"max-width:60%\";}}i:622;a:2:{i:0;a:1:{s:53:\".wp-block-pullquote.is-style-solid-color blockquote p\";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:10:\"blockquote\";i:1;s:1:\"p\";}}}i:1;a:3:{i:0;s:13:\"font-size:2em\";i:1;s:15:\"margin-bottom:0\";i:2;s:12:\"margin-top:0\";}}i:623;a:2:{i:0;a:1:{s:56:\".wp-block-pullquote.is-style-solid-color blockquote cite\";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:10:\"blockquote\";i:1;s:4:\"cite\";}}}i:1;a:2:{i:0;s:17:\"font-style:normal\";i:1;s:19:\"text-transform:none\";}}i:624;a:2:{i:0;a:1:{s:24:\".wp-block-pullquote cite\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:4:\"cite\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:625;a:2:{i:0;a:1:{s:23:\".wp-block-post-template\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-post-template\";}}}i:1;a:5:{i:0;s:15:\"list-style:none\";i:1;s:15:\"margin-bottom:0\";i:2;s:12:\"margin-top:0\";i:3;s:14:\"max-width:100%\";i:4;s:9:\"padding:0\";}}i:626;a:2:{i:0;a:1:{s:41:\".wp-block-post-template.is-flex-container\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:18:\"flex-direction:row\";i:2;s:14:\"flex-wrap:wrap\";i:3;s:10:\"gap:1.25em\";}}i:627;a:2:{i:0;a:1:{s:44:\".wp-block-post-template.is-flex-container>li\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:10:\"width:100%\";}}i:628;s:25:\"@media (min-width:600px){\";i:629;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-2>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-2\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:24:\"width:calc(50% - .625em)\";}}i:630;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-3>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-3\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:32:\"width:calc(33.33333% - .83333em)\";}}i:631;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-4>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-4\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:25:\"width:calc(25% - .9375em)\";}}i:632;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-5>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-5\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(20% - 1em)\";}}i:633;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-6>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-6\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:33:\"width:calc(16.66667% - 1.04167em)\";}}i:634;s:1:\"}\";i:635;s:25:\"@media (max-width:600px){\";i:636;a:2:{i:0;a:1:{s:152:\".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\";a:1:{i:1;a:4:{i:0;s:37:\"wp-block-post-template-is-layout-grid\";i:1;s:37:\"wp-block-post-template-is-layout-grid\";i:2;s:37:\"wp-block-post-template-is-layout-grid\";i:3;s:37:\"wp-block-post-template-is-layout-grid\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:637;s:1:\"}\";i:638;a:2:{i:0;a:2:{s:60:\".wp-block-post-template-is-layout-constrained>li>.alignright\";a:2:{i:1;a:2:{i:0;s:44:\"wp-block-post-template-is-layout-constrained\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"li\";}}s:53:\".wp-block-post-template-is-layout-flow>li>.alignright\";a:2:{i:1;a:2:{i:0;s:37:\"wp-block-post-template-is-layout-flow\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:19:\"margin-inline-end:0\";i:2;s:23:\"margin-inline-start:2em\";}}i:639;a:2:{i:0;a:2:{s:59:\".wp-block-post-template-is-layout-constrained>li>.alignleft\";a:2:{i:1;a:2:{i:0;s:44:\"wp-block-post-template-is-layout-constrained\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"li\";}}s:52:\".wp-block-post-template-is-layout-flow>li>.alignleft\";a:2:{i:1;a:2:{i:0;s:37:\"wp-block-post-template-is-layout-flow\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-end:2em\";i:2;s:21:\"margin-inline-start:0\";}}i:640;a:2:{i:0;a:2:{s:61:\".wp-block-post-template-is-layout-constrained>li>.aligncenter\";a:2:{i:1;a:2:{i:0;s:44:\"wp-block-post-template-is-layout-constrained\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:2:\"li\";}}s:54:\".wp-block-post-template-is-layout-flow>li>.aligncenter\";a:2:{i:1;a:2:{i:0;s:37:\"wp-block-post-template-is-layout-flow\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:22:\"margin-inline-end:auto\";i:1;s:24:\"margin-inline-start:auto\";}}i:641;a:2:{i:0;a:1:{s:110:\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type\";a:1:{i:1;a:3:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:38:\"is-content-justification-space-between\";i:2;s:30:\"wp-block-query-pagination-next\";}}}i:1;a:1:{i:0;s:24:\"margin-inline-start:auto\";}}i:642;a:2:{i:0;a:1:{s:113:\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child\";a:1:{i:1;a:3:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:38:\"is-content-justification-space-between\";i:2;s:34:\"wp-block-query-pagination-previous\";}}}i:1;a:1:{i:0;s:22:\"margin-inline-end:auto\";}}i:643;a:2:{i:0;a:1:{s:68:\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:40:\"wp-block-query-pagination-previous-arrow\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-right:1ch\";}}i:644;a:2:{i:0;a:1:{s:91:\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:40:\"wp-block-query-pagination-previous-arrow\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:645;a:2:{i:0;a:1:{s:64:\".wp-block-query-pagination .wp-block-query-pagination-next-arrow\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:36:\"wp-block-query-pagination-next-arrow\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-left:1ch\";}}i:646;a:2:{i:0;a:1:{s:87:\".wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:36:\"wp-block-query-pagination-next-arrow\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:647;a:2:{i:0;a:1:{s:38:\".wp-block-query-pagination.aligncenter\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:648;a:2:{i:0;a:2:{s:21:\".wp-block-query-title\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-query-title\";}}s:15:\".wp-block-quote\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-quote\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:649;a:2:{i:0;a:1:{s:15:\".wp-block-quote\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-quote\";}}}i:1;a:1:{i:0;s:24:\"overflow-wrap:break-word\";}}i:650;a:2:{i:0;a:2:{s:53:\".wp-block-quote.is-large:where(:not(.is-style-plain))\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:8:\"is-large\";}}s:59:\".wp-block-quote.is-style-large:where(:not(.is-style-plain))\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:14:\"is-style-large\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:13:\"padding:0 1em\";}}i:651;a:2:{i:0;a:2:{s:55:\".wp-block-quote.is-large:where(:not(.is-style-plain)) p\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:8:\"is-large\";}i:0;a:1:{i:0;s:1:\"p\";}}s:61:\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) p\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:14:\"is-style-large\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:3:{i:0;s:15:\"font-size:1.5em\";i:1;s:17:\"font-style:italic\";i:2;s:15:\"line-height:1.6\";}}i:652;a:2:{i:0;a:4:{s:58:\".wp-block-quote.is-large:where(:not(.is-style-plain)) cite\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:8:\"is-large\";}i:0;a:1:{i:0;s:4:\"cite\";}}s:60:\".wp-block-quote.is-large:where(:not(.is-style-plain)) footer\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:8:\"is-large\";}i:0;a:1:{i:0;s:6:\"footer\";}}s:64:\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:14:\"is-style-large\";}i:0;a:1:{i:0;s:4:\"cite\";}}s:66:\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:14:\"is-style-large\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:17:\"font-size:1.125em\";i:1;s:16:\"text-align:right\";}}i:653;a:2:{i:0;a:1:{s:20:\".wp-block-quote>cite\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-quote\";}i:0;a:1:{i:0;s:4:\"cite\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:654;a:2:{i:0;a:1:{s:19:\".wp-block-read-more\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-read-more\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:22:\"width:-moz-fit-content\";i:2;s:17:\"width:fit-content\";}}i:655;a:2:{i:0;a:1:{s:75:\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration]))\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-read-more\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:656;a:2:{i:0;a:2:{s:82:\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):active\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-read-more\";}}s:81:\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):focus\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-read-more\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:657;a:2:{i:0;a:1:{s:15:\"ul.wp-block-rss\";a:2:{i:1;a:1:{i:0;s:12:\"wp-block-rss\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:15:\"list-style:none\";i:1;s:9:\"padding:0\";}}i:658;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.wp-block-rss\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:12:\"wp-block-rss\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:659;a:2:{i:0;a:1:{s:25:\"ul.wp-block-rss.alignleft\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:16:\"margin-right:2em\";}}i:660;a:2:{i:0;a:1:{s:26:\"ul.wp-block-rss.alignright\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:15:\"margin-left:2em\";}}i:661;a:2:{i:0;a:1:{s:23:\"ul.wp-block-rss.is-grid\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:7:\"is-grid\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";i:2;s:15:\"list-style:none\";i:3;s:9:\"padding:0\";}}i:662;a:2:{i:0;a:1:{s:26:\"ul.wp-block-rss.is-grid li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:7:\"is-grid\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"margin:0 1em 1em 0\";i:1;s:10:\"width:100%\";}}i:663;s:25:\"@media (min-width:600px){\";i:664;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-2 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-2\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(50% - 1em)\";}}i:665;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-3 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-3\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:27:\"width:calc(33.33333% - 1em)\";}}i:666;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-4 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-4\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(25% - 1em)\";}}i:667;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-5 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-5\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(20% - 1em)\";}}i:668;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-6 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-6\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:27:\"width:calc(16.66667% - 1em)\";}}i:669;s:1:\"}\";i:670;a:2:{i:0;a:2:{s:26:\".wp-block-rss__item-author\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-rss__item-author\";}}s:32:\".wp-block-rss__item-publish-date\";a:1:{i:1;a:1:{i:0;s:31:\"wp-block-rss__item-publish-date\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:17:\"font-size:.8125em\";}}i:671;a:2:{i:0;a:1:{s:24:\".wp-block-search__button\";a:1:{i:1;a:1:{i:0;s:23:\"wp-block-search__button\";}}}i:1;a:2:{i:0;s:16:\"margin-left:10px\";i:1;s:17:\"word-break:normal\";}}i:672;a:2:{i:0;a:1:{s:33:\".wp-block-search__button.has-icon\";a:1:{i:1;a:2:{i:0;s:23:\"wp-block-search__button\";i:1;s:8:\"has-icon\";}}}i:1;a:1:{i:0;s:13:\"line-height:0\";}}i:673;a:2:{i:0;a:1:{s:28:\".wp-block-search__button svg\";a:2:{i:1;a:1:{i:0;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:6:{i:0;s:13:\"height:1.25em\";i:1;s:15:\"min-height:24px\";i:2;s:14:\"min-width:24px\";i:3;s:12:\"width:1.25em\";i:4;s:17:\"fill:currentColor\";i:5;s:26:\"vertical-align:text-bottom\";}}i:674;a:2:{i:0;a:1:{s:32:\":where(.wp-block-search__button)\";a:0:{}}i:1;a:2:{i:0;s:21:\"border:1px solid #ccc\";i:1;s:16:\"padding:6px 10px\";}}i:675;a:2:{i:0;a:1:{s:32:\".wp-block-search__inside-wrapper\";a:1:{i:1;a:1:{i:0;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:9:\"flex:auto\";i:2;s:16:\"flex-wrap:nowrap\";i:3;s:14:\"max-width:100%\";}}i:676;a:2:{i:0;a:1:{s:23:\".wp-block-search__label\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__label\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:677;a:2:{i:0;a:1:{s:23:\".wp-block-search__input\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__input\";}}}i:1;a:7:{i:0;s:15:\"appearance:none\";i:1;s:24:\"border:1px solid #949494\";i:2;s:11:\"flex-grow:1\";i:3;s:13:\"margin-left:0\";i:4;s:14:\"margin-right:0\";i:5;s:14:\"min-width:3rem\";i:6;s:11:\"padding:8px\";}}i:678;a:2:{i:0;a:1:{s:43:\".wp-block-search__input:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__input\";}}}i:1;a:1:{i:0;s:21:\"text-decoration:unset\";}}i:679;a:2:{i:0;a:1:{s:70:\".wp-block-search.wp-block-search__button-only .wp-block-search__button\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:23:\"wp-block-search__button\";}}}i:1;a:3:{i:0;s:13:\"flex-shrink:0\";i:1;s:13:\"margin-left:0\";i:2;s:14:\"max-width:100%\";}}i:680;a:2:{i:0;a:1:{s:90:\".wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]\";a:2:{i:3;a:1:{i:0;s:13:\"aria-expanded\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:23:\"wp-block-search__button\";}}}i:1;a:1:{i:0;s:28:\"max-width:calc(100% - 100px)\";}}i:681;a:2:{i:0;a:1:{s:78:\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:25:\"transition-property:width\";}}i:682;a:2:{i:0;a:1:{s:98:\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:11:\"min-width:0\";}}i:683;a:2:{i:0;a:1:{s:69:\".wp-block-search.wp-block-search__button-only .wp-block-search__input\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:22:\"wp-block-search__input\";}}}i:1;a:2:{i:0;s:15:\"flex-basis:100%\";i:1;s:23:\"transition-duration:.3s\";}}i:684;a:2:{i:0;a:2:{s:81:\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:35:\"wp-block-search__searchfield-hidden\";}}s:114:\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:35:\"wp-block-search__searchfield-hidden\";i:3;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:685;a:2:{i:0;a:1:{s:105:\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:35:\"wp-block-search__searchfield-hidden\";i:3;s:22:\"wp-block-search__input\";}}}i:1;a:3:{i:0;s:12:\"flex-basis:0\";i:1;s:11:\"flex-grow:0\";i:2;s:8:\"margin:0\";}}i:686;a:2:{i:0;a:1:{s:125:\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:35:\"wp-block-search__searchfield-hidden\";i:3;s:22:\"wp-block-search__input\";}}}i:1;a:6:{i:0;s:19:\"border-left-width:0\";i:1;s:20:\"border-right-width:0\";i:2;s:11:\"min-width:0\";i:3;s:14:\"padding-left:0\";i:4;s:15:\"padding-right:0\";i:5;s:7:\"width:0\";}}i:687;a:2:{i:0;a:1:{s:31:\":where(.wp-block-search__input)\";a:0:{}}i:1;a:7:{i:0;s:19:\"font-family:inherit\";i:1;s:17:\"font-size:inherit\";i:2;s:18:\"font-style:inherit\";i:3;s:19:\"font-weight:inherit\";i:4;s:22:\"letter-spacing:inherit\";i:5;s:19:\"line-height:inherit\";i:6;s:22:\"text-transform:inherit\";}}i:688;a:2:{i:0;a:1:{s:72:\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)\";a:0:{}}i:1;a:3:{i:0;s:24:\"border:1px solid #949494\";i:1;s:21:\"box-sizing:border-box\";i:2;s:11:\"padding:4px\";}}i:689;a:2:{i:0;a:1:{s:96:\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__input\";}}}i:1;a:3:{i:0;s:11:\"border:none\";i:1;s:15:\"border-radius:0\";i:2;s:13:\"padding:0 4px\";}}i:690;a:2:{i:0;a:1:{s:102:\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__input\";}}}i:1;a:1:{i:0;s:12:\"outline:none\";}}i:691;a:2:{i:0;a:1:{s:105:\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button)\";a:0:{}}i:1;a:1:{i:0;s:15:\"padding:4px 8px\";}}i:692;a:2:{i:0;a:1:{s:61:\".wp-block-search.aligncenter .wp-block-search__inside-wrapper\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:11:\"aligncenter\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:11:\"margin:auto\";}}i:693;a:2:{i:0;a:1:{s:106:\".wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\";a:2:{i:3;a:1:{i:0;s:10:\"data-align\";}i:1;a:4:{i:0;s:8:\"wp-block\";i:1;s:15:\"wp-block-search\";i:2;s:28:\"wp-block-search__button-only\";i:3;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:694;a:2:{i:0;a:1:{s:19:\".wp-block-separator\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-separator\";}}}i:1;a:2:{i:0;s:11:\"border:none\";i:1;s:20:\"border-top:2px solid\";}}i:695;a:2:{i:0;a:1:{s:47:\":root :where(.wp-block-separator.is-style-dots)\";a:0:{}}i:1;a:3:{i:0;s:11:\"height:auto\";i:1;s:13:\"line-height:1\";i:2;s:17:\"text-align:center\";}}i:696;a:2:{i:0;a:1:{s:54:\":root :where(.wp-block-separator.is-style-dots):before\";a:0:{}}i:1;a:6:{i:0;s:18:\"color:currentColor\";i:1;s:16:\"content:\"···\"\";i:2;s:17:\"font-family:serif\";i:3;s:15:\"font-size:1.5em\";i:4;s:18:\"letter-spacing:2em\";i:5;s:16:\"padding-left:2em\";}}i:697;a:2:{i:0;a:1:{s:53:\".wp-block-separator.is-style-dots:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-separator\";i:1;s:13:\"is-style-dots\";}}}i:1;a:2:{i:0;s:15:\"background:none\";i:1;s:11:\"border:none\";}}i:698;a:2:{i:0;a:1:{s:19:\".wp-block-site-logo\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}}}i:1;a:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"line-height:0\";}}i:699;a:2:{i:0;a:1:{s:21:\".wp-block-site-logo a\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:13:\"line-height:0\";}}i:700;a:2:{i:0;a:2:{s:43:\".wp-block-site-logo.is-default-size amp-img\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-site-logo\";i:1;s:15:\"is-default-size\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:44:\".wp-block-site-logo.is-default-size amp-anim\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-site-logo\";i:1;s:15:\"is-default-size\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:11:\"height:auto\";i:1;s:11:\"width:120px\";}}i:701;a:2:{i:0;a:2:{s:27:\".wp-block-site-logo amp-img\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:28:\".wp-block-site-logo amp-anim\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:11:\"height:auto\";i:1;s:14:\"max-width:100%\";}}i:702;a:2:{i:0;a:3:{s:21:\".wp-block-site-logo a\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:1:\"a\";}}s:27:\".wp-block-site-logo amp-img\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:28:\".wp-block-site-logo amp-anim\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:21:\"border-radius:inherit\";}}i:703;a:2:{i:0;a:1:{s:31:\".wp-block-site-logo.aligncenter\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-site-logo\";i:1;s:11:\"aligncenter\";}}}i:1;a:3:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:17:\"text-align:center\";}}i:704;a:2:{i:0;a:1:{s:50:\":root :where(.wp-block-site-logo.is-style-rounded)\";a:0:{}}i:1;a:1:{i:0;s:20:\"border-radius:9999px\";}}i:705;a:2:{i:0;a:2:{s:22:\".wp-block-site-tagline\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-site-tagline\";}}s:20:\".wp-block-site-title\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-site-title\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:706;a:2:{i:0;a:1:{s:30:\".wp-block-site-title :where(a)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-site-title\";}}}i:1;a:8:{i:0;s:13:\"color:inherit\";i:1;s:19:\"font-family:inherit\";i:2;s:17:\"font-size:inherit\";i:3;s:18:\"font-style:inherit\";i:4;s:19:\"font-weight:inherit\";i:5;s:22:\"letter-spacing:inherit\";i:6;s:19:\"line-height:inherit\";i:7;s:23:\"text-decoration:inherit\";}}i:707;a:2:{i:0;a:1:{s:22:\".wp-block-social-links\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-social-links\";}}}i:1;a:6:{i:0;s:15:\"background:none\";i:1;s:21:\"box-sizing:border-box\";i:2;s:13:\"margin-left:0\";i:3;s:14:\"padding-left:0\";i:4;s:15:\"padding-right:0\";i:5;s:13:\"text-indent:0\";}}i:708;a:2:{i:0;a:2:{s:40:\".wp-block-social-links .wp-social-link a\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:1:\"a\";}}s:46:\".wp-block-social-links .wp-social-link a:hover\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:3:{i:0;s:15:\"border-bottom:0\";i:1;s:15:\"box-shadow:none\";i:2;s:20:\"text-decoration:none\";}}i:709;a:2:{i:0;a:1:{s:42:\".wp-block-social-links .wp-social-link svg\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:2:{i:0;s:10:\"height:1em\";i:1;s:9:\"width:1em\";}}i:710;a:2:{i:0;a:1:{s:68:\".wp-block-social-links .wp-social-link span:not(.screen-reader-text)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:3:{i:0;s:15:\"font-size:.65em\";i:1;s:16:\"margin-left:.5em\";i:2;s:17:\"margin-right:.5em\";}}i:711;a:2:{i:0;a:1:{s:42:\".wp-block-social-links.has-small-icon-size\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:19:\"has-small-icon-size\";}}}i:1;a:1:{i:0;s:14:\"font-size:16px\";}}i:712;a:2:{i:0;a:2:{s:22:\".wp-block-social-links\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-social-links\";}}s:43:\".wp-block-social-links.has-normal-icon-size\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"has-normal-icon-size\";}}}i:1;a:1:{i:0;s:14:\"font-size:24px\";}}i:713;a:2:{i:0;a:1:{s:42:\".wp-block-social-links.has-large-icon-size\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:19:\"has-large-icon-size\";}}}i:1;a:1:{i:0;s:14:\"font-size:36px\";}}i:714;a:2:{i:0;a:1:{s:41:\".wp-block-social-links.has-huge-icon-size\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:18:\"has-huge-icon-size\";}}}i:1;a:1:{i:0;s:14:\"font-size:48px\";}}i:715;a:2:{i:0;a:1:{s:34:\".wp-block-social-links.aligncenter\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:22:\"justify-content:center\";}}i:716;a:2:{i:0;a:1:{s:33:\".wp-block-social-links.alignright\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:717;a:2:{i:0;a:1:{s:21:\".wp-block-social-link\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-social-link\";}}}i:1;a:4:{i:0;s:20:\"border-radius:9999px\";i:1;s:13:\"display:block\";i:2;s:11:\"height:auto\";i:3;s:29:\"transition:transform .1s ease\";}}i:718;s:39:\"@media (prefers-reduced-motion:reduce){\";i:719;a:2:{i:0;a:1:{s:21:\".wp-block-social-link\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-social-link\";}}}i:1;a:2:{i:0;s:19:\"transition-delay:0s\";i:1;s:22:\"transition-duration:0s\";}}i:720;s:1:\"}\";i:721;a:2:{i:0;a:1:{s:23:\".wp-block-social-link a\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-social-link\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:4:{i:0;s:18:\"align-items:center\";i:1;s:12:\"display:flex\";i:2;s:13:\"line-height:0\";i:3;s:29:\"transition:transform .1s ease\";}}i:722;a:2:{i:0;a:1:{s:27:\".wp-block-social-link:hover\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-social-link\";}}}i:1;a:1:{i:0;s:20:\"transform:scale(1.1)\";}}i:723;a:2:{i:0;a:1:{s:59:\".wp-block-social-links .wp-block-social-link.wp-social-link\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";}}}i:1;a:3:{i:0;s:20:\"display:inline-block\";i:1;s:8:\"margin:0\";i:2;s:9:\"padding:0\";}}i:724;a:2:{i:0;a:5:{s:88:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor\";a:1:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}}s:92:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg\";a:2:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}i:0;a:1:{i:0;s:3:\"svg\";}}s:95:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active\";a:1:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}}s:94:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover\";a:1:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}}s:96:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited\";a:1:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}}}i:1;a:2:{i:0;s:18:\"color:currentColor\";i:1;s:17:\"fill:currentColor\";}}i:725;a:2:{i:0;a:1:{s:72:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link\";a:1:{i:1;a:1:{i:0;s:14:\"wp-social-link\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f0f0f0\";i:1;s:10:\"color:#444\";}}i:726;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-amazon\";}}}i:1;a:2:{i:0;s:21:\"background-color:#f90\";i:1;s:10:\"color:#fff\";}}i:727;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-bandcamp\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1ea0c3\";i:1;s:10:\"color:#fff\";}}i:728;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-behance\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0757fe\";i:1;s:10:\"color:#fff\";}}i:729;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-bluesky\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0a7aff\";i:1;s:10:\"color:#fff\";}}i:730;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-codepen\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1e1f26\";i:1;s:10:\"color:#fff\";}}i:731;a:2:{i:0;a:1:{s:83:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-deviantart\";}}}i:1;a:2:{i:0;s:24:\"background-color:#02e49b\";i:1;s:10:\"color:#fff\";}}i:732;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-dribbble\";}}}i:1;a:2:{i:0;s:24:\"background-color:#e94c89\";i:1;s:10:\"color:#fff\";}}i:733;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-dropbox\";}}}i:1;a:2:{i:0;s:24:\"background-color:#4280ff\";i:1;s:10:\"color:#fff\";}}i:734;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy\";a:1:{i:1;a:1:{i:0;s:19:\"wp-social-link-etsy\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f45800\";i:1;s:10:\"color:#fff\";}}i:735;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-facebook\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0866ff\";i:1;s:10:\"color:#fff\";}}i:736;a:2:{i:0;a:1:{s:86:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx\";a:1:{i:1;a:1:{i:0;s:28:\"wp-social-link-fivehundredpx\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:737;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-flickr\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0461dd\";i:1;s:10:\"color:#fff\";}}i:738;a:2:{i:0;a:1:{s:83:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-foursquare\";}}}i:1;a:2:{i:0;s:24:\"background-color:#e65678\";i:1;s:10:\"color:#fff\";}}i:739;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-github\";}}}i:1;a:2:{i:0;s:24:\"background-color:#24292d\";i:1;s:10:\"color:#fff\";}}i:740;a:2:{i:0;a:1:{s:82:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-goodreads\";}}}i:1;a:2:{i:0;s:24:\"background-color:#eceadd\";i:1;s:13:\"color:#382110\";}}i:741;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-google\";}}}i:1;a:2:{i:0;s:24:\"background-color:#ea4434\";i:1;s:10:\"color:#fff\";}}i:742;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-gravatar\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1d4fc4\";i:1;s:10:\"color:#fff\";}}i:743;a:2:{i:0;a:1:{s:82:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-instagram\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f00075\";i:1;s:10:\"color:#fff\";}}i:744;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-lastfm\";}}}i:1;a:2:{i:0;s:24:\"background-color:#e21b24\";i:1;s:10:\"color:#fff\";}}i:745;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-linkedin\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0d66c2\";i:1;s:10:\"color:#fff\";}}i:746;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-mastodon\";}}}i:1;a:2:{i:0;s:24:\"background-color:#3288d4\";i:1;s:10:\"color:#fff\";}}i:747;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-medium\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:748;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-meetup\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f6405f\";i:1;s:10:\"color:#fff\";}}i:749;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-patreon\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:750;a:2:{i:0;a:1:{s:82:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-pinterest\";}}}i:1;a:2:{i:0;s:24:\"background-color:#e60122\";i:1;s:10:\"color:#fff\";}}i:751;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-pocket\";}}}i:1;a:2:{i:0;s:24:\"background-color:#ef4155\";i:1;s:10:\"color:#fff\";}}i:752;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-reddit\";}}}i:1;a:2:{i:0;s:24:\"background-color:#ff4500\";i:1;s:10:\"color:#fff\";}}i:753;a:2:{i:0;a:1:{s:78:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype\";a:1:{i:1;a:1:{i:0;s:20:\"wp-social-link-skype\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0478d7\";i:1;s:10:\"color:#fff\";}}i:754;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-snapchat\";}}}i:1;a:3:{i:0;s:24:\"background-color:#fefc00\";i:1;s:10:\"color:#fff\";i:2;s:11:\"stroke:#000\";}}i:755;a:2:{i:0;a:1:{s:83:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-soundcloud\";}}}i:1;a:2:{i:0;s:24:\"background-color:#ff5600\";i:1;s:10:\"color:#fff\";}}i:756;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-spotify\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1bd760\";i:1;s:10:\"color:#fff\";}}i:757;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-telegram\";}}}i:1;a:2:{i:0;s:24:\"background-color:#2aabee\";i:1;s:10:\"color:#fff\";}}i:758;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-threads\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:759;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-tiktok\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:760;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-tumblr\";}}}i:1;a:2:{i:0;s:24:\"background-color:#011835\";i:1;s:10:\"color:#fff\";}}i:761;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-twitch\";}}}i:1;a:2:{i:0;s:24:\"background-color:#6440a4\";i:1;s:10:\"color:#fff\";}}i:762;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-twitter\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1da1f2\";i:1;s:10:\"color:#fff\";}}i:763;a:2:{i:0;a:1:{s:78:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo\";a:1:{i:1;a:1:{i:0;s:20:\"wp-social-link-vimeo\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1eb7ea\";i:1;s:10:\"color:#fff\";}}i:764;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk\";a:1:{i:1;a:1:{i:0;s:17:\"wp-social-link-vk\";}}}i:1;a:2:{i:0;s:24:\"background-color:#4680c2\";i:1;s:10:\"color:#fff\";}}i:765;a:2:{i:0;a:1:{s:82:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-wordpress\";}}}i:1;a:2:{i:0;s:24:\"background-color:#3499cd\";i:1;s:10:\"color:#fff\";}}i:766;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-whatsapp\";}}}i:1;a:2:{i:0;s:24:\"background-color:#25d366\";i:1;s:10:\"color:#fff\";}}i:767;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x\";a:1:{i:1;a:1:{i:0;s:16:\"wp-social-link-x\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:768;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp\";a:1:{i:1;a:1:{i:0;s:19:\"wp-social-link-yelp\";}}}i:1;a:2:{i:0;s:24:\"background-color:#d32422\";i:1;s:10:\"color:#fff\";}}i:769;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-youtube\";}}}i:1;a:2:{i:0;s:20:\"background-color:red\";i:1;s:10:\"color:#fff\";}}i:770;a:2:{i:0;a:1:{s:66:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link\";a:1:{i:1;a:1:{i:0;s:14:\"wp-social-link\";}}}i:1;a:1:{i:0;s:15:\"background:none\";}}i:771;a:2:{i:0;a:1:{s:70:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg\";a:2:{i:1;a:1:{i:0;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:2:{i:0;s:13:\"height:1.25em\";i:1;s:12:\"width:1.25em\";}}i:772;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-amazon\";}}}i:1;a:1:{i:0;s:10:\"color:#f90\";}}i:773;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-bandcamp\";}}}i:1;a:1:{i:0;s:13:\"color:#1ea0c3\";}}i:774;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-behance\";}}}i:1;a:1:{i:0;s:13:\"color:#0757fe\";}}i:775;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-bluesky\";}}}i:1;a:1:{i:0;s:13:\"color:#0a7aff\";}}i:776;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-codepen\";}}}i:1;a:1:{i:0;s:13:\"color:#1e1f26\";}}i:777;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-deviantart\";}}}i:1;a:1:{i:0;s:13:\"color:#02e49b\";}}i:778;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-dribbble\";}}}i:1;a:1:{i:0;s:13:\"color:#e94c89\";}}i:779;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-dropbox\";}}}i:1;a:1:{i:0;s:13:\"color:#4280ff\";}}i:780;a:2:{i:0;a:1:{s:71:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy\";a:1:{i:1;a:1:{i:0;s:19:\"wp-social-link-etsy\";}}}i:1;a:1:{i:0;s:13:\"color:#f45800\";}}i:781;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-facebook\";}}}i:1;a:1:{i:0;s:13:\"color:#0866ff\";}}i:782;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx\";a:1:{i:1;a:1:{i:0;s:28:\"wp-social-link-fivehundredpx\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:783;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-flickr\";}}}i:1;a:1:{i:0;s:13:\"color:#0461dd\";}}i:784;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-foursquare\";}}}i:1;a:1:{i:0;s:13:\"color:#e65678\";}}i:785;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-github\";}}}i:1;a:1:{i:0;s:13:\"color:#24292d\";}}i:786;a:2:{i:0;a:1:{s:76:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-goodreads\";}}}i:1;a:1:{i:0;s:13:\"color:#382110\";}}i:787;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-google\";}}}i:1;a:1:{i:0;s:13:\"color:#ea4434\";}}i:788;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-gravatar\";}}}i:1;a:1:{i:0;s:13:\"color:#1d4fc4\";}}i:789;a:2:{i:0;a:1:{s:76:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-instagram\";}}}i:1;a:1:{i:0;s:13:\"color:#f00075\";}}i:790;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-lastfm\";}}}i:1;a:1:{i:0;s:13:\"color:#e21b24\";}}i:791;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-linkedin\";}}}i:1;a:1:{i:0;s:13:\"color:#0d66c2\";}}i:792;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-mastodon\";}}}i:1;a:1:{i:0;s:13:\"color:#3288d4\";}}i:793;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-medium\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:794;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-meetup\";}}}i:1;a:1:{i:0;s:13:\"color:#f6405f\";}}i:795;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-patreon\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:796;a:2:{i:0;a:1:{s:76:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-pinterest\";}}}i:1;a:1:{i:0;s:13:\"color:#e60122\";}}i:797;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-pocket\";}}}i:1;a:1:{i:0;s:13:\"color:#ef4155\";}}i:798;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-reddit\";}}}i:1;a:1:{i:0;s:13:\"color:#ff4500\";}}i:799;a:2:{i:0;a:1:{s:72:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype\";a:1:{i:1;a:1:{i:0;s:20:\"wp-social-link-skype\";}}}i:1;a:1:{i:0;s:13:\"color:#0478d7\";}}i:800;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-snapchat\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:11:\"stroke:#000\";}}i:801;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-soundcloud\";}}}i:1;a:1:{i:0;s:13:\"color:#ff5600\";}}i:802;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-spotify\";}}}i:1;a:1:{i:0;s:13:\"color:#1bd760\";}}i:803;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-telegram\";}}}i:1;a:1:{i:0;s:13:\"color:#2aabee\";}}i:804;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-threads\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:805;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-tiktok\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:806;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-tumblr\";}}}i:1;a:1:{i:0;s:13:\"color:#011835\";}}i:807;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-twitch\";}}}i:1;a:1:{i:0;s:13:\"color:#6440a4\";}}i:808;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-twitter\";}}}i:1;a:1:{i:0;s:13:\"color:#1da1f2\";}}i:809;a:2:{i:0;a:1:{s:72:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo\";a:1:{i:1;a:1:{i:0;s:20:\"wp-social-link-vimeo\";}}}i:1;a:1:{i:0;s:13:\"color:#1eb7ea\";}}i:810;a:2:{i:0;a:1:{s:69:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk\";a:1:{i:1;a:1:{i:0;s:17:\"wp-social-link-vk\";}}}i:1;a:1:{i:0;s:13:\"color:#4680c2\";}}i:811;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-whatsapp\";}}}i:1;a:1:{i:0;s:13:\"color:#25d366\";}}i:812;a:2:{i:0;a:1:{s:76:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-wordpress\";}}}i:1;a:1:{i:0;s:13:\"color:#3499cd\";}}i:813;a:2:{i:0;a:1:{s:68:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x\";a:1:{i:1;a:1:{i:0;s:16:\"wp-social-link-x\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:814;a:2:{i:0;a:1:{s:71:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp\";a:1:{i:1;a:1:{i:0;s:19:\"wp-social-link-yelp\";}}}i:1;a:1:{i:0;s:13:\"color:#d32422\";}}i:815;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-youtube\";}}}i:1;a:1:{i:0;s:9:\"color:red\";}}i:816;a:2:{i:0;a:1:{s:58:\".wp-block-social-links.is-style-pill-shape .wp-social-link\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-social-links\";i:1;s:19:\"is-style-pill-shape\";i:2;s:14:\"wp-social-link\";}}}i:1;a:1:{i:0;s:10:\"width:auto\";}}i:817;a:2:{i:0;a:1:{s:54:\":root :where(.wp-block-social-links .wp-social-link a)\";a:0:{}}i:1;a:1:{i:0;s:13:\"padding:.25em\";}}i:818;a:2:{i:0;a:1:{s:74:\":root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a)\";a:0:{}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:819;a:2:{i:0;a:1:{s:74:\":root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a)\";a:0:{}}i:1;a:2:{i:0;s:21:\"padding-left:.66667em\";i:1;s:22:\"padding-right:.66667em\";}}i:820;a:2:{i:0;a:1:{s:128:\".wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-social-links\";i:1;s:23:\"wp-social-link-snapchat\";i:2;s:26:\"wp-block-social-link-label\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:821;a:2:{i:0;a:1:{s:16:\".wp-block-spacer\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-spacer\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:822;a:2:{i:0;a:1:{s:19:\".wp-block-tag-cloud\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-tag-cloud\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:823;a:2:{i:0;a:1:{s:31:\".wp-block-tag-cloud.aligncenter\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-tag-cloud\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:22:\"justify-content:center\";i:1;s:17:\"text-align:center\";}}i:824;a:2:{i:0;a:1:{s:29:\".wp-block-tag-cloud.alignfull\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-tag-cloud\";i:1;s:9:\"alignfull\";}}}i:1;a:2:{i:0;s:16:\"padding-left:1em\";i:1;s:17:\"padding-right:1em\";}}i:825;a:2:{i:0;a:1:{s:21:\".wp-block-tag-cloud a\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-tag-cloud\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-right:5px\";}}i:826;a:2:{i:0;a:1:{s:24:\".wp-block-tag-cloud span\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-tag-cloud\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:3:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-left:5px\";i:2;s:20:\"text-decoration:none\";}}i:827;a:2:{i:0;a:1:{s:50:\":root :where(.wp-block-tag-cloud.is-style-outline)\";a:0:{}}i:1;a:3:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";i:2;s:7:\"gap:1ch\";}}i:828;a:2:{i:0;a:1:{s:52:\":root :where(.wp-block-tag-cloud.is-style-outline a)\";a:0:{}}i:1;a:3:{i:0;s:16:\"border:1px solid\";i:1;s:14:\"margin-right:0\";i:2;s:15:\"padding:1ch 2ch\";}}i:829;a:2:{i:0;a:1:{s:74:\":root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_)\";a:0:{}}i:1;a:2:{i:0;s:15:\"font-size:unset\";i:1;s:20:\"text-decoration:none\";}}i:830;a:2:{i:0;a:1:{s:15:\".wp-block-table\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}}}i:1;a:1:{i:0;s:15:\"overflow-x:auto\";}}i:831;a:2:{i:0;a:1:{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:2:{i:0;s:24:\"border-collapse:collapse\";i:1;s:10:\"width:100%\";}}i:832;a:2:{i:0;a:1:{s:21:\".wp-block-table thead\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"thead\";}}}i:1;a:1:{i:0;s:23:\"border-bottom:3px solid\";}}i:833;a:2:{i:0;a:1:{s:21:\".wp-block-table tfoot\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"tfoot\";}}}i:1;a:1:{i:0;s:20:\"border-top:3px solid\";}}i:834;a:2:{i:0;a:2:{s:18:\".wp-block-table td\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:2:\"td\";}}s:18:\".wp-block-table th\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:2:{i:0;s:16:\"border:1px solid\";i:1;s:12:\"padding:.5em\";}}i:835;a:2:{i:0;a:1:{s:33:\".wp-block-table .has-fixed-layout\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-fixed-layout\";}}}i:1;a:2:{i:0;s:18:\"table-layout:fixed\";i:1;s:10:\"width:100%\";}}i:836;a:2:{i:0;a:2:{s:36:\".wp-block-table .has-fixed-layout td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-fixed-layout\";}i:0;a:1:{i:0;s:2:\"td\";}}s:36:\".wp-block-table .has-fixed-layout th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-fixed-layout\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:21:\"word-break:break-word\";}}i:837;a:2:{i:0;a:3:{s:27:\".wp-block-table.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:11:\"aligncenter\";}}s:25:\".wp-block-table.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-table.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:13:\"display:table\";i:1;s:10:\"width:auto\";}}i:838;a:2:{i:0;a:6:{s:30:\".wp-block-table.aligncenter td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:2:\"td\";}}s:30:\".wp-block-table.aligncenter th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:2:\"th\";}}s:28:\".wp-block-table.alignleft td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"td\";}}s:28:\".wp-block-table.alignleft th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"th\";}}s:29:\".wp-block-table.alignright td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"td\";}}s:29:\".wp-block-table.alignright th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:21:\"word-break:break-word\";}}i:839;a:2:{i:0;a:1:{s:55:\".wp-block-table .has-subtle-light-gray-background-color\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:38:\"has-subtle-light-gray-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f3f4f5\";}}i:840;a:2:{i:0;a:1:{s:55:\".wp-block-table .has-subtle-pale-green-background-color\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:38:\"has-subtle-pale-green-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#e9fbe5\";}}i:841;a:2:{i:0;a:1:{s:54:\".wp-block-table .has-subtle-pale-blue-background-color\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:37:\"has-subtle-pale-blue-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#e7f5fe\";}}i:842;a:2:{i:0;a:1:{s:54:\".wp-block-table .has-subtle-pale-pink-background-color\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:37:\"has-subtle-pale-pink-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#fcf0ef\";}}i:843;a:2:{i:0;a:1:{s:32:\".wp-block-table.is-style-stripes\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";}}}i:1;a:4:{i:0;s:24:\"background-color:initial\";i:1;s:31:\"border-bottom:1px solid #f0f0f0\";i:2;s:23:\"border-collapse:inherit\";i:3;s:16:\"border-spacing:0\";}}i:844;a:2:{i:0;a:1:{s:56:\".wp-block-table.is-style-stripes tbody tr:nth-child(odd)\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f0f0f0\";}}i:845;a:2:{i:0;a:1:{s:95:\".wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd)\";a:2:{i:1;a:3:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";i:2;s:38:\"has-subtle-light-gray-background-color\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f3f4f5\";}}i:846;a:2:{i:0;a:1:{s:95:\".wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd)\";a:2:{i:1;a:3:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";i:2;s:38:\"has-subtle-pale-green-background-color\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#e9fbe5\";}}i:847;a:2:{i:0;a:1:{s:94:\".wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd)\";a:2:{i:1;a:3:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";i:2;s:37:\"has-subtle-pale-blue-background-color\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#e7f5fe\";}}i:848;a:2:{i:0;a:1:{s:94:\".wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd)\";a:2:{i:1;a:3:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";i:2;s:37:\"has-subtle-pale-pink-background-color\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#fcf0ef\";}}i:849;a:2:{i:0;a:2:{s:35:\".wp-block-table.is-style-stripes td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";}i:0;a:1:{i:0;s:2:\"td\";}}s:35:\".wp-block-table.is-style-stripes th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:26:\"border-color:rgba(0,0,0,0)\";}}i:850;a:2:{i:0;a:4:{s:36:\".wp-block-table .has-border-color td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-border-color\";}i:0;a:1:{i:0;s:2:\"td\";}}s:36:\".wp-block-table .has-border-color th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-border-color\";}i:0;a:1:{i:0;s:2:\"th\";}}s:36:\".wp-block-table .has-border-color tr\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-border-color\";}i:0;a:1:{i:0;s:2:\"tr\";}}s:35:\".wp-block-table .has-border-color>*\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-border-color\";}}}i:1;a:1:{i:0;s:20:\"border-color:inherit\";}}i:851;a:2:{i:0;a:6:{s:79:\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:82:\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:3:{i:0;s:5:\"table\";i:1;s:2:\"tr\";i:2;s:2:\"td\";}}s:82:\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:3:{i:0;s:5:\"table\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}s:66:\".wp-block-table table[data-amp-original-style*=border-top-color]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-top-color]>* td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-top-color]>* th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:24:\"border-top-color:inherit\";}}i:852;a:2:{i:0;a:1:{s:85:\".wp-block-table table[data-amp-original-style*=border-top-color] tr:not(:first-child)\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"border-top-color:initial\";}}i:853;a:2:{i:0;a:4:{s:80:\".wp-block-table table[data-amp-original-style*=border-right-color] td:last-child\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-right-color] th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-right-color] tr\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:68:\".wp-block-table table[data-amp-original-style*=border-right-color]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}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:26:\"border-right-color:inherit\";}}i:854;a:2:{i:0;a:6:{s:81:\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:84:\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:3:{i:0;s:5:\"table\";i:1;s:2:\"tr\";i:2;s:2:\"td\";}}s:84:\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:3:{i:0;s:5:\"table\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-bottom-color]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}s:72:\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:72:\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:27:\"border-bottom-color:inherit\";}}i:855;a:2:{i:0;a:1:{s:87:\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:not(:last-child)\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:27:\"border-bottom-color:initial\";}}i:856;a:2:{i:0;a:4:{s:80:\".wp-block-table table[data-amp-original-style*=border-left-color] td:first-child\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:68:\".wp-block-table table[data-amp-original-style*=border-left-color] th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}s:68:\".wp-block-table table[data-amp-original-style*=border-left-color] tr\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:67:\".wp-block-table table[data-amp-original-style*=border-left-color]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}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:25:\"border-left-color:inherit\";}}i:857;a:2:{i:0;a:4:{s:63:\".wp-block-table table[data-amp-original-style*=border-style] td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:63:\".wp-block-table table[data-amp-original-style*=border-style] th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}s:63:\".wp-block-table table[data-amp-original-style*=border-style] tr\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:62:\".wp-block-table table[data-amp-original-style*=border-style]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}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:20:\"border-style:inherit\";}}i:858;a:2:{i:0;a:4:{s:63:\".wp-block-table table[data-amp-original-style*=border-width] td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:63:\".wp-block-table table[data-amp-original-style*=border-width] th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}s:63:\".wp-block-table table[data-amp-original-style*=border-width] tr\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:62:\".wp-block-table table[data-amp-original-style*=border-width]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:2:{i:0;s:20:\"border-style:inherit\";i:1;s:20:\"border-width:inherit\";}}i:859;a:2:{i:0;a:1:{s:41:\":root :where(.wp-block-table-of-contents)\";a:0:{}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:860;a:2:{i:0;a:1:{s:34:\":where(.wp-block-term-description)\";a:0:{}}i:1;a:3:{i:0;s:21:\"box-sizing:border-box\";i:1;s:41:\"margin-bottom:var(--wp--style--block-gap)\";i:2;s:38:\"margin-top:var(--wp--style--block-gap)\";}}i:861;a:2:{i:0;a:1:{s:28:\".wp-block-term-description p\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-term-description\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:12:\"margin-top:0\";}}i:862;a:2:{i:0;a:2:{s:22:\".wp-block-text-columns\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-text-columns\";}}s:34:\".wp-block-text-columns.aligncenter\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-text-columns\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:863;a:2:{i:0;a:1:{s:39:\".wp-block-text-columns .wp-block-column\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-text-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:2:{i:0;s:12:\"margin:0 1em\";i:1;s:9:\"padding:0\";}}i:864;a:2:{i:0;a:1:{s:51:\".wp-block-text-columns .wp-block-column:first-child\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-text-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:865;a:2:{i:0;a:1:{s:50:\".wp-block-text-columns .wp-block-column:last-child\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-text-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:866;a:2:{i:0;a:1:{s:49:\".wp-block-text-columns.columns-2 .wp-block-column\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-text-columns\";i:1;s:9:\"columns-2\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:867;a:2:{i:0;a:1:{s:49:\".wp-block-text-columns.columns-3 .wp-block-column\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-text-columns\";i:1;s:9:\"columns-3\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:15:\"width:33.33333%\";}}i:868;a:2:{i:0;a:1:{s:49:\".wp-block-text-columns.columns-4 .wp-block-column\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-text-columns\";i:1;s:9:\"columns-4\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:9:\"width:25%\";}}i:869;a:2:{i:0;a:1:{s:18:\"pre.wp-block-verse\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-verse\";}i:0;a:1:{i:0;s:3:\"pre\";}}}i:1;a:2:{i:0;s:13:\"overflow:auto\";i:1;s:20:\"white-space:pre-wrap\";}}i:870;a:2:{i:0;a:1:{s:26:\":where(pre.wp-block-verse)\";a:0:{}}i:1;a:1:{i:0;s:19:\"font-family:inherit\";}}i:871;a:2:{i:0;a:1:{s:15:\".wp-block-video\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:872;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:2:{i:0;s:21:\"vertical-align:middle\";i:1;s:10:\"width:100%\";}}i:873;s:28:\"@supports (position:sticky){\";i:874;a:2:{i:0;a:1:{s:24:\".wp-block-video [poster]\";a:2:{i:3;a:1:{i:0;s:6:\"poster\";}i:1;a:1:{i:0;s:14:\"wp-block-video\";}}}i:1;a:1:{i:0;s:16:\"object-fit:cover\";}}i:875;s:1:\"}\";i:876;a:2:{i:0;a:1:{s:27:\".wp-block-video.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-video\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:877;a:2:{i:0;a:1:{s:34:\".wp-block-video :where(figcaption)\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:878;a:2:{i:0;a:2:{s:22:\".editor-styles-wrapper\";a:1:{i:1;a:1:{i:0;s:21:\"editor-styles-wrapper\";}}s:14:\".entry-content\";a:1:{i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:1:{i:0;s:23:\"counter-reset:footnotes\";}}i:879;a:2:{i:0;a:1:{s:13:\"a[data-fn].fn\";a:3:{i:3;a:1:{i:0;s:7:\"data-fn\";}i:1;a:1:{i:0;s:2:\"fn\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:6:{i:0;s:27:\"counter-increment:footnotes\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"font-size:smaller\";i:3;s:20:\"text-decoration:none\";i:4;s:22:\"text-indent:-9999999px\";i:5;s:20:\"vertical-align:super\";}}i:880;a:2:{i:0;a:1:{s:19:\"a[data-fn].fn:after\";a:3:{i:3;a:1:{i:0;s:7:\"data-fn\";}i:1;a:1:{i:0;s:2:\"fn\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:3:{i:0;s:34:\"content:\"[\" counter(footnotes) \"]\"\";i:1;s:10:\"float:left\";i:2;s:13:\"text-indent:0\";}}i:881;a:2:{i:0;a:1:{s:18:\".wp-element-button\";a:1:{i:1;a:1:{i:0;s:17:\"wp-element-button\";}}}i:1;a:1:{i:0;s:14:\"cursor:pointer\";}}i:882;a:2:{i:0;a:1:{s:5:\":root\";a:0:{}}i:1;a:2:{i:0;s:36:\"--wp--preset--font-size--normal:16px\";i:1;s:34:\"--wp--preset--font-size--huge:42px\";}}i:883;a:2:{i:0;a:1:{s:43:\":root .has-very-light-gray-background-color\";a:1:{i:1;a:1:{i:0;s:36:\"has-very-light-gray-background-color\";}}}i:1;a:1:{i:0;s:21:\"background-color:#eee\";}}i:884;a:2:{i:0;a:1:{s:42:\":root .has-very-dark-gray-background-color\";a:1:{i:1;a:1:{i:0;s:35:\"has-very-dark-gray-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#313131\";}}i:885;a:2:{i:0;a:1:{s:32:\":root .has-very-light-gray-color\";a:1:{i:1;a:1:{i:0;s:25:\"has-very-light-gray-color\";}}}i:1;a:1:{i:0;s:10:\"color:#eee\";}}i:886;a:2:{i:0;a:1:{s:31:\":root .has-very-dark-gray-color\";a:1:{i:1;a:1:{i:0;s:24:\"has-very-dark-gray-color\";}}}i:1;a:1:{i:0;s:13:\"color:#313131\";}}i:887;a:2:{i:0;a:1:{s:66:\":root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\";a:1:{i:1;a:1:{i:0;s:59:\"has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#00d084,#0693e3)\";}}i:888;a:2:{i:0;a:1:{s:43:\":root .has-purple-crush-gradient-background\";a:1:{i:1;a:1:{i:0;s:36:\"has-purple-crush-gradient-background\";}}}i:1;a:1:{i:0;s:62:\"background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)\";}}i:889;a:2:{i:0;a:1:{s:40:\":root .has-hazy-dawn-gradient-background\";a:1:{i:1;a:1:{i:0;s:33:\"has-hazy-dawn-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#faaca8,#dad0ec)\";}}i:890;a:2:{i:0;a:1:{s:44:\":root .has-subdued-olive-gradient-background\";a:1:{i:1;a:1:{i:0;s:37:\"has-subdued-olive-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#fafae1,#67a671)\";}}i:891;a:2:{i:0;a:1:{s:43:\":root .has-atomic-cream-gradient-background\";a:1:{i:1;a:1:{i:0;s:36:\"has-atomic-cream-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#fdd79a,#004a59)\";}}i:892;a:2:{i:0;a:1:{s:41:\":root .has-nightshade-gradient-background\";a:1:{i:1;a:1:{i:0;s:34:\"has-nightshade-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#330968,#31cdcf)\";}}i:893;a:2:{i:0;a:1:{s:39:\":root .has-midnight-gradient-background\";a:1:{i:1;a:1:{i:0;s:32:\"has-midnight-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#020381,#2874fc)\";}}i:894;a:2:{i:0;a:1:{s:22:\".has-regular-font-size\";a:1:{i:1;a:1:{i:0;s:21:\"has-regular-font-size\";}}}i:1;a:1:{i:0;s:13:\"font-size:1em\";}}i:895;a:2:{i:0;a:1:{s:21:\".has-larger-font-size\";a:1:{i:1;a:1:{i:0;s:20:\"has-larger-font-size\";}}}i:1;a:1:{i:0;s:17:\"font-size:2.625em\";}}i:896;a:2:{i:0;a:1:{s:21:\".has-normal-font-size\";a:1:{i:1;a:1:{i:0;s:20:\"has-normal-font-size\";}}}i:1;a:1:{i:0;s:46:\"font-size:var(--wp--preset--font-size--normal)\";}}i:897;a:2:{i:0;a:1:{s:19:\".has-huge-font-size\";a:1:{i:1;a:1:{i:0;s:18:\"has-huge-font-size\";}}}i:1;a:1:{i:0;s:44:\"font-size:var(--wp--preset--font-size--huge)\";}}i:898;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:17:\"text-align:center\";}}i:899;a:2:{i:0;a:1:{s:20:\".has-text-align-left\";a:1:{i:1;a:1:{i:0;s:19:\"has-text-align-left\";}}}i:1;a:1:{i:0;s:15:\"text-align:left\";}}i:900;a:2:{i:0;a:1:{s:21:\".has-text-align-right\";a:1:{i:1;a:1:{i:0;s:20:\"has-text-align-right\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:901;a:2:{i:0;a:1:{s:29:\"#end-resizable-editor-section\";a:1:{i:2;a:1:{i:0;s:28:\"end-resizable-editor-section\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:902;a:2:{i:0;a:1:{s:12:\".aligncenter\";a:1:{i:1;a:1:{i:0;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:903;a:2:{i:0;a:1:{s:21:\".items-justified-left\";a:1:{i:1;a:1:{i:0;s:20:\"items-justified-left\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:904;a:2:{i:0;a:1:{s:23:\".items-justified-center\";a:1:{i:1;a:1:{i:0;s:22:\"items-justified-center\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:905;a:2:{i:0;a:1:{s:22:\".items-justified-right\";a:1:{i:1;a:1:{i:0;s:21:\"items-justified-right\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:906;a:2:{i:0;a:1:{s:30:\".items-justified-space-between\";a:1:{i:1;a:1:{i:0;s:29:\"items-justified-space-between\";}}}i:1;a:1:{i:0;s:29:\"justify-content:space-between\";}}i:907;a:2:{i:0;a:1:{s:19:\".screen-reader-text\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:9:{i:0;s:8:\"border:0\";i:1;s:26:\"clip:rect(1px,1px,1px,1px)\";i:2;s:20:\"clip-path:inset(50%)\";i:3;s:10:\"height:1px\";i:4;s:11:\"margin:-1px\";i:5;s:15:\"overflow:hidden\";i:6;s:9:\"padding:0\";i:7;s:17:\"position:absolute\";i:8;s:9:\"width:1px\";}}i:908;a:2:{i:0;a:1:{s:39:\".screen-reader-text:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:1:{i:0;s:16:\"word-wrap:normal\";}}i:909;a:2:{i:0;a:1:{s:25:\".screen-reader-text:focus\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:13:{i:0;s:21:\"background-color:#ddd\";i:1;s:14:\"clip-path:none\";i:2;s:10:\"color:#444\";i:3;s:13:\"display:block\";i:4;s:13:\"font-size:1em\";i:5;s:11:\"height:auto\";i:6;s:8:\"left:5px\";i:7;s:18:\"line-height:normal\";i:8;s:22:\"padding:15px 23px 14px\";i:9;s:20:\"text-decoration:none\";i:10;s:7:\"top:5px\";i:11;s:10:\"width:auto\";i:12;s:14:\"z-index:100000\";}}i:910;a:2:{i:0;a:1:{s:45:\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:1:{i:0;s:9:\"clip:auto\";}}i:911;a:2:{i:0;a:1:{s:30:\"html :where(.has-border-color)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:18:\"border-style:solid\";}}i:912;a:2:{i:0;a:1:{s:56:\"html :where([data-amp-original-style*=border-top-color])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:22:\"border-top-style:solid\";}}i:913;a:2:{i:0;a:1:{s:58:\"html :where([data-amp-original-style*=border-right-color])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:24:\"border-right-style:solid\";}}i:914;a:2:{i:0;a:1:{s:59:\"html :where([data-amp-original-style*=border-bottom-color])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:25:\"border-bottom-style:solid\";}}i:915;a:2:{i:0;a:1:{s:57:\"html :where([data-amp-original-style*=border-left-color])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:23:\"border-left-style:solid\";}}i:916;a:2:{i:0;a:1:{s:52:\"html :where([data-amp-original-style*=border-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:18:\"border-style:solid\";}}i:917;a:2:{i:0;a:1:{s:56:\"html :where([data-amp-original-style*=border-top-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:22:\"border-top-style:solid\";}}i:918;a:2:{i:0;a:1:{s:58:\"html :where([data-amp-original-style*=border-right-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:24:\"border-right-style:solid\";}}i:919;a:2:{i:0;a:1:{s:59:\"html :where([data-amp-original-style*=border-bottom-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:25:\"border-bottom-style:solid\";}}i:920;a:2:{i:0;a:1:{s:57:\"html :where([data-amp-original-style*=border-left-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:23:\"border-left-style:solid\";}}i:921;a:2:{i:0;a:2:{s:38:\"html :where(amp-img[class*=wp-image-])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}s:39:\"html :where(amp-anim[class*=wp-image-])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:2:{i:0;s:11:\"height:auto\";i:1;s:14:\"max-width:100%\";}}i:922;a:2:{i:0;a:1:{s:14:\":where(figure)\";a:0:{}}i:1;a:1:{i:0;s:14:\"margin:0 0 1em\";}}i:923;a:2:{i:0;a:1:{s:32:\"html :where(.is-position-sticky)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:77:\"--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)\";}}i:924;s:36:\"@media screen and (max-width:600px){\";i:925;a:2:{i:0;a:1:{s:32:\"html :where(.is-position-sticky)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:42:\"--wp-admin--admin-bar--position-offset:0px\";}}i:926;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"e0e78371b0f4c9bdc286e532045f4891\";s:10:\"parse_time\";d:0.22589802742004395;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(5343,'_transient_timeout_amp-parsed-stylesheet-v40-ca8b799ddf114e35fae0075c95951167','1734108223','off'),
(5344,'_transient_amp-parsed-stylesheet-v40-ca8b799ddf114e35fae0075c95951167','a:8:{s:6:\"tokens\";a:927:{i:0;a:2:{i:0;a:1:{s:18:\".wp-block-archives\";a:1:{i:1;a:1:{i:0;s:17:\"wp-block-archives\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:1;a:2:{i:0;a:1:{s:33:\".wp-block-archives-dropdown label\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-archives-dropdown\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:2;a:2:{i:0;a:1:{s:16:\".wp-block-avatar\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-avatar\";}}}i:1;a:1:{i:0;s:13:\"line-height:0\";}}i:3;a:2:{i:0;a:3:{s:16:\".wp-block-avatar\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-avatar\";}}s:24:\".wp-block-avatar amp-img\";a:2:{i:1;a:1:{i:0;s:15:\"wp-block-avatar\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:25:\".wp-block-avatar amp-anim\";a:2:{i:1;a:1:{i:0;s:15:\"wp-block-avatar\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:4;a:2:{i:0;a:1:{s:28:\".wp-block-avatar.aligncenter\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-avatar\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:5;a:2:{i:0;a:1:{s:15:\".wp-block-audio\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-audio\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:6;a:2:{i:0;a:1:{s:34:\".wp-block-audio :where(figcaption)\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-audio\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:7;a:2:{i:0;a:1:{s:25:\".wp-block-audio amp-audio\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-audio\";}i:0;a:1:{i:0;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:15:\"min-width:300px\";i:1;s:10:\"width:100%\";}}i:8;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:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:14:\"cursor:pointer\";i:2;s:20:\"display:inline-block\";i:3;s:17:\"text-align:center\";i:4;s:21:\"word-break:break-word\";}}i:9;a:2:{i:0;a:1:{s:34:\".wp-block-button__link.aligncenter\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-button__link\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:10;a:2:{i:0;a:1:{s:33:\".wp-block-button__link.alignright\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-button__link\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:11;a:2:{i:0;a:1:{s:30:\":where(.wp-block-button__link)\";a:0:{}}i:1;a:4:{i:0;s:20:\"border-radius:9999px\";i:1;s:15:\"box-shadow:none\";i:2;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:3;s:20:\"text-decoration:none\";}}i:12;a:2:{i:0;a:1:{s:81:\".wp-block-button[data-amp-original-style*=text-decoration] .wp-block-button__link\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}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:23:\"text-decoration:inherit\";}}i:13;a:2:{i:0;a:1:{s:51:\".wp-block-buttons>.wp-block-button.has-custom-width\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:16:\"has-custom-width\";}}}i:1;a:1:{i:0;s:14:\"max-width:none\";}}i:14;a:2:{i:0;a:1:{s:74:\".wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:16:\"has-custom-width\";i:3;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:15;a:2:{i:0;a:1:{s:78:\".wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:20:\"has-custom-font-size\";i:3;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:17:\"font-size:inherit\";}}i:16;a:2:{i:0;a:1:{s:60:\".wp-block-buttons>.wp-block-button.wp-block-button__width-25\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:25:\"wp-block-button__width-25\";}}}i:1;a:1:{i:0;s:56:\"width:calc(25% - var(--wp--style--block-gap,.5em) * .75)\";}}i:17;a:2:{i:0;a:1:{s:60:\".wp-block-buttons>.wp-block-button.wp-block-button__width-50\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:25:\"wp-block-button__width-50\";}}}i:1;a:1:{i:0;s:55:\"width:calc(50% - var(--wp--style--block-gap,.5em) * .5)\";}}i:18;a:2:{i:0;a:1:{s:60:\".wp-block-buttons>.wp-block-button.wp-block-button__width-75\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:25:\"wp-block-button__width-75\";}}}i:1;a:1:{i:0;s:56:\"width:calc(75% - var(--wp--style--block-gap,.5em) * .25)\";}}i:19;a:2:{i:0;a:1:{s:61:\".wp-block-buttons>.wp-block-button.wp-block-button__width-100\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:26:\"wp-block-button__width-100\";}}}i:1;a:2:{i:0;s:15:\"flex-basis:100%\";i:1;s:10:\"width:100%\";}}i:20;a:2:{i:0;a:1:{s:72:\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";i:2;s:15:\"wp-block-button\";i:3;s:25:\"wp-block-button__width-25\";}}}i:1;a:1:{i:0;s:9:\"width:25%\";}}i:21;a:2:{i:0;a:1:{s:72:\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";i:2;s:15:\"wp-block-button\";i:3;s:25:\"wp-block-button__width-50\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:22;a:2:{i:0;a:1:{s:72:\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75\";a:1:{i:1;a:4:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";i:2;s:15:\"wp-block-button\";i:3;s:25:\"wp-block-button__width-75\";}}}i:1;a:1:{i:0;s:9:\"width:75%\";}}i:23;a:2:{i:0;a:2:{s:33:\".wp-block-button.is-style-squared\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-squared\";}}s:55:\".wp-block-button__link.wp-block-button.is-style-squared\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-button__link\";i:1;s:15:\"wp-block-button\";i:2;s:16:\"is-style-squared\";}}}i:1;a:1:{i:0;s:15:\"border-radius:0\";}}i:24;a:2:{i:0;a:2:{s:53:\".wp-block-button.no-border-radius:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"no-border-radius\";}}s:59:\".wp-block-button__link.no-border-radius:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-button__link\";i:1;s:16:\"no-border-radius\";}}}i:1;a:1:{i:0;s:15:\"border-radius:0\";}}i:25;a:2:{i:0;a:2:{s:70:\":root :where(.wp-block-button .wp-block-button__link.is-style-outline)\";a:0:{}s:70:\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link)\";a:0:{}}i:1;a:2:{i:0;s:16:\"border:2px solid\";i:1;s:22:\"padding:.667em 1.333em\";}}i:26;a:2:{i:0;a:2:{s:91:\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color))\";a:0:{}s:91:\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color))\";a:0:{}}i:1;a:1:{i:0;s:18:\"color:currentColor\";}}i:27;a:2:{i:0;a:2:{s:91:\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background))\";a:0:{}s:91:\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background))\";a:0:{}}i:1;a:2:{i:0;s:24:\"background-color:initial\";i:1;s:21:\"background-image:none\";}}i:28;a:2:{i:0;a:1:{s:29:\".wp-block-buttons.is-vertical\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:21:\"flex-direction:column\";}}i:29;a:2:{i:0;a:1:{s:57:\".wp-block-buttons.is-vertical>.wp-block-button:last-child\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"is-vertical\";i:2;s:15:\"wp-block-button\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:30;a:2:{i:0;a:1:{s:34:\".wp-block-buttons>.wp-block-button\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:8:\"margin:0\";}}i:31;a:2:{i:0;a:1:{s:47:\".wp-block-buttons.is-content-justification-left\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:29:\"is-content-justification-left\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:32;a:2:{i:0;a:1:{s:59:\".wp-block-buttons.is-content-justification-left.is-vertical\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:29:\"is-content-justification-left\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:22:\"align-items:flex-start\";}}i:33;a:2:{i:0;a:1:{s:49:\".wp-block-buttons.is-content-justification-center\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:31:\"is-content-justification-center\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:34;a:2:{i:0;a:1:{s:61:\".wp-block-buttons.is-content-justification-center.is-vertical\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:31:\"is-content-justification-center\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:18:\"align-items:center\";}}i:35;a:2:{i:0;a:1:{s:48:\".wp-block-buttons.is-content-justification-right\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:30:\"is-content-justification-right\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:36;a:2:{i:0;a:1:{s:60:\".wp-block-buttons.is-content-justification-right.is-vertical\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:30:\"is-content-justification-right\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:20:\"align-items:flex-end\";}}i:37;a:2:{i:0;a:1:{s:56:\".wp-block-buttons.is-content-justification-space-between\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:38:\"is-content-justification-space-between\";}}}i:1;a:1:{i:0;s:29:\"justify-content:space-between\";}}i:38;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:17:\"text-align:center\";}}i:39;a:2:{i:0;a:2:{s:76:\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";}}s:82:\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button__link\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:23:\"text-decoration:inherit\";}}i:40;a:2:{i:0;a:1:{s:61:\".wp-block-buttons.has-custom-font-size .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:20:\"has-custom-font-size\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:17:\"font-size:inherit\";}}i:41;a:2:{i:0;a:2:{s:28:\".wp-block-button.aligncenter\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:11:\"aligncenter\";}}s:18:\".wp-block-calendar\";a:1:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:42;a:2:{i:0;a:2:{s:21:\".wp-block-calendar td\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:2:\"td\";}}s:21:\".wp-block-calendar th\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:2:{i:0;s:16:\"border:1px solid\";i:1;s:13:\"padding:.25em\";}}i:43;a:2:{i:0;a:1:{s:21:\".wp-block-calendar th\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:15:\"font-weight:400\";}}i:44;a:2:{i:0;a:1:{s:26:\".wp-block-calendar caption\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:7:\"caption\";}}}i:1;a:1:{i:0;s:24:\"background-color:inherit\";}}i:45;a:2:{i:0;a:1:{s:24:\".wp-block-calendar table\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}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:46;a:2:{i:0;a:1:{s:53:\".wp-block-calendar table:where(:not(.has-text-color))\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:1:{i:0;s:13:\"color:#40464d\";}}i:47;a:2:{i:0;a:2:{s:56:\".wp-block-calendar table:where(:not(.has-text-color)) td\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:56:\".wp-block-calendar table:where(:not(.has-text-color)) th\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-calendar\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:17:\"border-color:#ddd\";}}i:48;a:2:{i:0;a:1:{s:42:\".wp-block-calendar table.has-background th\";a:2:{i:1;a:2:{i:0;s:17:\"wp-block-calendar\";i:1;s:14:\"has-background\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:24:\"background-color:inherit\";}}i:49;a:2:{i:0;a:1:{s:42:\".wp-block-calendar table.has-text-color th\";a:2:{i:1;a:2:{i:0;s:17:\"wp-block-calendar\";i:1;s:14:\"has-text-color\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:50;a:2:{i:0;a:1:{s:56:\":where(.wp-block-calendar table:not(.has-background) th)\";a:1:{i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:15:\"background:#ddd\";}}i:51;a:2:{i:0;a:1:{s:20:\".wp-block-categories\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-categories\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:52;a:2:{i:0;a:1:{s:30:\".wp-block-categories.alignleft\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-categories\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:16:\"margin-right:2em\";}}i:53;a:2:{i:0;a:1:{s:31:\".wp-block-categories.alignright\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-categories\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:15:\"margin-left:2em\";}}i:54;a:2:{i:0;a:1:{s:61:\".wp-block-categories.wp-block-categories-dropdown.aligncenter\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-categories\";i:1;s:28:\"wp-block-categories-dropdown\";i:2;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:55;a:2:{i:0;a:1:{s:48:\".wp-block-categories .wp-block-categories__label\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-categories\";i:1;s:26:\"wp-block-categories__label\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";}}i:56;a:2:{i:0;a:1:{s:14:\".wp-block-code\";a:1:{i:1;a:1:{i:0;s:13:\"wp-block-code\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:57;a:2:{i:0;a:1:{s:19:\".wp-block-code code\";a:2:{i:1;a:1:{i:0;s:13:\"wp-block-code\";}i:0;a:1:{i:0;s:4:\"code\";}}}i:1;a:4:{i:0;s:13:\"display:block\";i:1;s:19:\"font-family:inherit\";i:2;s:24:\"overflow-wrap:break-word\";i:3;s:20:\"white-space:pre-wrap\";}}i:58;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:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:12:\"display:flex\";}}i:59;a:2:{i:0;a:1:{s:37:\".wp-block-columns:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}}i:1;a:2:{i:0;s:18:\"align-items:normal\";i:1;s:14:\"flex-wrap:wrap\";}}i:60;s:25:\"@media (min-width:782px){\";i:61;a:2:{i:0;a:1:{s:37:\".wp-block-columns:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}}i:1;a:1:{i:0;s:16:\"flex-wrap:nowrap\";}}i:62;s:1:\"}\";i:63;a:2:{i:0;a:1:{s:44:\".wp-block-columns.are-vertically-aligned-top\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:26:\"are-vertically-aligned-top\";}}}i:1;a:1:{i:0;s:22:\"align-items:flex-start\";}}i:64;a:2:{i:0;a:1:{s:47:\".wp-block-columns.are-vertically-aligned-center\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:29:\"are-vertically-aligned-center\";}}}i:1;a:1:{i:0;s:18:\"align-items:center\";}}i:65;a:2:{i:0;a:1:{s:47:\".wp-block-columns.are-vertically-aligned-bottom\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:29:\"are-vertically-aligned-bottom\";}}}i:1;a:1:{i:0;s:20:\"align-items:flex-end\";}}i:66;s:25:\"@media (max-width:781px){\";i:67;a:2:{i:0;a:1:{s:85:\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:15:\"flex-basis:100%\";}}i:68;s:1:\"}\";i:69;s:25:\"@media (min-width:782px){\";i:70;a:2:{i:0;a:1:{s:65:\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:2:{i:0;s:12:\"flex-basis:0\";i:1;s:11:\"flex-grow:1\";}}i:71;a:2:{i:0;a:1:{s:102:\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[data-amp-original-style*=flex-basis]\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:0\";}}i:72;s:1:\"}\";i:73;a:2:{i:0;a:1:{s:62:\".wp-block-columns.is-not-stacked-on-mobile:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:24:\"is-not-stacked-on-mobile\";}}}i:1;a:1:{i:0;s:16:\"flex-wrap:nowrap\";}}i:74;a:2:{i:0;a:1:{s:59:\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-columns\";i:1;s:24:\"is-not-stacked-on-mobile\";i:2;s:15:\"wp-block-column\";}}}i:1;a:2:{i:0;s:12:\"flex-basis:0\";i:1;s:11:\"flex-grow:1\";}}i:75;a:2:{i:0;a:1:{s:96:\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[data-amp-original-style*=flex-basis]\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:3:{i:0;s:16:\"wp-block-columns\";i:1;s:24:\"is-not-stacked-on-mobile\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:0\";}}i:76;a:2:{i:0;a:1:{s:25:\":where(.wp-block-columns)\";a:0:{}}i:1;a:1:{i:0;s:20:\"margin-bottom:1.75em\";}}i:77;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.has-background)\";a:0:{}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:78;a:2:{i:0;a:1:{s:16:\".wp-block-column\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-column\";}}}i:1;a:4:{i:0;s:11:\"flex-grow:1\";i:1;s:11:\"min-width:0\";i:2;s:24:\"overflow-wrap:break-word\";i:3;s:21:\"word-break:break-word\";}}i:79;a:2:{i:0;a:1:{s:42:\".wp-block-column.is-vertically-aligned-top\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:25:\"is-vertically-aligned-top\";}}}i:1;a:1:{i:0;s:21:\"align-self:flex-start\";}}i:80;a:2:{i:0;a:1:{s:45:\".wp-block-column.is-vertically-aligned-center\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:28:\"is-vertically-aligned-center\";}}}i:1;a:1:{i:0;s:17:\"align-self:center\";}}i:81;a:2:{i:0;a:1:{s:45:\".wp-block-column.is-vertically-aligned-bottom\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:28:\"is-vertically-aligned-bottom\";}}}i:1;a:1:{i:0;s:19:\"align-self:flex-end\";}}i:82;a:2:{i:0;a:1:{s:46:\".wp-block-column.is-vertically-aligned-stretch\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:29:\"is-vertically-aligned-stretch\";}}}i:1;a:1:{i:0;s:18:\"align-self:stretch\";}}i:83;a:2:{i:0;a:3:{s:45:\".wp-block-column.is-vertically-aligned-bottom\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:28:\"is-vertically-aligned-bottom\";}}s:45:\".wp-block-column.is-vertically-aligned-center\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:28:\"is-vertically-aligned-center\";}}s:42:\".wp-block-column.is-vertically-aligned-top\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-column\";i:1;s:25:\"is-vertically-aligned-top\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:84;a:2:{i:0;a:1:{s:23:\".wp-block-post-comments\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:85;a:2:{i:0;a:1:{s:34:\".wp-block-post-comments .alignleft\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:10:\"float:left\";}}i:86;a:2:{i:0;a:1:{s:35:\".wp-block-post-comments .alignright\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:87;a:2:{i:0;a:1:{s:41:\".wp-block-post-comments .navigation:after\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:10:\"navigation\";}}}i:1;a:3:{i:0;s:10:\"clear:both\";i:1;s:10:\"content:\"\"\";i:2;s:13:\"display:table\";}}i:88;a:2:{i:0;a:1:{s:36:\".wp-block-post-comments .commentlist\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:11:\"commentlist\";}}}i:1;a:4:{i:0;s:10:\"clear:both\";i:1;s:15:\"list-style:none\";i:2;s:8:\"margin:0\";i:3;s:9:\"padding:0\";}}i:89;a:2:{i:0;a:1:{s:45:\".wp-block-post-comments .commentlist .comment\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:11:\"commentlist\";i:2;s:7:\"comment\";}}}i:1;a:2:{i:0;s:17:\"min-height:2.25em\";i:1;s:19:\"padding-left:3.25em\";}}i:90;a:2:{i:0;a:1:{s:47:\".wp-block-post-comments .commentlist .comment p\";a:2:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:11:\"commentlist\";i:2;s:7:\"comment\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:3:{i:0;s:13:\"font-size:1em\";i:1;s:15:\"line-height:1.8\";i:2;s:12:\"margin:1em 0\";}}i:91;a:2:{i:0;a:1:{s:46:\".wp-block-post-comments .commentlist .children\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:11:\"commentlist\";i:2;s:8:\"children\";}}}i:1;a:3:{i:0;s:15:\"list-style:none\";i:1;s:8:\"margin:0\";i:2;s:9:\"padding:0\";}}i:92;a:2:{i:0;a:1:{s:39:\".wp-block-post-comments .comment-author\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:14:\"comment-author\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.5\";}}i:93;a:2:{i:0;a:1:{s:47:\".wp-block-post-comments .comment-author .avatar\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:14:\"comment-author\";i:2;s:6:\"avatar\";}}}i:1;a:7:{i:0;s:19:\"border-radius:1.5em\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:12:\"height:2.5em\";i:4;s:18:\"margin-right:.75em\";i:5;s:15:\"margin-top:.5em\";i:6;s:11:\"width:2.5em\";}}i:94;a:2:{i:0;a:1:{s:44:\".wp-block-post-comments .comment-author cite\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:14:\"comment-author\";}i:0;a:1:{i:0;s:4:\"cite\";}}}i:1;a:1:{i:0;s:17:\"font-style:normal\";}}i:95;a:2:{i:0;a:1:{s:37:\".wp-block-post-comments .comment-meta\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-meta\";}}}i:1;a:2:{i:0;s:16:\"font-size:.875em\";i:1;s:15:\"line-height:1.5\";}}i:96;a:2:{i:0;a:1:{s:39:\".wp-block-post-comments .comment-meta b\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-meta\";}i:0;a:1:{i:0;s:1:\"b\";}}}i:1;a:1:{i:0;s:15:\"font-weight:400\";}}i:97;a:2:{i:0;a:1:{s:66:\".wp-block-post-comments .comment-meta .comment-awaiting-moderation\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-meta\";i:2;s:27:\"comment-awaiting-moderation\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:17:\"margin-bottom:1em\";i:2;s:14:\"margin-top:1em\";}}i:98;a:2:{i:0;a:1:{s:54:\".wp-block-post-comments .comment-body .commentmetadata\";a:1:{i:1;a:3:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-body\";i:2;s:15:\"commentmetadata\";}}}i:1;a:1:{i:0;s:16:\"font-size:.875em\";}}i:99;a:2:{i:0;a:4:{s:50:\".wp-block-post-comments .comment-form-author label\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:19:\"comment-form-author\";}i:0;a:1:{i:0;s:5:\"label\";}}s:51:\".wp-block-post-comments .comment-form-comment label\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:20:\"comment-form-comment\";}i:0;a:1:{i:0;s:5:\"label\";}}s:49:\".wp-block-post-comments .comment-form-email label\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:18:\"comment-form-email\";}i:0;a:1:{i:0;s:5:\"label\";}}s:47:\".wp-block-post-comments .comment-form-url label\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:16:\"comment-form-url\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:19:\"margin-bottom:.25em\";}}i:100;a:2:{i:0;a:2:{s:83:\".wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox])\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-form\";}i:0;a:1:{i:0;s:5:\"input\";}}s:46:\".wp-block-post-comments .comment-form textarea\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:12:\"comment-form\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"display:block\";i:2;s:10:\"width:100%\";}}i:101;a:2:{i:0;a:1:{s:53:\".wp-block-post-comments .comment-form-cookies-consent\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:28:\"comment-form-cookies-consent\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:9:\"gap:.25em\";}}i:102;a:2:{i:0;a:1:{s:81:\".wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:28:\"comment-form-cookies-consent\";}i:2;a:1:{i:0;s:26:\"wp-comment-cookies-consent\";}}}i:1;a:1:{i:0;s:16:\"margin-top:.35em\";}}i:103;a:2:{i:0;a:1:{s:44:\".wp-block-post-comments .comment-reply-title\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:104;a:2:{i:0;a:1:{s:58:\".wp-block-post-comments .comment-reply-title :where(small)\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:2:{i:0;s:54:\"font-size:var(--wp--preset--font-size--medium,smaller)\";i:1;s:16:\"margin-left:.5em\";}}i:105;a:2:{i:0;a:1:{s:30:\".wp-block-post-comments .reply\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-comments\";i:1;s:5:\"reply\";}}}i:1;a:2:{i:0;s:16:\"font-size:.875em\";i:1;s:19:\"margin-bottom:1.4em\";}}i:106;a:2:{i:0;a:2:{s:48:\".wp-block-post-comments input:not([type=submit])\";a:2:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}i:0;a:1:{i:0;s:5:\"input\";}}s:32:\".wp-block-post-comments textarea\";a:2:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:24:\"border:1px solid #949494\";i:1;s:19:\"font-family:inherit\";i:2;s:13:\"font-size:1em\";}}i:107;a:2:{i:0;a:2:{s:69:\".wp-block-post-comments input:not([type=submit]):not([type=checkbox])\";a:2:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}i:0;a:1:{i:0;s:5:\"input\";}}s:32:\".wp-block-post-comments textarea\";a:2:{i:1;a:1:{i:0;s:22:\"wp-block-post-comments\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:26:\"padding:calc(.667em + 2px)\";}}i:108;a:2:{i:0;a:1:{s:50:\":where(.wp-block-post-comments input[type=submit])\";a:0:{}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:109;a:2:{i:0;a:3:{s:64:\".wp-block-comments-pagination>.wp-block-comments-pagination-next\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:33:\"wp-block-comments-pagination-next\";}}s:67:\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:36:\"wp-block-comments-pagination-numbers\";}}s:68:\".wp-block-comments-pagination>.wp-block-comments-pagination-previous\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:37:\"wp-block-comments-pagination-previous\";}}}i:1;a:2:{i:0;s:18:\"margin-bottom:.5em\";i:1;s:17:\"margin-right:.5em\";}}i:110;a:2:{i:0;a:3:{s:75:\".wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:33:\"wp-block-comments-pagination-next\";}}s:78:\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:36:\"wp-block-comments-pagination-numbers\";}}s:79:\".wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:37:\"wp-block-comments-pagination-previous\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:111;a:2:{i:0;a:1:{s:74:\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:43:\"wp-block-comments-pagination-previous-arrow\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-right:1ch\";}}i:112;a:2:{i:0;a:1:{s:97:\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:43:\"wp-block-comments-pagination-previous-arrow\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:113;a:2:{i:0;a:1:{s:70:\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:39:\"wp-block-comments-pagination-next-arrow\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-left:1ch\";}}i:114;a:2:{i:0;a:1:{s:93:\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:39:\"wp-block-comments-pagination-next-arrow\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:115;a:2:{i:0;a:1:{s:41:\".wp-block-comments-pagination.aligncenter\";a:1:{i:1;a:2:{i:0;s:28:\"wp-block-comments-pagination\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:116;a:2:{i:0;a:1:{s:26:\".wp-block-comment-template\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-comment-template\";}}}i:1;a:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:15:\"list-style:none\";i:2;s:15:\"margin-bottom:0\";i:3;s:14:\"max-width:100%\";i:4;s:9:\"padding:0\";}}i:117;a:2:{i:0;a:1:{s:29:\".wp-block-comment-template li\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-comment-template\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:118;a:2:{i:0;a:1:{s:29:\".wp-block-comment-template ol\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-comment-template\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:4:{i:0;s:15:\"list-style:none\";i:1;s:15:\"margin-bottom:0\";i:2;s:14:\"max-width:100%\";i:3;s:17:\"padding-left:2rem\";}}i:119;a:2:{i:0;a:1:{s:36:\".wp-block-comment-template.alignleft\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-comment-template\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:10:\"float:left\";}}i:120;a:2:{i:0;a:1:{s:38:\".wp-block-comment-template.aligncenter\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-comment-template\";i:1;s:11:\"aligncenter\";}}}i:1;a:4:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:22:\"width:-moz-fit-content\";i:3;s:17:\"width:fit-content\";}}i:121;a:2:{i:0;a:1:{s:37:\".wp-block-comment-template.alignright\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-comment-template\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:122;a:2:{i:0;a:1:{s:22:\".wp-block-comment-date\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-comment-date\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:123;a:2:{i:0;a:1:{s:28:\".comment-awaiting-moderation\";a:1:{i:1;a:1:{i:0;s:27:\"comment-awaiting-moderation\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:16:\"font-size:.875em\";i:2;s:15:\"line-height:1.5\";}}i:124;a:2:{i:0;a:4:{s:29:\".wp-block-comment-author-name\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-comment-author-name\";}}s:25:\".wp-block-comment-content\";a:1:{i:1;a:1:{i:0;s:24:\"wp-block-comment-content\";}}s:27:\".wp-block-comment-edit-link\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-comment-edit-link\";}}s:28:\".wp-block-comment-reply-link\";a:1:{i:1;a:1:{i:0;s:27:\"wp-block-comment-reply-link\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:125;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:10:{i:0;s:18:\"align-items:center\";i:1;s:23:\"background-position:50%\";i:2;s:21:\"box-sizing:border-box\";i:3;s:12:\"display:flex\";i:4;s:22:\"justify-content:center\";i:5;s:16:\"min-height:430px\";i:6;s:15:\"overflow:hidden\";i:7;s:13:\"overflow:clip\";i:8;s:11:\"padding:1em\";i:9;s:17:\"position:relative\";}}i:126;a:2:{i:0;a:4:{s:67:\".wp-block-cover .has-background-dim:not([class*=-background-color])\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";}}s:73:\".wp-block-cover-image .has-background-dim:not([class*=-background-color])\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";}}s:72:\".wp-block-cover-image.has-background-dim:not([class*=-background-color])\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";}}s:66:\".wp-block-cover.has-background-dim:not([class*=-background-color])\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";}}}i:1;a:1:{i:0;s:21:\"background-color:#000\";}}i:127;a:2:{i:0;a:2:{s:59:\".wp-block-cover .has-background-dim.has-background-gradient\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:23:\"has-background-gradient\";}}s:65:\".wp-block-cover-image .has-background-dim.has-background-gradient\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:23:\"has-background-gradient\";}}}i:1;a:1:{i:0;s:24:\"background-color:initial\";}}i:128;a:2:{i:0;a:2:{s:47:\".wp-block-cover-image.has-background-dim:before\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";}}s:41:\".wp-block-cover.has-background-dim:before\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";}}}i:1;a:2:{i:0;s:24:\"background-color:inherit\";i:1;s:10:\"content:\"\"\";}}i:129;a:2:{i:0;a:6:{s:43:\".wp-block-cover .wp-block-cover__background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";}}s:52:\".wp-block-cover .wp-block-cover__gradient-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";}}s:49:\".wp-block-cover-image .wp-block-cover__background\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";}}s:58:\".wp-block-cover-image .wp-block-cover__gradient-background\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";}}s:77:\".wp-block-cover-image.has-background-dim:not(.has-background-gradient):before\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";}}s:71:\".wp-block-cover.has-background-dim:not(.has-background-gradient):before\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";}}}i:1;a:7:{i:0;s:8:\"bottom:0\";i:1;s:6:\"left:0\";i:2;s:10:\"opacity:.5\";i:3;s:17:\"position:absolute\";i:4;s:7:\"right:0\";i:5;s:5:\"top:0\";i:6;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-10\";}}}i:1;a:1:{i:0;s:10:\"opacity:.1\";}}i:131;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-20\";}}}i:1;a:1:{i:0;s:10:\"opacity:.2\";}}i:132;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-30\";}}}i:1;a:1:{i:0;s:10:\"opacity:.3\";}}i:133;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-40\";}}}i:1;a:1:{i:0;s:10:\"opacity:.4\";}}i:134;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-50\";}}}i:1;a:1:{i:0;s:10:\"opacity:.5\";}}i:135;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-60\";}}}i:1;a:1:{i:0;s:10:\"opacity:.6\";}}i:136;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-70\";}}}i:1;a:1:{i:0;s:10:\"opacity:.7\";}}i:137;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-80\";}}}i:1;a:1:{i:0;s:10:\"opacity:.8\";}}i:138;a:2:{i:0;a:6:{s:90:\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";i:3;s:26:\"wp-block-cover__background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:99:\".wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";}}s:84:\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";i:3;s:26:\"wp-block-cover__background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:93:\".wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:21:\"has-background-dim-90\";}}}i:1;a:1:{i:0;s:10:\"opacity:.9\";}}i:139;a:2:{i:0;a:6:{s:91:\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";i:3;s:26:\"wp-block-cover__background\";}}s:100:\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:100:\".wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";}}s:85:\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";i:3;s:26:\"wp-block-cover__background\";}}s:94:\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";i:3;s:35:\"wp-block-cover__gradient-background\";}}s:94:\".wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:18:\"has-background-dim\";i:2;s:22:\"has-background-dim-100\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:140;a:2:{i:0;a:4:{s:83:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:20:\"has-background-dim-0\";}}s:92:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:20:\"has-background-dim-0\";}}s:89:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:20:\"has-background-dim-0\";}}s:98:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:20:\"has-background-dim-0\";}}}i:1;a:1:{i:0;s:9:\"opacity:0\";}}i:141;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-10\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-10\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-10\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-10\";}}}i:1;a:1:{i:0;s:10:\"opacity:.1\";}}i:142;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-20\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-20\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-20\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-20\";}}}i:1;a:1:{i:0;s:10:\"opacity:.2\";}}i:143;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-30\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-30\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-30\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-30\";}}}i:1;a:1:{i:0;s:10:\"opacity:.3\";}}i:144;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-40\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-40\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-40\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-40\";}}}i:1;a:1:{i:0;s:10:\"opacity:.4\";}}i:145;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-50\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-50\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-50\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-50\";}}}i:1;a:1:{i:0;s:10:\"opacity:.5\";}}i:146;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-60\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-60\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-60\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-60\";}}}i:1;a:1:{i:0;s:10:\"opacity:.6\";}}i:147;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-70\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-70\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-70\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-70\";}}}i:1;a:1:{i:0;s:10:\"opacity:.7\";}}i:148;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-80\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-80\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-80\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-80\";}}}i:1;a:1:{i:0;s:10:\"opacity:.8\";}}i:149;a:2:{i:0;a:4:{s:84:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-90\";}}s:93:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-90\";}}s:90:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-90\";}}s:99:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:21:\"has-background-dim-90\";}}}i:1;a:1:{i:0;s:10:\"opacity:.9\";}}i:150;a:2:{i:0;a:4:{s:85:\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:22:\"has-background-dim-100\";}}s:94:\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:22:\"has-background-dim-100\";}}s:91:\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:26:\"wp-block-cover__background\";i:2;s:18:\"has-background-dim\";i:3;s:22:\"has-background-dim-100\";}}s:100:\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:35:\"wp-block-cover__gradient-background\";i:2;s:18:\"has-background-dim\";i:3;s:22:\"has-background-dim-100\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:151;a:2:{i:0;a:4:{s:31:\".wp-block-cover-image.alignleft\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignleft\";}}s:32:\".wp-block-cover-image.alignright\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:10:\"alignright\";}}s:25:\".wp-block-cover.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-cover.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:15:\"max-width:420px\";i:1;s:10:\"width:100%\";}}i:152;a:2:{i:0;a:6:{s:33:\".wp-block-cover-image.aligncenter\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:11:\"aligncenter\";}}s:31:\".wp-block-cover-image.alignleft\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignleft\";}}s:32:\".wp-block-cover-image.alignright\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:10:\"alignright\";}}s:27:\".wp-block-cover.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:11:\"aligncenter\";}}s:25:\".wp-block-cover.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-cover.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:153;a:2:{i:0;a:2:{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\";}}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\";}}}i:1;a:3:{i:0;s:13:\"color:inherit\";i:1;s:10:\"width:100%\";i:2;s:9:\"z-index:1\";}}i:154;a:2:{i:0;a:2:{s:64:\".has-modal-open .wp-block-cover .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:14:\"has-modal-open\";i:1;s:14:\"wp-block-cover\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:70:\".has-modal-open .wp-block-cover-image .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:14:\"has-modal-open\";i:1;s:20:\"wp-block-cover-image\";i:2;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:12:\"z-index:auto\";}}i:155;a:2:{i:0;a:2:{s:42:\".wp-block-cover-image.is-position-top-left\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:20:\"is-position-top-left\";}}s:36:\".wp-block-cover.is-position-top-left\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:20:\"is-position-top-left\";}}}i:1;a:2:{i:0;s:22:\"align-items:flex-start\";i:1;s:26:\"justify-content:flex-start\";}}i:156;a:2:{i:0;a:2:{s:44:\".wp-block-cover-image.is-position-top-center\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:22:\"is-position-top-center\";}}s:38:\".wp-block-cover.is-position-top-center\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:22:\"is-position-top-center\";}}}i:1;a:2:{i:0;s:22:\"align-items:flex-start\";i:1;s:22:\"justify-content:center\";}}i:157;a:2:{i:0;a:2:{s:43:\".wp-block-cover-image.is-position-top-right\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:21:\"is-position-top-right\";}}s:37:\".wp-block-cover.is-position-top-right\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:21:\"is-position-top-right\";}}}i:1;a:2:{i:0;s:22:\"align-items:flex-start\";i:1;s:24:\"justify-content:flex-end\";}}i:158;a:2:{i:0;a:2:{s:45:\".wp-block-cover-image.is-position-center-left\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:23:\"is-position-center-left\";}}s:39:\".wp-block-cover.is-position-center-left\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:23:\"is-position-center-left\";}}}i:1;a:2:{i:0;s:18:\"align-items:center\";i:1;s:26:\"justify-content:flex-start\";}}i:159;a:2:{i:0;a:2:{s:47:\".wp-block-cover-image.is-position-center-center\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:25:\"is-position-center-center\";}}s:41:\".wp-block-cover.is-position-center-center\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:25:\"is-position-center-center\";}}}i:1;a:2:{i:0;s:18:\"align-items:center\";i:1;s:22:\"justify-content:center\";}}i:160;a:2:{i:0;a:2:{s:46:\".wp-block-cover-image.is-position-center-right\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:24:\"is-position-center-right\";}}s:40:\".wp-block-cover.is-position-center-right\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:24:\"is-position-center-right\";}}}i:1;a:2:{i:0;s:18:\"align-items:center\";i:1;s:24:\"justify-content:flex-end\";}}i:161;a:2:{i:0;a:2:{s:45:\".wp-block-cover-image.is-position-bottom-left\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:23:\"is-position-bottom-left\";}}s:39:\".wp-block-cover.is-position-bottom-left\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:23:\"is-position-bottom-left\";}}}i:1;a:2:{i:0;s:20:\"align-items:flex-end\";i:1;s:26:\"justify-content:flex-start\";}}i:162;a:2:{i:0;a:2:{s:47:\".wp-block-cover-image.is-position-bottom-center\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:25:\"is-position-bottom-center\";}}s:41:\".wp-block-cover.is-position-bottom-center\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:25:\"is-position-bottom-center\";}}}i:1;a:2:{i:0;s:20:\"align-items:flex-end\";i:1;s:22:\"justify-content:center\";}}i:163;a:2:{i:0;a:2:{s:46:\".wp-block-cover-image.is-position-bottom-right\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:24:\"is-position-bottom-right\";}}s:40:\".wp-block-cover.is-position-bottom-right\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:24:\"is-position-bottom-right\";}}}i:1;a:2:{i:0;s:20:\"align-items:flex-end\";i:1;s:24:\"justify-content:flex-end\";}}i:164;a:2:{i:0;a:2:{s:110:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\";a:1:{i:1;a:4:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:31:\"wp-block-cover__inner-container\";}}s:104:\".wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\";a:1:{i:1;a:4:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:165;a:2:{i:0;a:12:{s:134:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:23:\"is-position-bottom-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:135:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:24:\"is-position-bottom-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:134:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:23:\"is-position-center-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:135:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:24:\"is-position-center-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:131:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:20:\"is-position-top-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:132:\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:20:\"wp-block-cover-image\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:21:\"is-position-top-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:128:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:23:\"is-position-bottom-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:129:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:24:\"is-position-bottom-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:128:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:23:\"is-position-center-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:129:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:24:\"is-position-center-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:125:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:20:\"is-position-top-left\";i:4;s:31:\"wp-block-cover__inner-container\";}}s:126:\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\";a:1:{i:1;a:5:{i:0;s:14:\"wp-block-cover\";i:1;s:27:\"has-custom-content-position\";i:2;s:27:\"has-custom-content-position\";i:3;s:21:\"is-position-top-right\";i:4;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:10:\"width:auto\";}}i:166;a:2:{i:0;a:6:{s:49:\".wp-block-cover .wp-block-cover__image-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:32:\"wp-block-cover__image-background\";}}s:58:\".wp-block-cover amp-video.wp-block-cover__video-background\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:32:\"wp-block-cover__video-background\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:60:\".wp-block-cover amp-youtube.wp-block-cover__video-background\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:32:\"wp-block-cover__video-background\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:55:\".wp-block-cover-image .wp-block-cover__image-background\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:32:\"wp-block-cover__image-background\";}}s:64:\".wp-block-cover-image amp-video.wp-block-cover__video-background\";a:2:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:32:\"wp-block-cover__video-background\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:66:\".wp-block-cover-image amp-youtube.wp-block-cover__video-background\";a:2:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:32:\"wp-block-cover__video-background\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:15:{i:0;s:11:\"border:none\";i:1;s:8:\"bottom:0\";i:2;s:15:\"box-shadow:none\";i:3;s:11:\"height:100%\";i:4;s:6:\"left:0\";i:5;s:8:\"margin:0\";i:6;s:15:\"max-height:none\";i:7;s:14:\"max-width:none\";i:8;s:16:\"object-fit:cover\";i:9;s:12:\"outline:none\";i:10;s:9:\"padding:0\";i:11;s:17:\"position:absolute\";i:12;s:7:\"right:0\";i:13;s:5:\"top:0\";i:14;s:10:\"width:100%\";}}i:167;a:2:{i:0;a:5:{s:34:\".wp-block-cover-image.has-parallax\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:12:\"has-parallax\";}}s:28:\".wp-block-cover.has-parallax\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:12:\"has-parallax\";}}s:46:\".wp-block-cover__image-background.has-parallax\";a:1:{i:1;a:2:{i:0;s:32:\"wp-block-cover__image-background\";i:1;s:12:\"has-parallax\";}}s:55:\"amp-video.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:57:\"amp-youtube.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:3:{i:0;s:27:\"background-attachment:fixed\";i:1;s:27:\"background-repeat:no-repeat\";i:2;s:21:\"background-size:cover\";}}i:168;s:42:\"@supports (-webkit-touch-callout:inherit){\";i:169;a:2:{i:0;a:5:{s:34:\".wp-block-cover-image.has-parallax\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:12:\"has-parallax\";}}s:28:\".wp-block-cover.has-parallax\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:12:\"has-parallax\";}}s:46:\".wp-block-cover__image-background.has-parallax\";a:1:{i:1;a:2:{i:0;s:32:\"wp-block-cover__image-background\";i:1;s:12:\"has-parallax\";}}s:55:\"amp-video.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:57:\"amp-youtube.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:28:\"background-attachment:scroll\";}}i:170;s:1:\"}\";i:171;s:39:\"@media (prefers-reduced-motion:reduce){\";i:172;a:2:{i:0;a:5:{s:34:\".wp-block-cover-image.has-parallax\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:12:\"has-parallax\";}}s:28:\".wp-block-cover.has-parallax\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:12:\"has-parallax\";}}s:46:\".wp-block-cover__image-background.has-parallax\";a:1:{i:1;a:2:{i:0;s:32:\"wp-block-cover__image-background\";i:1;s:12:\"has-parallax\";}}s:55:\"amp-video.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:57:\"amp-youtube.wp-block-cover__video-background.has-parallax\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:12:\"has-parallax\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:28:\"background-attachment:scroll\";}}i:173;s:1:\"}\";i:174;a:2:{i:0;a:5:{s:33:\".wp-block-cover-image.is-repeated\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:11:\"is-repeated\";}}s:27:\".wp-block-cover.is-repeated\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:11:\"is-repeated\";}}s:45:\".wp-block-cover__image-background.is-repeated\";a:1:{i:1;a:2:{i:0;s:32:\"wp-block-cover__image-background\";i:1;s:11:\"is-repeated\";}}s:54:\"amp-video.wp-block-cover__video-background.is-repeated\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:11:\"is-repeated\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:56:\"amp-youtube.wp-block-cover__video-background.is-repeated\";a:2:{i:1;a:2:{i:0;s:32:\"wp-block-cover__video-background\";i:1;s:11:\"is-repeated\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:24:\"background-repeat:repeat\";i:1;s:20:\"background-size:auto\";}}i:175;a:2:{i:0;a:2:{s:33:\".wp-block-cover__image-background\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-cover__image-background\";}}s:33:\".wp-block-cover__video-background\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-cover__video-background\";}}}i:1;a:1:{i:0;s:9:\"z-index:0\";}}i:176;a:2:{i:0;a:15:{s:26:\".wp-block-cover-image-text\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}}s:28:\".wp-block-cover-image-text a\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:35:\".wp-block-cover-image-text a:active\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:34:\".wp-block-cover-image-text a:focus\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:34:\".wp-block-cover-image-text a:hover\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-cover-image-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:20:\".wp-block-cover-text\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}}s:22:\".wp-block-cover-text a\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:29:\".wp-block-cover-text a:active\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:28:\".wp-block-cover-text a:focus\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:28:\".wp-block-cover-text a:hover\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-cover-text\";}i:0;a:1:{i:0;s:1:\"a\";}}s:31:\"section.wp-block-cover-image h2\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:2:{i:0;s:7:\"section\";i:1;s:2:\"h2\";}}s:33:\"section.wp-block-cover-image h2 a\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:3:{i:0;s:7:\"section\";i:1;s:2:\"h2\";i:2;s:1:\"a\";}}s:40:\"section.wp-block-cover-image h2 a:active\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:3:{i:0;s:7:\"section\";i:1;s:2:\"h2\";i:2;s:1:\"a\";}}s:39:\"section.wp-block-cover-image h2 a:focus\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:3:{i:0;s:7:\"section\";i:1;s:2:\"h2\";i:2;s:1:\"a\";}}s:39:\"section.wp-block-cover-image h2 a:hover\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:3:{i:0;s:7:\"section\";i:1;s:2:\"h2\";i:2;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:177;a:2:{i:0;a:1:{s:54:\".wp-block-cover-image .wp-block-cover.has-left-content\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:14:\"wp-block-cover\";i:2;s:16:\"has-left-content\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:178;a:2:{i:0;a:1:{s:55:\".wp-block-cover-image .wp-block-cover.has-right-content\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:14:\"wp-block-cover\";i:2;s:17:\"has-right-content\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:179;a:2:{i:0;a:3:{s:65:\".wp-block-cover-image.has-left-content .wp-block-cover-image-text\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:16:\"has-left-content\";i:2;s:25:\"wp-block-cover-image-text\";}}s:53:\".wp-block-cover.has-left-content .wp-block-cover-text\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:16:\"has-left-content\";i:2;s:19:\"wp-block-cover-text\";}}s:48:\"section.wp-block-cover-image.has-left-content>h2\";a:2:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:16:\"has-left-content\";}i:0;a:2:{i:0;s:7:\"section\";i:1;s:2:\"h2\";}}}i:1;a:2:{i:0;s:13:\"margin-left:0\";i:1;s:15:\"text-align:left\";}}i:180;a:2:{i:0;a:3:{s:66:\".wp-block-cover-image.has-right-content .wp-block-cover-image-text\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:17:\"has-right-content\";i:2;s:25:\"wp-block-cover-image-text\";}}s:54:\".wp-block-cover.has-right-content .wp-block-cover-text\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:17:\"has-right-content\";i:2;s:19:\"wp-block-cover-text\";}}s:49:\"section.wp-block-cover-image.has-right-content>h2\";a:2:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:17:\"has-right-content\";}i:0;a:2:{i:0;s:7:\"section\";i:1;s:2:\"h2\";}}}i:1;a:2:{i:0;s:14:\"margin-right:0\";i:1;s:16:\"text-align:right\";}}i:181;a:2:{i:0;a:3:{s:36:\".wp-block-cover .wp-block-cover-text\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:19:\"wp-block-cover-text\";}}s:48:\".wp-block-cover-image .wp-block-cover-image-text\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:25:\"wp-block-cover-image-text\";}}s:31:\"section.wp-block-cover-image>h2\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}i:0;a:2:{i:0;s:7:\"section\";i:1;s:2:\"h2\";}}}i:1;a:7:{i:0;s:13:\"font-size:2em\";i:1;s:16:\"line-height:1.25\";i:2;s:15:\"margin-bottom:0\";i:3;s:15:\"max-width:840px\";i:4;s:13:\"padding:.44em\";i:5;s:17:\"text-align:center\";i:6;s:9:\"z-index:1\";}}i:182;a:2:{i:0;a:2:{s:50:\":where(.wp-block-cover-image:not(.has-text-color))\";a:0:{}s:44:\":where(.wp-block-cover:not(.has-text-color))\";a:0:{}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:183;a:2:{i:0;a:2:{s:59:\":where(.wp-block-cover-image.is-light:not(.has-text-color))\";a:0:{}s:53:\":where(.wp-block-cover.is-light:not(.has-text-color))\";a:0:{}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:184;a:2:{i:0;a:7:{s:53:\":root :where(.wp-block-cover h1:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h2:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h3:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h4:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h5:not(.has-text-color))\";a:0:{}s:53:\":root :where(.wp-block-cover h6:not(.has-text-color))\";a:0:{}s:52:\":root :where(.wp-block-cover p:not(.has-text-color))\";a:0:{}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:185;a:2:{i:0;a:1:{s:17:\".wp-block-details\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-details\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:186;a:2:{i:0;a:1:{s:25:\".wp-block-details summary\";a:2:{i:1;a:1:{i:0;s:16:\"wp-block-details\";}i:0;a:1:{i:0;s:7:\"summary\";}}}i:1;a:1:{i:0;s:14:\"cursor:pointer\";}}i:187;a:2:{i:0;a:4:{s:25:\".wp-block-embed.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-embed\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-embed.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-embed\";i:1;s:10:\"alignright\";}}s:51:\".wp-block[data-align=left]>[data-type=\"core/embed\"]\";a:2:{i:3;a:2:{i:0;s:10:\"data-align\";i:1;s:9:\"data-type\";}i:1;a:1:{i:0;s:8:\"wp-block\";}}s:52:\".wp-block[data-align=right]>[data-type=\"core/embed\"]\";a:2:{i:3;a:2:{i:0;s:10:\"data-align\";i:1;s:9:\"data-type\";}i:1;a:1:{i:0;s:8:\"wp-block\";}}}i:1;a:2:{i:0;s:15:\"max-width:360px\";i:1;s:10:\"width:100%\";}}i:188;a:2:{i:0;a:4:{s:50:\".wp-block-embed.alignleft .wp-block-embed__wrapper\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-embed\";i:1;s:9:\"alignleft\";i:2;s:23:\"wp-block-embed__wrapper\";}}s:51:\".wp-block-embed.alignright .wp-block-embed__wrapper\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-embed\";i:1;s:10:\"alignright\";i:2;s:23:\"wp-block-embed__wrapper\";}}s:76:\".wp-block[data-align=left]>[data-type=\"core/embed\"] .wp-block-embed__wrapper\";a:2:{i:3;a:2:{i:0;s:10:\"data-align\";i:1;s:9:\"data-type\";}i:1;a:2:{i:0;s:8:\"wp-block\";i:1;s:23:\"wp-block-embed__wrapper\";}}s:77:\".wp-block[data-align=right]>[data-type=\"core/embed\"] .wp-block-embed__wrapper\";a:2:{i:3;a:2:{i:0;s:10:\"data-align\";i:1;s:9:\"data-type\";}i:1;a:2:{i:0;s:8:\"wp-block\";i:1;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:15:\"min-width:280px\";}}i:189;a:2:{i:0;a:1:{s:31:\".wp-block-cover .wp-block-embed\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:14:\"wp-block-embed\";}}}i:1;a:2:{i:0;s:16:\"min-height:240px\";i:1;s:15:\"min-width:320px\";}}i:190;a:2:{i:0;a:1:{s:15:\".wp-block-embed\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-embed\";}}}i:1;a:1:{i:0;s:24:\"overflow-wrap:break-word\";}}i:191;a:2:{i:0;a:1:{s:34:\".wp-block-embed :where(figcaption)\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-embed\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:192;a:2:{i:0;a:1:{s:26:\".wp-block-embed amp-iframe\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-embed\";}i:0;a:1:{i:0;s:10:\"amp-iframe\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:193;a:2:{i:0;a:1:{s:24:\".wp-block-embed__wrapper\";a:1:{i:1;a:1:{i:0;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:194;a:2:{i:0;a:1:{s:73:\".wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-has-aspect-ratio\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:3:{i:0;s:10:\"content:\"\"\";i:1;s:13:\"display:block\";i:2;s:15:\"padding-top:50%\";}}i:195;a:2:{i:0;a:1:{s:52:\".wp-embed-responsive .wp-has-aspect-ratio amp-iframe\";a:2:{i:1;a:2:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-has-aspect-ratio\";}i:0;a:1:{i:0;s:10:\"amp-iframe\";}}}i:1;a:7:{i:0;s:8:\"bottom:0\";i:1;s:11:\"height:100%\";i:2;s:6:\"left:0\";i:3;s:17:\"position:absolute\";i:4;s:7:\"right:0\";i:5;s:5:\"top:0\";i:6;s:10:\"width:100%\";}}i:196;a:2:{i:0;a:1:{s:74:\".wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:20:\"wp-embed-aspect-21-9\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:18:\"padding-top:42.85%\";}}i:197;a:2:{i:0;a:1:{s:74:\".wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:20:\"wp-embed-aspect-18-9\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:15:\"padding-top:50%\";}}i:198;a:2:{i:0;a:1:{s:74:\".wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:20:\"wp-embed-aspect-16-9\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:18:\"padding-top:56.25%\";}}i:199;a:2:{i:0;a:1:{s:73:\".wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-embed-aspect-4-3\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:15:\"padding-top:75%\";}}i:200;a:2:{i:0;a:1:{s:73:\".wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-embed-aspect-1-1\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:16:\"padding-top:100%\";}}i:201;a:2:{i:0;a:1:{s:74:\".wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:20:\"wp-embed-aspect-9-16\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:19:\"padding-top:177.77%\";}}i:202;a:2:{i:0;a:1:{s:73:\".wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before\";a:1:{i:1;a:3:{i:0;s:19:\"wp-embed-responsive\";i:1;s:19:\"wp-embed-aspect-1-2\";i:2;s:23:\"wp-block-embed__wrapper\";}}}i:1;a:1:{i:0;s:16:\"padding-top:200%\";}}i:203;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:1:{i:0;s:21:\"box-sizing:border-box\";}}i:204;a:2:{i:0;a:1:{s:38:\".wp-block-file:not(.wp-element-button)\";a:1:{i:1;a:1:{i:0;s:13:\"wp-block-file\";}}}i:1;a:1:{i:0;s:14:\"font-size:.8em\";}}i:205;a:2:{i:0;a:1:{s:26:\".wp-block-file.aligncenter\";a:1:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:206;a:2:{i:0;a:1:{s:25:\".wp-block-file.alignright\";a:1:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:207;a:2:{i:0;a:1:{s:39:\".wp-block-file *+.wp-block-file__button\";a:1:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}}}i:1;a:1:{i:0;s:17:\"margin-left:.75em\";}}i:208;a:2:{i:0;a:1:{s:22:\":where(.wp-block-file)\";a:0:{}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:209;a:2:{i:0;a:1:{s:21:\".wp-block-file__embed\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-file__embed\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:210;a:2:{i:0;a:1:{s:30:\":where(.wp-block-file__button)\";a:0:{}}i:1;a:3:{i:0;s:17:\"border-radius:2em\";i:1;s:20:\"display:inline-block\";i:2;s:16:\"padding:.5em 1em\";}}i:211;a:2:{i:0;a:4:{s:43:\":where(.wp-block-file__button):is(a):active\";a:0:{}s:42:\":where(.wp-block-file__button):is(a):focus\";a:0:{}s:42:\":where(.wp-block-file__button):is(a):hover\";a:0:{}s:44:\":where(.wp-block-file__button):is(a):visited\";a:0:{}}i:1;a:4:{i:0;s:15:\"box-shadow:none\";i:1;s:10:\"color:#fff\";i:2;s:11:\"opacity:.85\";i:3;s:20:\"text-decoration:none\";}}i:212;a:2:{i:0;a:1:{s:27:\".wp-block-form-input__label\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__label\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:21:\"flex-direction:column\";i:2;s:9:\"gap:.25em\";i:3;s:18:\"margin-bottom:.5em\";i:4;s:10:\"width:100%\";}}i:213;a:2:{i:0;a:1:{s:43:\".wp-block-form-input__label.is-label-inline\";a:1:{i:1;a:2:{i:0;s:26:\"wp-block-form-input__label\";i:1;s:15:\"is-label-inline\";}}}i:1;a:3:{i:0;s:18:\"align-items:center\";i:1;s:18:\"flex-direction:row\";i:2;s:8:\"gap:.5em\";}}i:214;a:2:{i:0;a:1:{s:79:\".wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content\";a:1:{i:1;a:3:{i:0;s:26:\"wp-block-form-input__label\";i:1;s:15:\"is-label-inline\";i:2;s:34:\"wp-block-form-input__label-content\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:.5em\";}}i:215;a:2:{i:0;a:1:{s:53:\".wp-block-form-input__label:has(input[type=checkbox])\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__label\";}}}i:1;a:3:{i:0;s:18:\"flex-direction:row\";i:1;s:22:\"width:-moz-fit-content\";i:2;s:17:\"width:fit-content\";}}i:216;a:2:{i:0;a:1:{s:89:\".wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content\";a:1:{i:1;a:2:{i:0;s:26:\"wp-block-form-input__label\";i:1;s:34:\"wp-block-form-input__label-content\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:217;a:2:{i:0;a:1:{s:89:\".wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox])\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__label\";}}}i:1;a:1:{i:0;s:26:\"flex-direction:row-reverse\";}}i:218;a:2:{i:0;a:1:{s:35:\".wp-block-form-input__label-content\";a:1:{i:1;a:1:{i:0;s:34:\"wp-block-form-input__label-content\";}}}i:1;a:2:{i:0;s:22:\"width:-moz-fit-content\";i:1;s:17:\"width:fit-content\";}}i:219;a:2:{i:0;a:1:{s:27:\".wp-block-form-input__input\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}}i:1;a:3:{i:0;s:13:\"font-size:1em\";i:1;s:18:\"margin-bottom:.5em\";i:2;s:14:\"padding:0 .5em\";}}i:220;a:2:{i:0;a:13:{s:38:\".wp-block-form-input__input[type=date]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:48:\".wp-block-form-input__input[type=datetime-local]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:42:\".wp-block-form-input__input[type=datetime]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:39:\".wp-block-form-input__input[type=email]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:39:\".wp-block-form-input__input[type=month]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:40:\".wp-block-form-input__input[type=number]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:42:\".wp-block-form-input__input[type=password]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:40:\".wp-block-form-input__input[type=search]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:37:\".wp-block-form-input__input[type=tel]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:38:\".wp-block-form-input__input[type=text]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:38:\".wp-block-form-input__input[type=time]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:37:\".wp-block-form-input__input[type=url]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}s:38:\".wp-block-form-input__input[type=week]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}}}i:1;a:3:{i:0;s:16:\"border:1px solid\";i:1;s:13:\"line-height:2\";i:2;s:14:\"min-height:2em\";}}i:221;a:2:{i:0;a:1:{s:35:\"textarea.wp-block-form-input__input\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-form-input__input\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:15:\"min-height:10em\";}}i:222;a:2:{i:0;a:2:{s:44:\".blocks-gallery-grid:not(.has-nested-images)\";a:1:{i:1;a:1:{i:0;s:19:\"blocks-gallery-grid\";}}s:41:\".wp-block-gallery:not(.has-nested-images)\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";i:2;s:20:\"list-style-type:none\";i:3;s:8:\"margin:0\";i:4;s:9:\"padding:0\";}}i:223;a:2:{i:0;a:4:{s:66:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}}s:65:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}}s:63:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}}s:62:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}}}i:1;a:7:{i:0;s:12:\"display:flex\";i:1;s:21:\"flex-direction:column\";i:2;s:11:\"flex-grow:1\";i:3;s:22:\"justify-content:center\";i:4;s:18:\"margin:0 1em 1em 0\";i:5;s:17:\"position:relative\";i:6;s:21:\"width:calc(50% - 1em)\";}}i:224;a:2:{i:0;a:4:{s:82:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}}s:81:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}}s:79:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}}s:78:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:225;a:2:{i:0;a:4:{s:73:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:72:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:70:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:69:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:5:{i:0;s:20:\"align-items:flex-end\";i:1;s:12:\"display:flex\";i:2;s:11:\"height:100%\";i:3;s:26:\"justify-content:flex-start\";i:4;s:8:\"margin:0\";}}i:226;a:2:{i:0;a:8:{s:74:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:73:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:74:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:71:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-img\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:72:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-anim\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:70:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-img\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:71:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-anim\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:13:\"display:block\";i:1;s:11:\"height:auto\";i:2;s:14:\"max-width:100%\";i:3;s:10:\"width:auto\";}}i:227;a:2:{i:0;a:4:{s:77:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:76:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:74:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:73:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:13:{i:0;s:80:\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\";i:1;s:8:\"bottom:0\";i:2;s:21:\"box-sizing:border-box\";i:3;s:10:\"color:#fff\";i:4;s:14:\"font-size:.8em\";i:5;s:8:\"margin:0\";i:6;s:15:\"max-height:100%\";i:7;s:13:\"overflow:auto\";i:8;s:22:\"padding:3em .77em .7em\";i:9;s:17:\"position:absolute\";i:10;s:17:\"text-align:center\";i:11;s:10:\"width:100%\";i:12;s:9:\"z-index:2\";}}i:228;a:2:{i:0;a:8:{s:85:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:7:\"amp-img\";}}s:86:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:8:\"amp-anim\";}}s:84:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:7:\"amp-img\";}}s:85:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:8:\"amp-anim\";}}s:82:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:7:\"amp-img\";}}s:83:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:8:\"amp-anim\";}}s:81:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:7:\"amp-img\";}}s:82:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}i:0;a:2:{i:0;s:10:\"figcaption\";i:1;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"display:inline\";}}i:229;a:2:{i:0;a:2:{s:55:\".blocks-gallery-grid:not(.has-nested-images) figcaption\";a:2:{i:1;a:1:{i:0;s:19:\"blocks-gallery-grid\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:52:\".wp-block-gallery:not(.has-nested-images) figcaption\";a:2:{i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:1\";}}i:230;a:2:{i:0;a:12:{s:79:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:1:\"a\";}}s:85:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:86:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:78:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:1:\"a\";}}s:84:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:85:\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:76:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:1:\"a\";}}s:82:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:83:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:20:\"blocks-gallery-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:75:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:1:\"a\";}}s:81:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:82:\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"is-cropped\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:6:\"flex:1\";i:1;s:11:\"height:100%\";i:2;s:16:\"object-fit:cover\";i:3;s:10:\"width:100%\";}}i:231;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-1\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-1\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-1\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-1\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:14:\"margin-right:0\";i:1;s:10:\"width:100%\";}}i:232;s:25:\"@media (min-width:600px){\";i:233;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-3\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-3\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-3\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-3\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:32:\"width:calc(33.33333% - .66667em)\";}}i:234;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-4\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-4\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-4\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-4\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:23:\"width:calc(25% - .75em)\";}}i:235;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-5\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-5\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-5\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-5\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:22:\"width:calc(20% - .8em)\";}}i:236;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-6\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-6\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-6\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-6\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:32:\"width:calc(16.66667% - .83333em)\";}}i:237;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-7\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-7\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-7\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-7\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:32:\"width:calc(14.28571% - .85714em)\";}}i:238;a:2:{i:0;a:4:{s:76:\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-8\";i:2;s:20:\"blocks-gallery-image\";}}s:75:\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-8\";i:2;s:19:\"blocks-gallery-item\";}}s:73:\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-8\";i:2;s:20:\"blocks-gallery-image\";}}s:72:\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-8\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:2:{i:0;s:16:\"margin-right:1em\";i:1;s:26:\"width:calc(12.5% - .875em)\";}}i:239;a:2:{i:0;a:32:{s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-1\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-1\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-2\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-2\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-3\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-3\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-4\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-4\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-5\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-5\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-6\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-6\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-7\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-7\";i:2;s:19:\"blocks-gallery-item\";}}s:92:\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-8\";i:2;s:20:\"blocks-gallery-image\";}}s:91:\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\";a:1:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"columns-8\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-1\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-1\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-2\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-2\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-3\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-3\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-4\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-4\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-5\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-5\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-6\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-6\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-7\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-7\";i:2;s:19:\"blocks-gallery-item\";}}s:89:\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-8\";i:2;s:20:\"blocks-gallery-image\";}}s:88:\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"columns-8\";i:2;s:19:\"blocks-gallery-item\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:240;s:1:\"}\";i:241;a:2:{i:0;a:4:{s:77:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:20:\"blocks-gallery-image\";}}s:76:\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:19:\"blocks-gallery-item\";}}s:74:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:20:\"blocks-gallery-image\";}}s:73:\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:242;a:2:{i:0;a:4:{s:54:\".blocks-gallery-grid:not(.has-nested-images).alignleft\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:9:\"alignleft\";}}s:55:\".blocks-gallery-grid:not(.has-nested-images).alignright\";a:1:{i:1;a:2:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:10:\"alignright\";}}s:51:\".wp-block-gallery:not(.has-nested-images).alignleft\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:9:\"alignleft\";}}s:52:\".wp-block-gallery:not(.has-nested-images).alignright\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:15:\"max-width:420px\";i:1;s:10:\"width:100%\";}}i:243;a:2:{i:0;a:2:{s:84:\".blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure\";a:2:{i:1;a:3:{i:0;s:19:\"blocks-gallery-grid\";i:1;s:11:\"aligncenter\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:81:\".wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:11:\"aligncenter\";i:2;s:19:\"blocks-gallery-item\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:244;a:2:{i:0;a:1:{s:55:\".wp-block-gallery:not(.is-cropped) .blocks-gallery-item\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:19:\"blocks-gallery-item\";}}}i:1;a:1:{i:0;s:21:\"align-self:flex-start\";}}i:245;a:2:{i:0;a:1:{s:41:\"figure.wp-block-gallery.has-nested-images\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:18:\"align-items:normal\";}}i:246;a:2:{i:0;a:1:{s:80:\".wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:65:\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) / 2)\";}}i:247;a:2:{i:0;a:1:{s:57:\".wp-block-gallery.has-nested-images figure.wp-block-image\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:7:{i:0;s:21:\"box-sizing:border-box\";i:1;s:12:\"display:flex\";i:2;s:21:\"flex-direction:column\";i:3;s:11:\"flex-grow:1\";i:4;s:22:\"justify-content:center\";i:5;s:14:\"max-width:100%\";i:6;s:17:\"position:relative\";}}i:248;a:2:{i:0;a:2:{s:59:\".wp-block-gallery.has-nested-images figure.wp-block-image>a\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:61:\".wp-block-gallery.has-nested-images figure.wp-block-image>div\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:3:\"div\";}}}i:1;a:3:{i:0;s:21:\"flex-direction:column\";i:1;s:11:\"flex-grow:1\";i:2;s:8:\"margin:0\";}}i:249;a:2:{i:0;a:2:{s:65:\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:7:\"amp-img\";}}s:66:\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:8:\"amp-anim\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:11:\"height:auto\";i:2;s:10:\"width:auto\";}}i:250;a:2:{i:0;a:2:{s:87:\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:7:\"amp-img\";}}s:88:\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:251;a:2:{i:0;a:2:{s:68:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:80:\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:5:{i:0;s:8:\"bottom:0\";i:1;s:6:\"left:0\";i:2;s:15:\"max-height:100%\";i:3;s:17:\"position:absolute\";i:4;s:7:\"right:0\";}}i:252;a:2:{i:0;a:1:{s:80:\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:7:{i:0;s:33:\"-webkit-backdrop-filter:blur(3px)\";i:1;s:25:\"backdrop-filter:blur(3px)\";i:2;s:10:\"content:\"\"\";i:3;s:11:\"height:100%\";i:4;s:63:\"-webkit-mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\";i:5;s:55:\"mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\";i:6;s:14:\"max-height:40%\";}}i:253;a:2:{i:0;a:1:{s:68:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:13:{i:0;s:61:\"background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,0))\";i:1;s:21:\"box-sizing:border-box\";i:2;s:10:\"color:#fff\";i:3;s:14:\"font-size:13px\";i:4;s:8:\"margin:0\";i:5;s:13:\"overflow:auto\";i:6;s:11:\"padding:1em\";i:7;s:43:\"scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)\";i:8;s:34:\"scrollbar-gutter:stable both-edges\";i:9;s:20:\"scrollbar-width:thin\";i:10;s:17:\"text-align:center\";i:11;s:26:\"text-shadow:0 0 1.5px #000\";i:12;s:21:\"will-change:transform\";}}i:254;a:2:{i:0;a:1:{s:87:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:2:{i:0;s:11:\"height:12px\";i:1;s:10:\"width:12px\";}}i:255;a:2:{i:0;a:1:{s:93:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:24:\"background-color:initial\";}}i:256;a:2:{i:0;a:1:{s:93:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:4:{i:0;s:27:\"background-clip:padding-box\";i:1;s:24:\"background-color:initial\";i:2;s:30:\"border:3px solid rgba(0,0,0,0)\";i:3;s:17:\"border-radius:8px\";}}i:257;a:2:{i:0;a:3:{s:106:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:99:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:99:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:37:\"background-color:rgba(255,255,255,.8)\";}}i:258;a:2:{i:0;a:3:{s:74:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:81:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:74:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:50:\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\";}}i:259;s:20:\"@media (hover:none){\";i:260;a:2:{i:0;a:1:{s:68:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:50:\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\";}}i:261;s:1:\"}\";i:262;a:2:{i:0;a:2:{s:76:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-img\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:3:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";i:2;s:7:\"amp-img\";}}s:77:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-anim\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:3:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";i:2;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"display:inline\";}}i:263;a:2:{i:0;a:1:{s:70:\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption a\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:3:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";i:2;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:264;a:2:{i:0;a:2:{s:83:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-img\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:7:\"amp-img\";}}s:84:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-anim\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:265;a:2:{i:0;a:4:{s:77:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:79:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:3:\"div\";}}s:76:\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:16:\"is-style-rounded\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:78:\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:16:\"is-style-rounded\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:3:\"div\";}}}i:1;a:1:{i:0;s:13:\"flex:1 1 auto\";}}i:266;a:2:{i:0;a:2:{s:86:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}s:85:\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:16:\"is-style-rounded\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:7:{i:0;s:15:\"background:none\";i:1;s:13:\"color:inherit\";i:2;s:12:\"flex:initial\";i:3;s:8:\"margin:0\";i:4;s:21:\"padding:10px 10px 9px\";i:5;s:17:\"position:relative\";i:6;s:16:\"text-shadow:none\";}}i:267;a:2:{i:0;a:2:{s:82:\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:17:\"has-custom-border\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:81:\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";i:3;s:16:\"is-style-rounded\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:12:\"content:none\";}}i:268;a:2:{i:0;a:1:{s:46:\".wp-block-gallery.has-nested-images figcaption\";a:2:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:3:{i:0;s:15:\"flex-basis:100%\";i:1;s:11:\"flex-grow:1\";i:2;s:17:\"text-align:center\";}}i:269;a:2:{i:0;a:1:{s:97:\".wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:2:{i:0;s:18:\"margin-bottom:auto\";i:1;s:12:\"margin-top:0\";}}i:270;a:2:{i:0;a:1:{s:91:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:18:\"align-self:inherit\";}}i:271;a:2:{i:0;a:2:{s:93:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:122:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:3:\"div\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:272;a:2:{i:0;a:3:{s:93:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:1:\"a\";}}s:99:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-img\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:7:\"amp-img\";}}s:100:\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-anim\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"is-cropped\";i:3;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:11:\"flex:1 0 0%\";i:1;s:11:\"height:100%\";i:2;s:16:\"object-fit:cover\";i:3;s:10:\"width:100%\";}}i:273;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-1\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:274;s:25:\"@media (min-width:600px){\";i:275;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-3\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:76:\"width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\";}}i:276;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-4\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:67:\"width:calc(25% - var(--wp--style--unstable-gallery-gap,16px) * .75)\";}}i:277;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-5\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:66:\"width:calc(20% - var(--wp--style--unstable-gallery-gap,16px) * .8)\";}}i:278;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-6\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:76:\"width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px) * .83333)\";}}i:279;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-7\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:76:\"width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px) * .85714)\";}}i:280;a:2:{i:0;a:1:{s:90:\".wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"columns-8\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:70:\"width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px) * .875)\";}}i:281;a:2:{i:0;a:1:{s:96:\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:15:\"columns-default\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:73:\"width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\";}}i:282;a:2:{i:0;a:2:{s:126:\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:15:\"columns-default\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}s:171:\".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)\";a:2:{i:1;a:5:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:15:\"columns-default\";i:3;s:14:\"wp-block-image\";i:4;s:14:\"wp-block-image\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:6:\"figure\";}}}i:1;a:1:{i:0;s:66:\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) * .5)\";}}i:283;a:2:{i:0;a:1:{s:119:\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child\";a:2:{i:1;a:4:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:15:\"columns-default\";i:3;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:284;s:1:\"}\";i:285;a:2:{i:0;a:2:{s:45:\".wp-block-gallery.has-nested-images.alignleft\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:9:\"alignleft\";}}s:46:\".wp-block-gallery.has-nested-images.alignright\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:15:\"max-width:420px\";i:1;s:10:\"width:100%\";}}i:286;a:2:{i:0;a:1:{s:47:\".wp-block-gallery.has-nested-images.aligncenter\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";i:2;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:287;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:21:\"box-sizing:border-box\";}}i:288;a:2:{i:0;a:1:{s:60:\":where(.wp-block-group.wp-block-group-is-layout-constrained)\";a:0:{}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:289;a:2:{i:0;a:6:{s:17:\"h1.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\"h2.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\"h3.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\"h4.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\"h5.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\"h6.has-background\";a:2:{i:1;a:1:{i:0;s:14:\"has-background\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:290;a:2:{i:0;a:12:{s:107:\"h1.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:108:\"h1.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:107:\"h2.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:108:\"h2.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:107:\"h3.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:108:\"h3.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:107:\"h4.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:108:\"h4.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:107:\"h5.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:108:\"h5.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:107:\"h6.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:2:\"h6\";}}s:108:\"h6.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:13:\"rotate:180deg\";}}i:291;a:2:{i:0;a:1:{s:17:\".wp-block-image a\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:292;a:2:{i:0;a:2:{s:23:\".wp-block-image amp-img\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:24:\".wp-block-image amp-anim\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:21:\"box-sizing:border-box\";i:1;s:11:\"height:auto\";i:2;s:14:\"max-width:100%\";i:3;s:21:\"vertical-align:bottom\";}}i:293;s:46:\"@media (prefers-reduced-motion:no-preference){\";i:294;a:2:{i:0;a:2:{s:28:\".wp-block-image amp-img.hide\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:4:\"hide\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:29:\".wp-block-image amp-anim.hide\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:4:\"hide\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:17:\"visibility:hidden\";}}i:295;a:2:{i:0;a:2:{s:28:\".wp-block-image amp-img.show\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:4:\"show\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:29:\".wp-block-image amp-anim.show\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:4:\"show\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:32:\"animation:show-content-image .4s\";}}i:296;s:1:\"}\";i:297;a:2:{i:0;a:3:{s:63:\".wp-block-image[data-amp-original-style*=border-radius] amp-img\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:64:\".wp-block-image[data-amp-original-style*=border-radius] amp-anim\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:57:\".wp-block-image[data-amp-original-style*=border-radius]>a\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:21:\"border-radius:inherit\";}}i:298;a:2:{i:0;a:2:{s:41:\".wp-block-image.has-custom-border amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:17:\"has-custom-border\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:42:\".wp-block-image.has-custom-border amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:17:\"has-custom-border\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:299;a:2:{i:0;a:1:{s:27:\".wp-block-image.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:300;a:2:{i:0;a:2:{s:27:\".wp-block-image.alignfull a\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:1:\"a\";}}s:27:\".wp-block-image.alignwide a\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:301;a:2:{i:0;a:4:{s:33:\".wp-block-image.alignfull amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:34:\".wp-block-image.alignfull amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:33:\".wp-block-image.alignwide amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:34:\".wp-block-image.alignwide amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:11:\"height:auto\";i:1;s:10:\"width:100%\";}}i:302;a:2:{i:0;a:6:{s:28:\".wp-block-image .aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}}s:26:\".wp-block-image .alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}}s:27:\".wp-block-image .alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}}s:27:\".wp-block-image.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}}s:25:\".wp-block-image.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-image.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:13:\"display:table\";}}i:303;a:2:{i:0;a:6:{s:39:\".wp-block-image .aligncenter>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:37:\".wp-block-image .alignleft>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:38:\".wp-block-image .alignright>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:38:\".wp-block-image.aligncenter>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:36:\".wp-block-image.alignleft>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}s:37:\".wp-block-image.alignright>figcaption\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:2:{i:0;s:19:\"caption-side:bottom\";i:1;s:21:\"display:table-caption\";}}i:304;a:2:{i:0;a:1:{s:26:\".wp-block-image .alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"alignleft\";}}}i:1;a:2:{i:0;s:10:\"float:left\";i:1;s:22:\"margin:.5em 1em .5em 0\";}}i:305;a:2:{i:0;a:1:{s:27:\".wp-block-image .alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:11:\"float:right\";i:1;s:22:\"margin:.5em 0 .5em 1em\";}}i:306;a:2:{i:0;a:1:{s:28:\".wp-block-image .aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:307;a:2:{i:0;a:1:{s:34:\".wp-block-image :where(figcaption)\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:308;a:2:{i:0;a:2:{s:44:\".wp-block-image.is-style-circle-mask amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:20:\"is-style-circle-mask\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:45:\".wp-block-image.is-style-circle-mask amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:20:\"is-style-circle-mask\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:20:\"border-radius:9999px\";}}i:309;s:88:\"@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){\";i:310;a:2:{i:0;a:2:{s:44:\".wp-block-image.is-style-circle-mask amp-img\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:20:\"is-style-circle-mask\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:45:\".wp-block-image.is-style-circle-mask amp-anim\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:20:\"is-style-circle-mask\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:10:{i:0;s:15:\"border-radius:0\";i:1;s:160:\"-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>\")\";i:2;s:152:\"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>\")\";i:3;s:15:\"mask-mode:alpha\";i:4;s:28:\"-webkit-mask-position:center\";i:5;s:20:\"mask-position:center\";i:6;s:29:\"-webkit-mask-repeat:no-repeat\";i:7;s:21:\"mask-repeat:no-repeat\";i:8;s:25:\"-webkit-mask-size:contain\";i:9;s:17:\"mask-size:contain\";}}i:311;s:1:\"}\";i:312;a:2:{i:0;a:1:{s:22:\".wp-block-image figure\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:6:\"figure\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:313;a:2:{i:0;a:1:{s:22:\".wp-lightbox-container\";a:1:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}}}i:1;a:3:{i:0;s:12:\"display:flex\";i:1;s:21:\"flex-direction:column\";i:2;s:17:\"position:relative\";}}i:314;a:2:{i:0;a:2:{s:30:\".wp-lightbox-container amp-img\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:31:\".wp-lightbox-container amp-anim\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"cursor:zoom-in\";}}i:315;a:2:{i:0;a:2:{s:43:\".wp-lightbox-container amp-img:hover+button\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:44:\".wp-lightbox-container amp-anim:hover+button\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:316;a:2:{i:0;a:1:{s:29:\".wp-lightbox-container button\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:19:{i:0;s:18:\"align-items:center\";i:1;s:49:\"-webkit-backdrop-filter:blur(16px) saturate(180%)\";i:2;s:41:\"backdrop-filter:blur(16px) saturate(180%)\";i:3;s:35:\"background-color:rgba(90,90,90,.25)\";i:4;s:11:\"border:none\";i:5;s:17:\"border-radius:4px\";i:6;s:14:\"cursor:zoom-in\";i:7;s:12:\"display:flex\";i:8;s:11:\"height:20px\";i:9;s:22:\"justify-content:center\";i:10;s:9:\"opacity:0\";i:11;s:9:\"padding:0\";i:12;s:17:\"position:absolute\";i:13;s:10:\"right:16px\";i:14;s:17:\"text-align:center\";i:15;s:8:\"top:16px\";i:16;s:27:\"transition:opacity .2s ease\";i:17;s:10:\"width:20px\";i:18;s:11:\"z-index:100\";}}i:317;a:2:{i:0;a:1:{s:43:\".wp-lightbox-container button:focus-visible\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:3:{i:0;s:35:\"outline:3px auto rgba(90,90,90,.25)\";i:1;s:41:\"outline:3px auto -webkit-focus-ring-color\";i:2;s:18:\"outline-offset:3px\";}}i:318;a:2:{i:0;a:1:{s:35:\".wp-lightbox-container button:hover\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:2:{i:0;s:14:\"cursor:pointer\";i:1;s:9:\"opacity:1\";}}i:319;a:2:{i:0;a:1:{s:35:\".wp-lightbox-container button:focus\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:320;a:2:{i:0;a:3:{s:35:\".wp-lightbox-container button:focus\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}s:35:\".wp-lightbox-container button:hover\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}s:75:\".wp-lightbox-container button:not(:hover):not(:active):not(.has-background)\";a:2:{i:1;a:1:{i:0;s:21:\"wp-lightbox-container\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:2:{i:0;s:35:\"background-color:rgba(90,90,90,.25)\";i:1;s:11:\"border:none\";}}i:321;a:2:{i:0;a:1:{s:20:\".wp-lightbox-overlay\";a:1:{i:1;a:1:{i:0;s:19:\"wp-lightbox-overlay\";}}}i:1;a:10:{i:0;s:21:\"box-sizing:border-box\";i:1;s:15:\"cursor:zoom-out\";i:2;s:12:\"height:100vh\";i:3;s:6:\"left:0\";i:4;s:15:\"overflow:hidden\";i:5;s:14:\"position:fixed\";i:6;s:5:\"top:0\";i:7;s:17:\"visibility:hidden\";i:8;s:10:\"width:100%\";i:9;s:14:\"z-index:100000\";}}i:322;a:2:{i:0;a:1:{s:34:\".wp-lightbox-overlay .close-button\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:12:\"close-button\";}}}i:1;a:11:{i:0;s:18:\"align-items:center\";i:1;s:14:\"cursor:pointer\";i:2;s:12:\"display:flex\";i:3;s:22:\"justify-content:center\";i:4;s:15:\"min-height:40px\";i:5;s:14:\"min-width:40px\";i:6;s:9:\"padding:0\";i:7;s:17:\"position:absolute\";i:8;s:45:\"right:calc(env(safe-area-inset-right) + 16px)\";i:9;s:41:\"top:calc(env(safe-area-inset-top) + 16px)\";i:10;s:15:\"z-index:5000000\";}}i:323;a:2:{i:0;a:3:{s:40:\".wp-lightbox-overlay .close-button:focus\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:12:\"close-button\";}}s:40:\".wp-lightbox-overlay .close-button:hover\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:12:\"close-button\";}}s:80:\".wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background)\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:12:\"close-button\";}}}i:1;a:2:{i:0;s:15:\"background:none\";i:1;s:11:\"border:none\";}}i:324;a:2:{i:0;a:1:{s:46:\".wp-lightbox-overlay .lightbox-image-container\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:24:\"lightbox-image-container\";}}}i:1;a:9:{i:0;s:43:\"height:var(--wp--lightbox-container-height)\";i:1;s:8:\"left:50%\";i:2;s:15:\"overflow:hidden\";i:3;s:17:\"position:absolute\";i:4;s:7:\"top:50%\";i:5;s:30:\"transform:translate(-50%,-50%)\";i:6;s:25:\"transform-origin:top left\";i:7;s:41:\"width:var(--wp--lightbox-container-width)\";i:8;s:18:\"z-index:9999999999\";}}i:325;a:2:{i:0;a:1:{s:36:\".wp-lightbox-overlay .wp-block-image\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:14:\"wp-block-image\";}}}i:1;a:10:{i:0;s:18:\"align-items:center\";i:1;s:21:\"box-sizing:border-box\";i:2;s:12:\"display:flex\";i:3;s:11:\"height:100%\";i:4;s:22:\"justify-content:center\";i:5;s:8:\"margin:0\";i:6;s:17:\"position:relative\";i:7;s:20:\"transform-origin:0 0\";i:8;s:10:\"width:100%\";i:9;s:15:\"z-index:3000000\";}}i:326;a:2:{i:0;a:2:{s:44:\".wp-lightbox-overlay .wp-block-image amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:45:\".wp-lightbox-overlay .wp-block-image amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:39:\"height:var(--wp--lightbox-image-height)\";i:1;s:43:\"min-height:var(--wp--lightbox-image-height)\";i:2;s:41:\"min-width:var(--wp--lightbox-image-width)\";i:3;s:37:\"width:var(--wp--lightbox-image-width)\";}}i:327;a:2:{i:0;a:1:{s:47:\".wp-lightbox-overlay .wp-block-image figcaption\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:14:\"wp-block-image\";}i:0;a:1:{i:0;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:328;a:2:{i:0;a:1:{s:27:\".wp-lightbox-overlay button\";a:2:{i:1;a:1:{i:0;s:19:\"wp-lightbox-overlay\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:2:{i:0;s:15:\"background:none\";i:1;s:11:\"border:none\";}}i:329;a:2:{i:0;a:1:{s:27:\".wp-lightbox-overlay .scrim\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:5:\"scrim\";}}}i:1;a:6:{i:0;s:21:\"background-color:#fff\";i:1;s:11:\"height:100%\";i:2;s:10:\"opacity:.9\";i:3;s:17:\"position:absolute\";i:4;s:10:\"width:100%\";i:5;s:15:\"z-index:2000000\";}}i:330;a:2:{i:0;a:1:{s:27:\".wp-lightbox-overlay.active\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:6:\"active\";}}}i:1;a:2:{i:0;s:38:\"animation:turn-on-visibility .25s both\";i:1;s:18:\"visibility:visible\";}}i:331;a:2:{i:0;a:2:{s:35:\".wp-lightbox-overlay.active amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:6:\"active\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:36:\".wp-lightbox-overlay.active amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:6:\"active\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:38:\"animation:turn-on-visibility .35s both\";}}i:332;a:2:{i:0;a:1:{s:56:\".wp-lightbox-overlay.show-closing-animation:not(.active)\";a:1:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:22:\"show-closing-animation\";}}}i:1;a:1:{i:0;s:39:\"animation:turn-off-visibility .35s both\";}}i:333;a:2:{i:0;a:2:{s:64:\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:22:\"show-closing-animation\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:65:\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:22:\"show-closing-animation\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:39:\"animation:turn-off-visibility .25s both\";}}i:334;s:46:\"@media (prefers-reduced-motion:no-preference){\";i:335;a:2:{i:0;a:1:{s:32:\".wp-lightbox-overlay.zoom.active\";a:1:{i:1;a:3:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";}}}i:1;a:3:{i:0;s:14:\"animation:none\";i:1;s:9:\"opacity:1\";i:2;s:18:\"visibility:visible\";}}i:336;a:2:{i:0;a:1:{s:58:\".wp-lightbox-overlay.zoom.active .lightbox-image-container\";a:1:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";i:3;s:24:\"lightbox-image-container\";}}}i:1;a:1:{i:0;s:30:\"animation:lightbox-zoom-in .4s\";}}i:337;a:2:{i:0;a:2:{s:66:\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-img\";a:2:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";i:3;s:24:\"lightbox-image-container\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:67:\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-anim\";a:2:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";i:3;s:24:\"lightbox-image-container\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"animation:none\";}}i:338;a:2:{i:0;a:1:{s:39:\".wp-lightbox-overlay.zoom.active .scrim\";a:1:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:6:\"active\";i:3;s:5:\"scrim\";}}}i:1;a:1:{i:0;s:41:\"animation:turn-on-visibility .4s forwards\";}}i:339;a:2:{i:0;a:1:{s:61:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active)\";a:1:{i:1;a:3:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";}}}i:1;a:1:{i:0;s:14:\"animation:none\";}}i:340;a:2:{i:0;a:1:{s:87:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container\";a:1:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";i:3;s:24:\"lightbox-image-container\";}}}i:1;a:1:{i:0;s:31:\"animation:lightbox-zoom-out .4s\";}}i:341;a:2:{i:0;a:2:{s:95:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-img\";a:2:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";i:3;s:24:\"lightbox-image-container\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:96:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-anim\";a:2:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";i:3;s:24:\"lightbox-image-container\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:14:\"animation:none\";}}i:342;a:2:{i:0;a:1:{s:68:\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim\";a:1:{i:1;a:4:{i:0;s:19:\"wp-lightbox-overlay\";i:1;s:4:\"zoom\";i:2;s:22:\"show-closing-animation\";i:3;s:5:\"scrim\";}}}i:1;a:1:{i:0;s:42:\"animation:turn-off-visibility .4s forwards\";}}i:343;s:1:\"}\";i:344;s:30:\"@keyframes show-content-image{\";i:345;s:21:\"0%{visibility:hidden}\";i:346;s:22:\"99%{visibility:hidden}\";i:347;s:22:\"to{visibility:visible}\";i:348;s:31:\"}@keyframes turn-on-visibility{\";i:349;s:13:\"0%{opacity:0}\";i:350;s:13:\"to{opacity:1}\";i:351;s:32:\"}@keyframes turn-off-visibility{\";i:352;s:32:\"0%{opacity:1;visibility:visible}\";i:353;s:33:\"99%{opacity:0;visibility:visible}\";i:354;s:31:\"to{opacity:0;visibility:hidden}\";i:355;s:29:\"}@keyframes lightbox-zoom-in{\";i:356;s:215:\"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))}\";i:357;s:43:\"to{transform:translate(-50%,-50%) scale(1)}\";i:358;s:30:\"}@keyframes lightbox-zoom-out{\";i:359;s:62:\"0%{transform:translate(-50%,-50%) scale(1);visibility:visible}\";i:360;s:23:\"99%{visibility:visible}\";i:361;s:233:\"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}\";i:362;s:1:\"}\";i:363;a:2:{i:0;a:1:{s:27:\"ol.wp-block-latest-comments\";a:2:{i:1;a:1:{i:0;s:24:\"wp-block-latest-comments\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"margin-left:0\";}}i:364;a:2:{i:0;a:1:{s:112:\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment))\";a:0:{}}i:1;a:1:{i:0;s:15:\"line-height:1.1\";}}i:365;a:2:{i:0;a:1:{s:122:\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p))\";a:0:{}}i:1;a:1:{i:0;s:15:\"line-height:1.8\";}}i:366;a:2:{i:0;a:2:{s:88:\".has-dates :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\";a:1:{i:1;a:1:{i:0;s:9:\"has-dates\";}}s:91:\".has-excerpts :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\";a:1:{i:1;a:1:{i:0;s:12:\"has-excerpts\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.5\";}}i:367;a:2:{i:0;a:1:{s:51:\".wp-block-latest-comments .wp-block-latest-comments\";a:1:{i:1;a:2:{i:0;s:24:\"wp-block-latest-comments\";i:1;s:24:\"wp-block-latest-comments\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:368;a:2:{i:0;a:1:{s:34:\".wp-block-latest-comments__comment\";a:1:{i:1;a:1:{i:0;s:33:\"wp-block-latest-comments__comment\";}}}i:1;a:2:{i:0;s:15:\"list-style:none\";i:1;s:17:\"margin-bottom:1em\";}}i:369;a:2:{i:0;a:1:{s:47:\".has-avatars .wp-block-latest-comments__comment\";a:1:{i:1;a:2:{i:0;s:11:\"has-avatars\";i:1;s:33:\"wp-block-latest-comments__comment\";}}}i:1;a:2:{i:0;s:15:\"list-style:none\";i:1;s:17:\"min-height:2.25em\";}}i:370;a:2:{i:0;a:2:{s:90:\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt\";a:1:{i:1;a:3:{i:0;s:11:\"has-avatars\";i:1;s:33:\"wp-block-latest-comments__comment\";i:2;s:41:\"wp-block-latest-comments__comment-excerpt\";}}s:87:\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta\";a:1:{i:1;a:3:{i:0;s:11:\"has-avatars\";i:1;s:33:\"wp-block-latest-comments__comment\";i:2;s:38:\"wp-block-latest-comments__comment-meta\";}}}i:1;a:1:{i:0;s:18:\"margin-left:3.25em\";}}i:371;a:2:{i:0;a:1:{s:44:\".wp-block-latest-comments__comment-excerpt p\";a:2:{i:1;a:1:{i:0;s:41:\"wp-block-latest-comments__comment-excerpt\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:16:\"font-size:.875em\";i:1;s:20:\"margin:.36em 0 1.4em\";}}i:372;a:2:{i:0;a:1:{s:39:\".wp-block-latest-comments__comment-date\";a:1:{i:1;a:1:{i:0;s:38:\"wp-block-latest-comments__comment-date\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:15:\"font-size:.75em\";}}i:373;a:2:{i:0;a:2:{s:33:\".wp-block-latest-comments .avatar\";a:1:{i:1;a:2:{i:0;s:24:\"wp-block-latest-comments\";i:1;s:6:\"avatar\";}}s:41:\".wp-block-latest-comments__comment-avatar\";a:1:{i:1;a:1:{i:0;s:40:\"wp-block-latest-comments__comment-avatar\";}}}i:1;a:6:{i:0;s:19:\"border-radius:1.5em\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:12:\"height:2.5em\";i:4;s:18:\"margin-right:.75em\";i:5;s:11:\"width:2.5em\";}}i:374;a:2:{i:0;a:2:{s:46:\".wp-block-latest-comments[class*=-font-size] a\";a:3:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:24:\"wp-block-latest-comments\";}i:0;a:1:{i:0;s:1:\"a\";}}s:63:\".wp-block-latest-comments[data-amp-original-style*=font-size] a\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:24:\"wp-block-latest-comments\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:17:\"font-size:inherit\";}}i:375;a:2:{i:0;a:1:{s:22:\".wp-block-latest-posts\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-latest-posts\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:376;a:2:{i:0;a:1:{s:32:\".wp-block-latest-posts.alignleft\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:16:\"margin-right:2em\";}}i:377;a:2:{i:0;a:1:{s:33:\".wp-block-latest-posts.alignright\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:15:\"margin-left:2em\";}}i:378;a:2:{i:0;a:1:{s:50:\".wp-block-latest-posts.wp-block-latest-posts__list\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:27:\"wp-block-latest-posts__list\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:379;a:2:{i:0;a:1:{s:53:\".wp-block-latest-posts.wp-block-latest-posts__list li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:27:\"wp-block-latest-posts__list\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:10:\"clear:both\";i:1;s:24:\"overflow-wrap:break-word\";}}i:380;a:2:{i:0;a:1:{s:30:\".wp-block-latest-posts.is-grid\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:7:\"is-grid\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";}}i:381;a:2:{i:0;a:1:{s:33:\".wp-block-latest-posts.is-grid li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:7:\"is-grid\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:24:\"margin:0 1.25em 1.25em 0\";i:1;s:10:\"width:100%\";}}i:382;s:25:\"@media (min-width:600px){\";i:383;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-2 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-2\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:24:\"width:calc(50% - .625em)\";}}i:384;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-2 li:nth-child(2n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-2\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:385;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-3 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-3\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:32:\"width:calc(33.33333% - .83333em)\";}}i:386;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-3 li:nth-child(3n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-3\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:387;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-4 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-4\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:25:\"width:calc(25% - .9375em)\";}}i:388;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-4 li:nth-child(4n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-4\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:389;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-5 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-5\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(20% - 1em)\";}}i:390;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-5 li:nth-child(5n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-5\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:391;a:2:{i:0;a:1:{s:35:\".wp-block-latest-posts.columns-6 li\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-6\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:33:\"width:calc(16.66667% - 1.04167em)\";}}i:392;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts.columns-6 li:nth-child(6n)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-latest-posts\";i:1;s:9:\"columns-6\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:393;s:1:\"}\";i:394;a:2:{i:0;a:1:{s:44:\":root :where(.wp-block-latest-posts.is-grid)\";a:0:{}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:395;a:2:{i:0;a:1:{s:64:\":root :where(.wp-block-latest-posts.wp-block-latest-posts__list)\";a:0:{}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:396;a:2:{i:0;a:2:{s:35:\".wp-block-latest-posts__post-author\";a:1:{i:1;a:1:{i:0;s:34:\"wp-block-latest-posts__post-author\";}}s:33:\".wp-block-latest-posts__post-date\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-latest-posts__post-date\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:17:\"font-size:.8125em\";}}i:397;a:2:{i:0;a:1:{s:36:\".wp-block-latest-posts__post-excerpt\";a:1:{i:1;a:1:{i:0;s:35:\"wp-block-latest-posts__post-excerpt\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:398;a:2:{i:0;a:1:{s:40:\".wp-block-latest-posts__featured-image a\";a:2:{i:1;a:1:{i:0;s:37:\"wp-block-latest-posts__featured-image\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:399;a:2:{i:0;a:2:{s:46:\".wp-block-latest-posts__featured-image amp-img\";a:2:{i:1;a:1:{i:0;s:37:\"wp-block-latest-posts__featured-image\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:47:\".wp-block-latest-posts__featured-image amp-anim\";a:2:{i:1;a:1:{i:0;s:37:\"wp-block-latest-posts__featured-image\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:3:{i:0;s:11:\"height:auto\";i:1;s:14:\"max-width:100%\";i:2;s:10:\"width:auto\";}}i:400;a:2:{i:0;a:1:{s:48:\".wp-block-latest-posts__featured-image.alignleft\";a:1:{i:1;a:2:{i:0;s:37:\"wp-block-latest-posts__featured-image\";i:1;s:9:\"alignleft\";}}}i:1;a:2:{i:0;s:10:\"float:left\";i:1;s:16:\"margin-right:1em\";}}i:401;a:2:{i:0;a:1:{s:49:\".wp-block-latest-posts__featured-image.alignright\";a:1:{i:1;a:2:{i:0;s:37:\"wp-block-latest-posts__featured-image\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:11:\"float:right\";i:1;s:15:\"margin-left:1em\";}}i:402;a:2:{i:0;a:1:{s:50:\".wp-block-latest-posts__featured-image.aligncenter\";a:1:{i:1;a:2:{i:0;s:37:\"wp-block-latest-posts__featured-image\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:17:\"text-align:center\";}}i:403;a:2:{i:0;a:2:{s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:404;a:2:{i:0;a:1:{s:43:\":root :where(.wp-block-list.has-background)\";a:0:{}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:405;a:2:{i:0;a:2:{s:18:\".wp-block-loginout\";a:1:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}}s:20:\".wp-block-media-text\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-media-text\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:406;a:2:{i:0;a:1:{s:20:\".wp-block-media-text\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-media-text\";}}}i:1;a:4:{i:0;s:13:\"direction:ltr\";i:1;s:12:\"display:grid\";i:2;s:29:\"grid-template-columns:50% 1fr\";i:3;s:23:\"grid-template-rows:auto\";}}i:407;a:2:{i:0;a:1:{s:43:\".wp-block-media-text.has-media-on-the-right\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:22:\"has-media-on-the-right\";}}}i:1;a:1:{i:0;s:29:\"grid-template-columns:1fr 50%\";}}i:408;a:2:{i:0;a:2:{s:76:\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:25:\"is-vertically-aligned-top\";i:2;s:28:\"wp-block-media-text__content\";}}s:74:\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:25:\"is-vertically-aligned-top\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:1:{i:0;s:16:\"align-self:start\";}}i:409;a:2:{i:0;a:4:{s:79:\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"is-vertically-aligned-center\";i:2;s:28:\"wp-block-media-text__content\";}}s:77:\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"is-vertically-aligned-center\";i:2;s:26:\"wp-block-media-text__media\";}}s:50:\".wp-block-media-text>.wp-block-media-text__content\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"wp-block-media-text__content\";}}s:48:\".wp-block-media-text>.wp-block-media-text__media\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}}}i:1;a:1:{i:0;s:17:\"align-self:center\";}}i:410;a:2:{i:0;a:2:{s:79:\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"is-vertically-aligned-bottom\";i:2;s:28:\"wp-block-media-text__content\";}}s:77:\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"is-vertically-aligned-bottom\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:1:{i:0;s:14:\"align-self:end\";}}i:411;a:2:{i:0;a:1:{s:48:\".wp-block-media-text>.wp-block-media-text__media\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}}}i:1;a:3:{i:0;s:13:\"grid-column:1\";i:1;s:10:\"grid-row:1\";i:2;s:8:\"margin:0\";}}i:412;a:2:{i:0;a:1:{s:50:\".wp-block-media-text>.wp-block-media-text__content\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:28:\"wp-block-media-text__content\";}}}i:1;a:5:{i:0;s:13:\"direction:ltr\";i:1;s:13:\"grid-column:2\";i:2;s:10:\"grid-row:1\";i:3;s:12:\"padding:0 8%\";i:4;s:21:\"word-break:break-word\";}}i:413;a:2:{i:0;a:1:{s:71:\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:22:\"has-media-on-the-right\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:2:{i:0;s:13:\"grid-column:2\";i:1;s:10:\"grid-row:1\";}}i:414;a:2:{i:0;a:1:{s:73:\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:22:\"has-media-on-the-right\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:2:{i:0;s:13:\"grid-column:1\";i:1;s:10:\"grid-row:1\";}}i:415;a:2:{i:0;a:1:{s:29:\".wp-block-media-text__media a\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:416;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:4:{i:0;s:11:\"height:auto\";i:1;s:15:\"max-width:unset\";i:2;s:21:\"vertical-align:middle\";i:3;s:10:\"width:100%\";}}i:417;a:2:{i:0;a:1:{s:62:\".wp-block-media-text.is-image-fill>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:13:\"is-image-fill\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:3:{i:0;s:21:\"background-size:cover\";i:1;s:11:\"height:100%\";i:2;s:16:\"min-height:250px\";}}i:418;a:2:{i:0;a:1:{s:64:\".wp-block-media-text.is-image-fill>.wp-block-media-text__media>a\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:13:\"is-image-fill\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:11:\"height:100%\";}}i:419;a:2:{i:0;a:2:{s:70:\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-img\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:13:\"is-image-fill\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:71:\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-anim\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:13:\"is-image-fill\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:8:{i:0;s:10:\"height:1px\";i:1;s:11:\"margin:-1px\";i:2;s:15:\"overflow:hidden\";i:3;s:9:\"padding:0\";i:4;s:17:\"position:absolute\";i:5;s:9:\"width:1px\";i:6;s:18:\"clip:rect(0,0,0,0)\";i:7;s:8:\"border:0\";}}i:420;a:2:{i:0;a:1:{s:70:\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:21:\"is-image-fill-element\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:3:{i:0;s:11:\"height:100%\";i:1;s:16:\"min-height:250px\";i:2;s:17:\"position:relative\";}}i:421;a:2:{i:0;a:1:{s:72:\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:21:\"is-image-fill-element\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:11:\"height:100%\";}}i:422;a:2:{i:0;a:2:{s:78:\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-img\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:21:\"is-image-fill-element\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:79:\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-anim\";a:2:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:21:\"is-image-fill-element\";i:2;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:11:\"height:100%\";i:1;s:16:\"object-fit:cover\";i:2;s:17:\"position:absolute\";i:3;s:10:\"width:100%\";}}i:423;s:25:\"@media (max-width:600px){\";i:424;a:2:{i:0;a:1:{s:61:\".wp-block-media-text.is-stacked-on-mobile:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:20:\"is-stacked-on-mobile\";}}}i:1;a:1:{i:0;s:26:\"grid-template-columns:100%\";}}i:425;a:2:{i:0;a:1:{s:69:\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:20:\"is-stacked-on-mobile\";i:2;s:26:\"wp-block-media-text__media\";}}}i:1;a:2:{i:0;s:13:\"grid-column:1\";i:1;s:10:\"grid-row:1\";}}i:426;a:2:{i:0;a:1:{s:71:\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:20:\"is-stacked-on-mobile\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:2:{i:0;s:13:\"grid-column:1\";i:1;s:10:\"grid-row:2\";}}i:427;s:1:\"}\";i:428;a:2:{i:0;a:1:{s:20:\".wp-block-navigation\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}}}i:1;a:6:{i:0;s:17:\"position:relative\";i:1;s:52:\"--navigation-layout-justification-setting:flex-start\";i:2;s:33:\"--navigation-layout-direction:row\";i:3;s:29:\"--navigation-layout-wrap:wrap\";i:4;s:38:\"--navigation-layout-justify:flex-start\";i:5;s:32:\"--navigation-layout-align:center\";}}i:429;a:2:{i:0;a:1:{s:23:\".wp-block-navigation ul\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:15:\"margin-bottom:0\";i:1;s:13:\"margin-left:0\";i:2;s:12:\"margin-top:0\";i:3;s:14:\"padding-left:0\";}}i:430;a:2:{i:0;a:2:{s:23:\".wp-block-navigation ul\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:26:\".wp-block-navigation ul li\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"list-style:none\";i:1;s:9:\"padding:0\";}}i:431;a:2:{i:0;a:1:{s:46:\".wp-block-navigation .wp-block-navigation-item\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:24:\"wp-block-navigation-item\";}}}i:1;a:3:{i:0;s:18:\"align-items:center\";i:1;s:12:\"display:flex\";i:2;s:17:\"position:relative\";}}i:432;a:2:{i:0;a:1:{s:92:\".wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:24:\"wp-block-navigation-item\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:433;a:2:{i:0;a:1:{s:55:\".wp-block-navigation .wp-block-navigation-item__content\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:434;a:2:{i:0;a:1:{s:89:\".wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:33:\"wp-block-navigation-item__content\";i:2;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:435;a:2:{i:0;a:3:{s:85:\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"has-text-decoration-underline\";i:2;s:33:\"wp-block-navigation-item__content\";}}s:92:\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"has-text-decoration-underline\";i:2;s:33:\"wp-block-navigation-item__content\";}}s:91:\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"has-text-decoration-underline\";i:2;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:25:\"text-decoration:underline\";}}i:436;a:2:{i:0;a:3:{s:88:\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:32:\"has-text-decoration-line-through\";i:2;s:33:\"wp-block-navigation-item__content\";}}s:95:\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:32:\"has-text-decoration-line-through\";i:2;s:33:\"wp-block-navigation-item__content\";}}s:94:\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:32:\"has-text-decoration-line-through\";i:2;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:28:\"text-decoration:line-through\";}}i:437;a:2:{i:0;a:3:{s:30:\".wp-block-navigation :where(a)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}}s:37:\".wp-block-navigation :where(a:active)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}}s:36:\".wp-block-navigation :where(a:focus)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:438;a:2:{i:0;a:1:{s:55:\".wp-block-navigation .wp-block-navigation__submenu-icon\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:11:{i:0;s:17:\"align-self:center\";i:1;s:24:\"background-color:inherit\";i:2;s:11:\"border:none\";i:3;s:18:\"color:currentColor\";i:4;s:20:\"display:inline-block\";i:5;s:17:\"font-size:inherit\";i:6;s:11:\"height:.6em\";i:7;s:13:\"line-height:0\";i:8;s:17:\"margin-left:.25em\";i:9;s:9:\"padding:0\";i:10;s:10:\"width:.6em\";}}i:439;a:2:{i:0;a:1:{s:59:\".wp-block-navigation .wp-block-navigation__submenu-icon svg\";a:2:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:33:\"wp-block-navigation__submenu-icon\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:5:{i:0;s:20:\"display:inline-block\";i:1;s:19:\"stroke:currentColor\";i:2;s:14:\"height:inherit\";i:3;s:17:\"margin-top:.075em\";i:4;s:13:\"width:inherit\";}}i:440;a:2:{i:0;a:1:{s:32:\".wp-block-navigation.is-vertical\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:11:\"is-vertical\";}}}i:1;a:3:{i:0;s:36:\"--navigation-layout-direction:column\";i:1;s:35:\"--navigation-layout-justify:initial\";i:2;s:36:\"--navigation-layout-align:flex-start\";}}i:441;a:2:{i:0;a:1:{s:28:\".wp-block-navigation.no-wrap\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:7:\"no-wrap\";}}}i:1;a:1:{i:0;s:31:\"--navigation-layout-wrap:nowrap\";}}i:442;a:2:{i:0;a:1:{s:43:\".wp-block-navigation.items-justified-center\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:22:\"items-justified-center\";}}}i:1;a:2:{i:0;s:48:\"--navigation-layout-justification-setting:center\";i:1;s:34:\"--navigation-layout-justify:center\";}}i:443;a:2:{i:0;a:1:{s:55:\".wp-block-navigation.items-justified-center.is-vertical\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:22:\"items-justified-center\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:32:\"--navigation-layout-align:center\";}}i:444;a:2:{i:0;a:1:{s:42:\".wp-block-navigation.items-justified-right\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";}}}i:1;a:2:{i:0;s:50:\"--navigation-layout-justification-setting:flex-end\";i:1;s:36:\"--navigation-layout-justify:flex-end\";}}i:445;a:2:{i:0;a:1:{s:54:\".wp-block-navigation.items-justified-right.is-vertical\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:11:\"is-vertical\";}}}i:1;a:1:{i:0;s:34:\"--navigation-layout-align:flex-end\";}}i:446;a:2:{i:0;a:1:{s:50:\".wp-block-navigation.items-justified-space-between\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";}}}i:1;a:2:{i:0;s:55:\"--navigation-layout-justification-setting:space-between\";i:1;s:41:\"--navigation-layout-justify:space-between\";}}i:447;a:2:{i:0;a:1:{s:71:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:15:{i:0;s:18:\"align-items:normal\";i:1;s:24:\"background-color:inherit\";i:2;s:13:\"color:inherit\";i:3;s:12:\"display:flex\";i:4;s:21:\"flex-direction:column\";i:5;s:8:\"height:0\";i:6;s:9:\"left:-1px\";i:7;s:9:\"opacity:0\";i:8;s:15:\"overflow:hidden\";i:9;s:17:\"position:absolute\";i:10;s:8:\"top:100%\";i:11;s:29:\"transition:opacity .1s linear\";i:12;s:17:\"visibility:hidden\";i:13;s:7:\"width:0\";i:14;s:9:\"z-index:2\";}}i:448;a:2:{i:0;a:1:{s:132:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:24:\"wp-block-navigation-item\";i:4;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:11:\"flex-grow:1\";}}i:449;a:2:{i:0;a:1:{s:167:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:24:\"wp-block-navigation-item\";i:4;s:33:\"wp-block-navigation-item__content\";i:5;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:14:\"margin-right:0\";}}i:450;a:2:{i:0;a:1:{s:106:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:451;s:25:\"@media (min-width:782px){\";i:452;a:2:{i:0;a:1:{s:111:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:100%\";i:1;s:8:\"top:-1px\";}}i:453;a:2:{i:0;a:1:{s:118:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:7:{i:0;s:24:\"background:rgba(0,0,0,0)\";i:1;s:10:\"content:\"\"\";i:2;s:13:\"display:block\";i:3;s:11:\"height:100%\";i:4;s:17:\"position:absolute\";i:5;s:10:\"right:100%\";i:6;s:10:\"width:.5em\";}}i:454;a:2:{i:0;a:1:{s:106:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:1:{i:0;s:18:\"margin-right:.25em\";}}i:455;a:2:{i:0;a:1:{s:110:\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg\";a:2:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:33:\"wp-block-navigation__submenu-icon\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:24:\"transform:rotate(-90deg)\";}}i:456;s:1:\"}\";i:457;a:2:{i:0;a:3:{s:128:\".wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container\";a:2:{i:3;a:1:{i:0;s:13:\"aria-expanded\";}i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:35:\"wp-block-navigation-submenu__toggle\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}s:97:\".wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}s:130:\".wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:9:\"has-child\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:6:{i:0;s:11:\"height:auto\";i:1;s:15:\"min-width:200px\";i:2;s:9:\"opacity:1\";i:3;s:16:\"overflow:visible\";i:4;s:18:\"visibility:visible\";i:5;s:10:\"width:auto\";}}i:458;a:2:{i:0;a:1:{s:86:\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:4:{i:0;s:19:\"wp-block-navigation\";i:1;s:14:\"has-background\";i:2;s:9:\"has-child\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:6:\"left:0\";i:1;s:8:\"top:100%\";}}i:459;s:25:\"@media (min-width:782px){\";i:460;a:2:{i:0;a:1:{s:126:\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:14:\"has-background\";i:2;s:9:\"has-child\";i:3;s:38:\"wp-block-navigation__submenu-container\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:100%\";i:1;s:5:\"top:0\";}}i:461;s:1:\"}\";i:462;a:2:{i:0;a:1:{s:28:\".wp-block-navigation-submenu\";a:1:{i:1;a:1:{i:0;s:27:\"wp-block-navigation-submenu\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:17:\"position:relative\";}}i:463;a:2:{i:0;a:1:{s:67:\".wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-navigation-submenu\";i:1;s:33:\"wp-block-navigation__submenu-icon\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:19:\"stroke:currentColor\";}}i:464;a:2:{i:0;a:1:{s:40:\"button.wp-block-navigation-item__content\";a:2:{i:1;a:1:{i:0;s:33:\"wp-block-navigation-item__content\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:11:{i:0;s:24:\"background-color:initial\";i:1;s:11:\"border:none\";i:2;s:18:\"color:currentColor\";i:3;s:19:\"font-family:inherit\";i:4;s:17:\"font-size:inherit\";i:5;s:18:\"font-style:inherit\";i:6;s:19:\"font-weight:inherit\";i:7;s:22:\"letter-spacing:inherit\";i:8;s:19:\"line-height:inherit\";i:9;s:15:\"text-align:left\";i:10;s:22:\"text-transform:inherit\";}}i:465;a:2:{i:0;a:1:{s:36:\".wp-block-navigation-submenu__toggle\";a:1:{i:1;a:1:{i:0;s:35:\"wp-block-navigation-submenu__toggle\";}}}i:1;a:1:{i:0;s:14:\"cursor:pointer\";}}i:466;a:2:{i:0;a:1:{s:76:\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle\";a:1:{i:1;a:3:{i:0;s:24:\"wp-block-navigation-item\";i:1;s:13:\"open-on-click\";i:2;s:35:\"wp-block-navigation-submenu__toggle\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:19:\"padding-right:.85em\";}}i:467;a:2:{i:0;a:1:{s:111:\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon\";a:1:{i:1;a:4:{i:0;s:24:\"wp-block-navigation-item\";i:1;s:13:\"open-on-click\";i:2;s:35:\"wp-block-navigation-submenu__toggle\";i:3;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:2:{i:0;s:17:\"margin-left:-.6em\";i:1;s:19:\"pointer-events:none\";}}i:468;a:2:{i:0;a:1:{s:122:\".wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)\";a:2:{i:1;a:3:{i:0;s:24:\"wp-block-navigation-item\";i:1;s:13:\"open-on-click\";i:2;s:33:\"wp-block-navigation-item__content\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:469;a:2:{i:0;a:6:{s:40:\".wp-block-navigation .wp-block-page-list\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:18:\"wp-block-page-list\";}}s:31:\".wp-block-navigation__container\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-navigation__container\";}}s:38:\".wp-block-navigation__responsive-close\";a:1:{i:1;a:1:{i:0;s:37:\"wp-block-navigation__responsive-close\";}}s:42:\".wp-block-navigation__responsive-container\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}s:50:\".wp-block-navigation__responsive-container-content\";a:1:{i:1;a:1:{i:0;s:49:\"wp-block-navigation__responsive-container-content\";}}s:39:\".wp-block-navigation__responsive-dialog\";a:1:{i:1;a:1:{i:0;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:11:\"gap:inherit\";}}i:470;a:2:{i:0;a:2:{s:95:\":where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button))\";a:0:{}s:98:\":where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button))\";a:0:{}}i:1;a:1:{i:0;s:16:\"padding:.5em 1em\";}}i:471;a:2:{i:0;a:4:{s:120:\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button))\";a:0:{}s:123:\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button))\";a:0:{}s:138:\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content)\";a:0:{}s:136:\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content)\";a:0:{}}i:1;a:1:{i:0;s:16:\"padding:.5em 1em\";}}i:472;a:2:{i:0;a:4:{s:125:\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}s:113:\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}s:132:\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}s:144:\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:7:\"right:0\";}}i:473;a:2:{i:0;a:4:{s:165:\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:153:\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:172:\".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\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:184:\".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\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:-1px\";i:1;s:10:\"right:-1px\";}}i:474;s:25:\"@media (min-width:782px){\";i:475;a:2:{i:0;a:4:{s:165:\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:153:\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:21:\"items-justified-right\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:172:\".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\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:18:\"wp-block-page-list\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}s:184:\".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\";a:1:{i:1;a:6:{i:0;s:19:\"wp-block-navigation\";i:1;s:29:\"items-justified-space-between\";i:2;s:30:\"wp-block-navigation__container\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:10:\"right:100%\";}}i:476;s:1:\"}\";i:477;a:2:{i:0;a:1:{s:81:\".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:21:\"background-color:#fff\";i:1;s:32:\"border:1px solid rgba(0,0,0,.15)\";}}i:478;a:2:{i:0;a:1:{s:75:\".wp-block-navigation.has-background .wp-block-navigation__submenu-container\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:14:\"has-background\";i:2;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:24:\"background-color:inherit\";}}i:479;a:2:{i:0;a:1:{s:81:\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:480;a:2:{i:0;a:1:{s:31:\".wp-block-navigation__container\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-navigation__container\";}}}i:1;a:8:{i:0;s:50:\"align-items:var(--navigation-layout-align,initial)\";i:1;s:12:\"display:flex\";i:2;s:57:\"flex-direction:var(--navigation-layout-direction,initial)\";i:3;s:44:\"flex-wrap:var(--navigation-layout-wrap,wrap)\";i:4;s:56:\"justify-content:var(--navigation-layout-justify,initial)\";i:5;s:15:\"list-style:none\";i:6;s:8:\"margin:0\";i:7;s:14:\"padding-left:0\";}}i:481;a:2:{i:0;a:1:{s:46:\".wp-block-navigation__container .is-responsive\";a:1:{i:1;a:2:{i:0;s:30:\"wp-block-navigation__container\";i:1;s:13:\"is-responsive\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:482;a:2:{i:0;a:2:{s:42:\".wp-block-navigation__container:only-child\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-navigation__container\";}}s:30:\".wp-block-page-list:only-child\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-page-list\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:1\";}}i:483;s:43:\"@keyframes overlay-menu__fade-in-animation{\";i:484;s:40:\"0%{opacity:0;transform:translateY(.5em)}\";i:485;s:37:\"to{opacity:1;transform:translateY(0)}\";i:486;s:1:\"}\";i:487;a:2:{i:0;a:1:{s:42:\".wp-block-navigation__responsive-container\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}}i:1;a:6:{i:0;s:8:\"bottom:0\";i:1;s:12:\"display:none\";i:2;s:6:\"left:0\";i:3;s:14:\"position:fixed\";i:4;s:7:\"right:0\";i:5;s:5:\"top:0\";}}i:488;a:2:{i:0;a:1:{s:78:\".wp-block-navigation__responsive-container :where(.wp-block-navigation-item a)\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:489;a:2:{i:0;a:1:{s:93:\".wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content\";a:1:{i:1;a:2:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:49:\"wp-block-navigation__responsive-container-content\";}}}i:1;a:5:{i:0;s:50:\"align-items:var(--navigation-layout-align,initial)\";i:1;s:12:\"display:flex\";i:2;s:57:\"flex-direction:var(--navigation-layout-direction,initial)\";i:3;s:44:\"flex-wrap:var(--navigation-layout-wrap,wrap)\";i:4;s:56:\"justify-content:var(--navigation-layout-justify,initial)\";}}i:490;a:2:{i:0;a:1:{s:94:\".wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open):not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}}i:1;a:2:{i:0;s:24:\"background-color:inherit\";i:1;s:13:\"color:inherit\";}}i:491;a:2:{i:0;a:1:{s:55:\".wp-block-navigation__responsive-container.is-menu-open\";a:1:{i:1;a:2:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";}}}i:1;a:8:{i:0;s:54:\"animation:overlay-menu__fade-in-animation .1s ease-out\";i:1;s:28:\"animation-fill-mode:forwards\";i:2;s:24:\"background-color:inherit\";i:3;s:12:\"display:flex\";i:4;s:21:\"flex-direction:column\";i:5;s:13:\"overflow:auto\";i:6;s:228:\"padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em)\";i:7;s:14:\"z-index:100000\";}}i:492;s:39:\"@media (prefers-reduced-motion:reduce){\";i:493;a:2:{i:0;a:1:{s:55:\".wp-block-navigation__responsive-container.is-menu-open\";a:1:{i:1;a:2:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";}}}i:1;a:2:{i:0;s:18:\"animation-delay:0s\";i:1;s:22:\"animation-duration:1ms\";}}i:494;s:1:\"}\";i:495;a:2:{i:0;a:1:{s:106:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";}}}i:1;a:6:{i:0;s:66:\"align-items:var(--navigation-layout-justification-setting,inherit)\";i:1;s:12:\"display:flex\";i:2;s:21:\"flex-direction:column\";i:3;s:16:\"flex-wrap:nowrap\";i:4;s:16:\"overflow:visible\";i:5;s:29:\"padding-top:calc(2rem + 24px)\";}}i:496;a:2:{i:0;a:3:{s:106:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";}}s:138:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:30:\"wp-block-navigation__container\";}}s:126:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:18:\"wp-block-page-list\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:497;a:2:{i:0;a:1:{s:141:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:33:\"wp-block-navigation__submenu-icon\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:498;a:2:{i:0;a:1:{s:157:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container\";a:1:{i:1;a:5:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:9:\"has-child\";i:4;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:10:{i:0;s:11:\"border:none\";i:1;s:11:\"height:auto\";i:2;s:15:\"min-width:200px\";i:3;s:9:\"opacity:1\";i:4;s:16:\"overflow:initial\";i:5;s:17:\"padding-left:2rem\";i:6;s:18:\"padding-right:2rem\";i:7;s:15:\"position:static\";i:8;s:18:\"visibility:visible\";i:9;s:10:\"width:auto\";}}i:499;a:2:{i:0;a:2:{s:138:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:30:\"wp-block-navigation__container\";}}s:146:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:11:\"gap:inherit\";}}i:500;a:2:{i:0;a:1:{s:146:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:43:\"padding-top:var(--wp--style--block-gap,2em)\";}}i:501;a:2:{i:0;a:1:{s:141:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:33:\"wp-block-navigation-item__content\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:502;a:2:{i:0;a:3:{s:132:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:24:\"wp-block-navigation-item\";}}s:138:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:30:\"wp-block-navigation__container\";}}s:126:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:49:\"wp-block-navigation__responsive-container-content\";i:3;s:18:\"wp-block-page-list\";}}}i:1;a:3:{i:0;s:66:\"align-items:var(--navigation-layout-justification-setting,initial)\";i:1;s:12:\"display:flex\";i:2;s:21:\"flex-direction:column\";}}i:503;a:2:{i:0;a:4:{s:101:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:24:\"wp-block-navigation-item\";}}s:141:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:4:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:24:\"wp-block-navigation-item\";i:3;s:38:\"wp-block-navigation__submenu-container\";}}s:107:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:30:\"wp-block-navigation__container\";}}s:95:\".wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:18:\"wp-block-page-list\";}}}i:1;a:2:{i:0;s:24:\"background:rgba(0,0,0,0)\";i:1;s:13:\"color:inherit\";}}i:504;a:2:{i:0;a:1:{s:212:\".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\";a:1:{i:1;a:6:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:38:\"wp-block-navigation__submenu-container\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:10:\"right:auto\";}}i:505;s:25:\"@media (min-width:600px){\";i:506;a:2:{i:0;a:1:{s:85:\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)\";a:1:{i:1;a:1:{i:0;s:41:\"wp-block-navigation__responsive-container\";}}}i:1;a:5:{i:0;s:24:\"background-color:inherit\";i:1;s:13:\"display:block\";i:2;s:17:\"position:relative\";i:3;s:10:\"width:100%\";i:4;s:12:\"z-index:auto\";}}i:507;a:2:{i:0;a:1:{s:134:\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close\";a:1:{i:1;a:2:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:47:\"wp-block-navigation__responsive-container-close\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:508;a:2:{i:0;a:1:{s:212:\".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\";a:1:{i:1;a:6:{i:0;s:41:\"wp-block-navigation__responsive-container\";i:1;s:12:\"is-menu-open\";i:2;s:38:\"wp-block-navigation__submenu-container\";i:3;s:38:\"wp-block-navigation__submenu-container\";i:4;s:38:\"wp-block-navigation__submenu-container\";i:5;s:38:\"wp-block-navigation__submenu-container\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:509;s:1:\"}\";i:510;a:2:{i:0;a:1:{s:97:\".wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:41:\"wp-block-navigation__responsive-container\";i:2;s:12:\"is-menu-open\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:511;a:2:{i:0;a:1:{s:97:\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-navigation\";i:1;s:41:\"wp-block-navigation__responsive-container\";i:2;s:12:\"is-menu-open\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:512;a:2:{i:0;a:1:{s:41:\".wp-block-navigation__toggle_button_label\";a:1:{i:1;a:1:{i:0;s:40:\"wp-block-navigation__toggle_button_label\";}}}i:1;a:2:{i:0;s:14:\"font-size:1rem\";i:1;s:15:\"font-weight:700\";}}i:513;a:2:{i:0;a:2:{s:48:\".wp-block-navigation__responsive-container-close\";a:1:{i:1;a:1:{i:0;s:47:\"wp-block-navigation__responsive-container-close\";}}s:47:\".wp-block-navigation__responsive-container-open\";a:1:{i:1;a:1:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";}}}i:1;a:8:{i:0;s:24:\"background:rgba(0,0,0,0)\";i:1;s:11:\"border:none\";i:2;s:18:\"color:currentColor\";i:3;s:14:\"cursor:pointer\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:22:\"text-transform:inherit\";i:7;s:21:\"vertical-align:middle\";}}i:514;a:2:{i:0;a:2:{s:52:\".wp-block-navigation__responsive-container-close svg\";a:2:{i:1;a:1:{i:0;s:47:\"wp-block-navigation__responsive-container-close\";}i:0;a:1:{i:0;s:3:\"svg\";}}s:51:\".wp-block-navigation__responsive-container-open svg\";a:2:{i:1;a:1:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:5:{i:0;s:17:\"fill:currentColor\";i:1;s:13:\"display:block\";i:2;s:11:\"height:24px\";i:3;s:19:\"pointer-events:none\";i:4;s:10:\"width:24px\";}}i:515;a:2:{i:0;a:1:{s:47:\".wp-block-navigation__responsive-container-open\";a:1:{i:1;a:1:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:516;a:2:{i:0;a:1:{s:141:\".wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open\";a:1:{i:1;a:3:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";i:1;s:46:\"wp-block-navigation__responsive-container-open\";i:2;s:46:\"wp-block-navigation__responsive-container-open\";}}}i:1;a:3:{i:0;s:19:\"font-family:inherit\";i:1;s:17:\"font-size:inherit\";i:2;s:19:\"font-weight:inherit\";}}i:517;s:25:\"@media (min-width:600px){\";i:518;a:2:{i:0;a:1:{s:66:\".wp-block-navigation__responsive-container-open:not(.always-shown)\";a:1:{i:1;a:1:{i:0;s:46:\"wp-block-navigation__responsive-container-open\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:519;s:1:\"}\";i:520;a:2:{i:0;a:1:{s:48:\".wp-block-navigation__responsive-container-close\";a:1:{i:1;a:1:{i:0;s:47:\"wp-block-navigation__responsive-container-close\";}}}i:1;a:4:{i:0;s:17:\"position:absolute\";i:1;s:7:\"right:0\";i:2;s:5:\"top:0\";i:3;s:9:\"z-index:2\";}}i:521;a:2:{i:0;a:1:{s:144:\".wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close\";a:1:{i:1;a:3:{i:0;s:47:\"wp-block-navigation__responsive-container-close\";i:1;s:47:\"wp-block-navigation__responsive-container-close\";i:2;s:47:\"wp-block-navigation__responsive-container-close\";}}}i:1;a:3:{i:0;s:19:\"font-family:inherit\";i:1;s:17:\"font-size:inherit\";i:2;s:19:\"font-weight:inherit\";}}i:522;a:2:{i:0;a:1:{s:38:\".wp-block-navigation__responsive-close\";a:1:{i:1;a:1:{i:0;s:37:\"wp-block-navigation__responsive-close\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:523;a:2:{i:0;a:1:{s:54:\".has-modal-open .wp-block-navigation__responsive-close\";a:1:{i:1;a:2:{i:0;s:14:\"has-modal-open\";i:1;s:37:\"wp-block-navigation__responsive-close\";}}}i:1;a:3:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:50:\"max-width:var(--wp--style--global--wide-size,100%)\";}}i:524;a:2:{i:0;a:1:{s:44:\".wp-block-navigation__responsive-close:focus\";a:1:{i:1;a:1:{i:0;s:37:\"wp-block-navigation__responsive-close\";}}}i:1;a:1:{i:0;s:12:\"outline:none\";}}i:525;a:2:{i:0;a:3:{s:52:\".is-menu-open .wp-block-navigation__responsive-close\";a:1:{i:1;a:2:{i:0;s:12:\"is-menu-open\";i:1;s:37:\"wp-block-navigation__responsive-close\";}}s:64:\".is-menu-open .wp-block-navigation__responsive-container-content\";a:1:{i:1;a:2:{i:0;s:12:\"is-menu-open\";i:1;s:49:\"wp-block-navigation__responsive-container-content\";}}s:53:\".is-menu-open .wp-block-navigation__responsive-dialog\";a:1:{i:1;a:2:{i:0;s:12:\"is-menu-open\";i:1;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:526;a:2:{i:0;a:1:{s:39:\".wp-block-navigation__responsive-dialog\";a:1:{i:1;a:1:{i:0;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:527;a:2:{i:0;a:1:{s:80:\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\";a:1:{i:1;a:4:{i:0;s:14:\"has-modal-open\";i:1;s:9:\"admin-bar\";i:2;s:12:\"is-menu-open\";i:3;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:15:\"margin-top:46px\";}}i:528;s:25:\"@media (min-width:782px){\";i:529;a:2:{i:0;a:1:{s:80:\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\";a:1:{i:1;a:4:{i:0;s:14:\"has-modal-open\";i:1;s:9:\"admin-bar\";i:2;s:12:\"is-menu-open\";i:3;s:38:\"wp-block-navigation__responsive-dialog\";}}}i:1;a:1:{i:0;s:15:\"margin-top:32px\";}}i:530;s:1:\"}\";i:531;a:2:{i:0;a:1:{s:19:\"html.has-modal-open\";a:2:{i:1;a:1:{i:0;s:14:\"has-modal-open\";}i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:532;a:2:{i:0;a:1:{s:53:\".wp-block-navigation .wp-block-navigation-item__label\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:31:\"wp-block-navigation-item__label\";}}}i:1;a:1:{i:0;s:24:\"overflow-wrap:break-word\";}}i:533;a:2:{i:0;a:1:{s:59:\".wp-block-navigation .wp-block-navigation-item__description\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:37:\"wp-block-navigation-item__description\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:534;a:2:{i:0;a:1:{s:14:\".link-ui-tools\";a:1:{i:1;a:1:{i:0;s:13:\"link-ui-tools\";}}}i:1;a:2:{i:0;s:28:\"border-top:1px solid #f0f0f0\";i:1;s:11:\"padding:8px\";}}i:535;a:2:{i:0;a:1:{s:23:\".link-ui-block-inserter\";a:1:{i:1;a:1:{i:0;s:22:\"link-ui-block-inserter\";}}}i:1;a:1:{i:0;s:15:\"padding-top:8px\";}}i:536;a:2:{i:0;a:1:{s:29:\".link-ui-block-inserter__back\";a:1:{i:1;a:1:{i:0;s:28:\"link-ui-block-inserter__back\";}}}i:1;a:2:{i:0;s:15:\"margin-left:8px\";i:1;s:24:\"text-transform:uppercase\";}}i:537;a:2:{i:0;a:1:{s:40:\".wp-block-navigation .wp-block-page-list\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:18:\"wp-block-page-list\";}}}i:1;a:6:{i:0;s:50:\"align-items:var(--navigation-layout-align,initial)\";i:1;s:24:\"background-color:inherit\";i:2;s:12:\"display:flex\";i:3;s:57:\"flex-direction:var(--navigation-layout-direction,initial)\";i:4;s:44:\"flex-wrap:var(--navigation-layout-wrap,wrap)\";i:5;s:56:\"justify-content:var(--navigation-layout-justify,initial)\";}}i:538;a:2:{i:0;a:1:{s:46:\".wp-block-navigation .wp-block-navigation-item\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-navigation\";i:1;s:24:\"wp-block-navigation-item\";}}}i:1;a:1:{i:0;s:24:\"background-color:inherit\";}}i:539;a:2:{i:0;a:1:{s:14:\".is-small-text\";a:1:{i:1;a:1:{i:0;s:13:\"is-small-text\";}}}i:1;a:1:{i:0;s:16:\"font-size:.875em\";}}i:540;a:2:{i:0;a:1:{s:16:\".is-regular-text\";a:1:{i:1;a:1:{i:0;s:15:\"is-regular-text\";}}}i:1;a:1:{i:0;s:13:\"font-size:1em\";}}i:541;a:2:{i:0;a:1:{s:14:\".is-large-text\";a:1:{i:1;a:1:{i:0;s:13:\"is-large-text\";}}}i:1;a:1:{i:0;s:16:\"font-size:2.25em\";}}i:542;a:2:{i:0;a:1:{s:15:\".is-larger-text\";a:1:{i:1;a:1:{i:0;s:14:\"is-larger-text\";}}}i:1;a:1:{i:0;s:13:\"font-size:3em\";}}i:543;a:2:{i:0;a:1:{s:38:\".has-drop-cap:not(:focus):first-letter\";a:1:{i:1;a:1:{i:0;s:12:\"has-drop-cap\";}}}i:1;a:7:{i:0;s:10:\"float:left\";i:1;s:15:\"font-size:8.4em\";i:2;s:17:\"font-style:normal\";i:3;s:15:\"font-weight:100\";i:4;s:15:\"line-height:.68\";i:5;s:21:\"margin:.05em .1em 0 0\";i:6;s:24:\"text-transform:uppercase\";}}i:544;a:2:{i:0;a:1:{s:47:\"body.rtl .has-drop-cap:not(:focus):first-letter\";a:2:{i:1;a:2:{i:0;s:3:\"rtl\";i:1;s:12:\"has-drop-cap\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:10:\"float:none\";i:1;s:16:\"margin-left:.1em\";}}i:545;a:2:{i:0;a:1:{s:29:\"p.has-drop-cap.has-background\";a:2:{i:1;a:2:{i:0;s:12:\"has-drop-cap\";i:1;s:14:\"has-background\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:546;a:2:{i:0;a:1:{s:30:\":root :where(p.has-background)\";a:0:{}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:547;a:2:{i:0;a:1:{s:47:\":where(p.has-text-color:not(.has-link-color)) a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:548;a:2:{i:0;a:2:{s:74:\"p.has-text-align-left[data-amp-original-style*=\"writing-mode:vertical-lr\"]\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:1:\"p\";}}s:75:\"p.has-text-align-right[data-amp-original-style*=\"writing-mode:vertical-rl\"]\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:13:\"rotate:180deg\";}}i:549;a:2:{i:0;a:1:{s:21:\".wp-block-post-author\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-post-author\";}}}i:1;a:3:{i:0;s:21:\"box-sizing:border-box\";i:1;s:12:\"display:flex\";i:2;s:14:\"flex-wrap:wrap\";}}i:550;a:2:{i:0;a:1:{s:29:\".wp-block-post-author__byline\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-author__byline\";}}}i:1;a:4:{i:0;s:14:\"font-size:.5em\";i:1;s:15:\"margin-bottom:0\";i:2;s:12:\"margin-top:0\";i:3;s:10:\"width:100%\";}}i:551;a:2:{i:0;a:1:{s:29:\".wp-block-post-author__avatar\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-author__avatar\";}}}i:1;a:1:{i:0;s:16:\"margin-right:1em\";}}i:552;a:2:{i:0;a:1:{s:26:\".wp-block-post-author__bio\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-post-author__bio\";}}}i:1;a:2:{i:0;s:14:\"font-size:.7em\";i:1;s:18:\"margin-bottom:.7em\";}}i:553;a:2:{i:0;a:1:{s:30:\".wp-block-post-author__content\";a:1:{i:1;a:1:{i:0;s:29:\"wp-block-post-author__content\";}}}i:1;a:2:{i:0;s:12:\"flex-basis:0\";i:1;s:11:\"flex-grow:1\";}}i:554;a:2:{i:0;a:1:{s:27:\".wp-block-post-author__name\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-post-author__name\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:555;a:2:{i:0;a:1:{s:31:\".wp-block-post-author-biography\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-post-author-biography\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:556;a:2:{i:0;a:2:{s:61:\":where(.wp-block-post-comments-form) input:not([type=submit])\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:45:\":where(.wp-block-post-comments-form) textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:24:\"border:1px solid #949494\";i:1;s:19:\"font-family:inherit\";i:2;s:13:\"font-size:1em\";}}i:557;a:2:{i:0;a:2:{s:90:\":where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox]))\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:45:\":where(.wp-block-post-comments-form) textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:26:\"padding:calc(.667em + 2px)\";}}i:558;a:2:{i:0;a:1:{s:28:\".wp-block-post-comments-form\";a:1:{i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:559;a:2:{i:0;a:1:{s:95:\".wp-block-post-comments-form[data-amp-original-style*=font-weight] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:560;a:2:{i:0;a:1:{s:95:\".wp-block-post-comments-form[data-amp-original-style*=font-family] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:19:\"font-family:inherit\";}}i:561;a:2:{i:0;a:2:{s:76:\".wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}s:93:\".wp-block-post-comments-form[data-amp-original-style*=font-size] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:17:\"font-size:inherit\";}}i:562;a:2:{i:0;a:1:{s:95:\".wp-block-post-comments-form[data-amp-original-style*=line-height] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:19:\"line-height:inherit\";}}i:563;a:2:{i:0;a:1:{s:94:\".wp-block-post-comments-form[data-amp-original-style*=font-style] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:18:\"font-style:inherit\";}}i:564;a:2:{i:0;a:1:{s:98:\".wp-block-post-comments-form[data-amp-original-style*=letter-spacing] :where(.comment-reply-title)\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:1:{i:0;s:22:\"letter-spacing:inherit\";}}i:565;a:2:{i:0;a:1:{s:55:\".wp-block-post-comments-form :where(input[type=submit])\";a:1:{i:1;a:1:{i:0;s:27:\"wp-block-post-comments-form\";}}}i:1;a:5:{i:0;s:15:\"box-shadow:none\";i:1;s:14:\"cursor:pointer\";i:2;s:20:\"display:inline-block\";i:3;s:24:\"overflow-wrap:break-word\";i:4;s:17:\"text-align:center\";}}i:566;a:2:{i:0;a:2:{s:107:\".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden])\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:12:\"comment-form\";}i:0;a:1:{i:0;s:5:\"input\";}}s:51:\".wp-block-post-comments-form .comment-form textarea\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:12:\"comment-form\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:3:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"display:block\";i:2;s:10:\"width:100%\";}}i:567;a:2:{i:0;a:3:{s:55:\".wp-block-post-comments-form .comment-form-author label\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:19:\"comment-form-author\";}i:0;a:1:{i:0;s:5:\"label\";}}s:54:\".wp-block-post-comments-form .comment-form-email label\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:18:\"comment-form-email\";}i:0;a:1:{i:0;s:5:\"label\";}}s:52:\".wp-block-post-comments-form .comment-form-url label\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:16:\"comment-form-url\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:19:\"margin-bottom:.25em\";}}i:568;a:2:{i:0;a:1:{s:58:\".wp-block-post-comments-form .comment-form-cookies-consent\";a:1:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:28:\"comment-form-cookies-consent\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:9:\"gap:.25em\";}}i:569;a:2:{i:0;a:1:{s:86:\".wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent\";a:2:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:28:\"comment-form-cookies-consent\";}i:2;a:1:{i:0;s:26:\"wp-comment-cookies-consent\";}}}i:1;a:1:{i:0;s:16:\"margin-top:.35em\";}}i:570;a:2:{i:0;a:1:{s:49:\".wp-block-post-comments-form .comment-reply-title\";a:1:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:571;a:2:{i:0;a:1:{s:63:\".wp-block-post-comments-form .comment-reply-title :where(small)\";a:1:{i:1;a:2:{i:0;s:27:\"wp-block-post-comments-form\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:2:{i:0;s:54:\"font-size:var(--wp--preset--font-size--medium,smaller)\";i:1;s:16:\"margin-left:.5em\";}}i:572;a:2:{i:0;a:1:{s:22:\".wp-block-post-content\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-post-content\";}}}i:1;a:1:{i:0;s:17:\"display:flow-root\";}}i:573;a:2:{i:0;a:1:{s:19:\".wp-block-post-date\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-post-date\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:574;a:2:{i:0;a:1:{s:30:\":where(.wp-block-post-excerpt)\";a:0:{}}i:1;a:3:{i:0;s:21:\"box-sizing:border-box\";i:1;s:41:\"margin-bottom:var(--wp--style--block-gap)\";i:2;s:38:\"margin-top:var(--wp--style--block-gap)\";}}i:575;a:2:{i:0;a:1:{s:31:\".wp-block-post-excerpt__excerpt\";a:1:{i:1;a:1:{i:0;s:30:\"wp-block-post-excerpt__excerpt\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:12:\"margin-top:0\";}}i:576;a:2:{i:0;a:1:{s:33:\".wp-block-post-excerpt__more-text\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-post-excerpt__more-text\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:38:\"margin-top:var(--wp--style--block-gap)\";}}i:577;a:2:{i:0;a:1:{s:33:\".wp-block-post-excerpt__more-link\";a:1:{i:1;a:1:{i:0;s:32:\"wp-block-post-excerpt__more-link\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:578;a:2:{i:0;a:1:{s:29:\".wp-block-post-featured-image\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}}i:1;a:2:{i:0;s:13:\"margin-left:0\";i:1;s:14:\"margin-right:0\";}}i:579;a:2:{i:0;a:1:{s:31:\".wp-block-post-featured-image a\";a:2:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:11:\"height:100%\";}}i:580;a:2:{i:0;a:2:{s:45:\".wp-block-post-featured-image :where(amp-img)\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}s:46:\".wp-block-post-featured-image :where(amp-anim)\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}}i:1;a:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:11:\"height:auto\";i:2;s:14:\"max-width:100%\";i:3;s:21:\"vertical-align:bottom\";i:4;s:10:\"width:100%\";}}i:581;a:2:{i:0;a:4:{s:47:\".wp-block-post-featured-image.alignfull amp-img\";a:2:{i:1;a:2:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:48:\".wp-block-post-featured-image.alignfull amp-anim\";a:2:{i:1;a:2:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:47:\".wp-block-post-featured-image.alignwide amp-img\";a:2:{i:1;a:2:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:48:\".wp-block-post-featured-image.alignwide amp-anim\";a:2:{i:1;a:2:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:582;a:2:{i:0;a:1:{s:87:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:18:\"has-background-dim\";}}}i:1;a:3:{i:0;s:21:\"background-color:#000\";i:1;s:7:\"inset:0\";i:2;s:17:\"position:absolute\";}}i:583;a:2:{i:0;a:1:{s:29:\".wp-block-post-featured-image\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:584;a:2:{i:0;a:1:{s:92:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:23:\"has-background-gradient\";}}}i:1;a:1:{i:0;s:24:\"background-color:initial\";}}i:585;a:2:{i:0;a:1:{s:89:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:20:\"has-background-dim-0\";}}}i:1;a:1:{i:0;s:9:\"opacity:0\";}}i:586;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-10\";}}}i:1;a:1:{i:0;s:10:\"opacity:.1\";}}i:587;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-20\";}}}i:1;a:1:{i:0;s:10:\"opacity:.2\";}}i:588;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-30\";}}}i:1;a:1:{i:0;s:10:\"opacity:.3\";}}i:589;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-40\";}}}i:1;a:1:{i:0;s:10:\"opacity:.4\";}}i:590;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-50\";}}}i:1;a:1:{i:0;s:10:\"opacity:.5\";}}i:591;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-60\";}}}i:1;a:1:{i:0;s:10:\"opacity:.6\";}}i:592;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-70\";}}}i:1;a:1:{i:0;s:10:\"opacity:.7\";}}i:593;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-80\";}}}i:1;a:1:{i:0;s:10:\"opacity:.8\";}}i:594;a:2:{i:0;a:1:{s:90:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:21:\"has-background-dim-90\";}}}i:1;a:1:{i:0;s:10:\"opacity:.9\";}}i:595;a:2:{i:0;a:1:{s:91:\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100\";a:1:{i:1;a:3:{i:0;s:28:\"wp-block-post-featured-image\";i:1;s:37:\"wp-block-post-featured-image__overlay\";i:2;s:22:\"has-background-dim-100\";}}}i:1;a:1:{i:0;s:9:\"opacity:1\";}}i:596;a:2:{i:0;a:1:{s:59:\".wp-block-post-featured-image:where(.alignleft,.alignright)\";a:1:{i:1;a:1:{i:0;s:28:\"wp-block-post-featured-image\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:597;a:2:{i:0;a:1:{s:77:\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous\";a:1:{i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:45:\"wp-block-post-navigation-link__arrow-previous\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-right:1ch\";}}i:598;a:2:{i:0;a:1:{s:100:\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:45:\"wp-block-post-navigation-link__arrow-previous\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:599;a:2:{i:0;a:1:{s:73:\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next\";a:1:{i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:41:\"wp-block-post-navigation-link__arrow-next\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-left:1ch\";}}i:600;a:2:{i:0;a:1:{s:96:\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:41:\"wp-block-post-navigation-link__arrow-next\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:601;a:2:{i:0;a:2:{s:104:\".wp-block-post-navigation-link.has-text-align-left[data-amp-original-style*=\"writing-mode: vertical-lr\"]\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:19:\"has-text-align-left\";}}s:105:\".wp-block-post-navigation-link.has-text-align-right[data-amp-original-style*=\"writing-mode: vertical-rl\"]\";a:2:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:2:{i:0;s:29:\"wp-block-post-navigation-link\";i:1;s:20:\"has-text-align-right\";}}}i:1;a:1:{i:0;s:13:\"rotate:180deg\";}}i:602;a:2:{i:0;a:1:{s:20:\".wp-block-post-terms\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-post-terms\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:603;a:2:{i:0;a:1:{s:52:\".wp-block-post-terms .wp-block-post-terms__separator\";a:1:{i:1;a:2:{i:0;s:19:\"wp-block-post-terms\";i:1;s:30:\"wp-block-post-terms__separator\";}}}i:1;a:1:{i:0;s:20:\"white-space:pre-wrap\";}}i:604;a:2:{i:0;a:2:{s:27:\".wp-block-post-time-to-read\";a:1:{i:1;a:1:{i:0;s:26:\"wp-block-post-time-to-read\";}}s:20:\".wp-block-post-title\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-post-title\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:605;a:2:{i:0;a:1:{s:20:\".wp-block-post-title\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-post-title\";}}}i:1;a:1:{i:0;s:21:\"word-break:break-word\";}}i:606;a:2:{i:0;a:1:{s:30:\".wp-block-post-title :where(a)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-post-title\";}}}i:1;a:8:{i:0;s:20:\"display:inline-block\";i:1;s:19:\"font-family:inherit\";i:2;s:17:\"font-size:inherit\";i:3;s:18:\"font-style:inherit\";i:4;s:19:\"font-weight:inherit\";i:5;s:22:\"letter-spacing:inherit\";i:6;s:19:\"line-height:inherit\";i:7;s:23:\"text-decoration:inherit\";}}i:607;a:2:{i:0;a:1:{s:26:\".wp-block-post-author-name\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-post-author-name\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:608;a:2:{i:0;a:1:{s:22:\".wp-block-preformatted\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-preformatted\";}}}i:1;a:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:20:\"white-space:pre-wrap\";}}i:609;a:2:{i:0;a:1:{s:45:\":where(.wp-block-preformatted.has-background)\";a:0:{}}i:1;a:1:{i:0;s:22:\"padding:1.25em 2.375em\";}}i:610;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:5:{i:0;s:21:\"box-sizing:border-box\";i:1;s:14:\"margin:0 0 1em\";i:2;s:24:\"overflow-wrap:break-word\";i:3;s:13:\"padding:4em 0\";i:4;s:17:\"text-align:center\";}}i:611;a:2:{i:0;a:3:{s:30:\".wp-block-pullquote blockquote\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}s:24:\".wp-block-pullquote cite\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:4:\"cite\";}}s:21:\".wp-block-pullquote p\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:612;a:2:{i:0;a:1:{s:30:\".wp-block-pullquote blockquote\";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:1:{i:0;s:8:\"margin:0\";}}i:613;a:2:{i:0;a:1:{s:21:\".wp-block-pullquote p\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:614;a:2:{i:0;a:1:{s:32:\".wp-block-pullquote p:last-child\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:615;a:2:{i:0;a:2:{s:29:\".wp-block-pullquote.alignleft\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:9:\"alignleft\";}}s:30:\".wp-block-pullquote.alignright\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:15:\"max-width:420px\";}}i:616;a:2:{i:0;a:2:{s:24:\".wp-block-pullquote cite\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:4:\"cite\";}}s:26:\".wp-block-pullquote footer\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:617;a:2:{i:0;a:1:{s:37:\".wp-block-pullquote .has-text-color a\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:14:\"has-text-color\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:618;a:2:{i:0;a:1:{s:50:\".wp-block-pullquote.has-text-align-left blockquote\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:19:\"has-text-align-left\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:15:\"text-align:left\";}}i:619;a:2:{i:0;a:1:{s:51:\".wp-block-pullquote.has-text-align-right blockquote\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:20:\"has-text-align-right\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:620;a:2:{i:0;a:1:{s:40:\".wp-block-pullquote.is-style-solid-color\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:20:\"is-style-solid-color\";}}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:621;a:2:{i:0;a:1:{s:51:\".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:1:{i:0;s:10:\"blockquote\";}}}i:1;a:3:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:13:\"max-width:60%\";}}i:622;a:2:{i:0;a:1:{s:53:\".wp-block-pullquote.is-style-solid-color blockquote p\";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:10:\"blockquote\";i:1;s:1:\"p\";}}}i:1;a:3:{i:0;s:13:\"font-size:2em\";i:1;s:15:\"margin-bottom:0\";i:2;s:12:\"margin-top:0\";}}i:623;a:2:{i:0;a:1:{s:56:\".wp-block-pullquote.is-style-solid-color blockquote cite\";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:10:\"blockquote\";i:1;s:4:\"cite\";}}}i:1;a:2:{i:0;s:17:\"font-style:normal\";i:1;s:19:\"text-transform:none\";}}i:624;a:2:{i:0;a:1:{s:24:\".wp-block-pullquote cite\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:4:\"cite\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:625;a:2:{i:0;a:1:{s:23:\".wp-block-post-template\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-post-template\";}}}i:1;a:5:{i:0;s:15:\"list-style:none\";i:1;s:15:\"margin-bottom:0\";i:2;s:12:\"margin-top:0\";i:3;s:14:\"max-width:100%\";i:4;s:9:\"padding:0\";}}i:626;a:2:{i:0;a:1:{s:41:\".wp-block-post-template.is-flex-container\";a:1:{i:1;a:2:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:18:\"flex-direction:row\";i:2;s:14:\"flex-wrap:wrap\";i:3;s:10:\"gap:1.25em\";}}i:627;a:2:{i:0;a:1:{s:44:\".wp-block-post-template.is-flex-container>li\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:10:\"width:100%\";}}i:628;s:25:\"@media (min-width:600px){\";i:629;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-2>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-2\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:24:\"width:calc(50% - .625em)\";}}i:630;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-3>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-3\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:32:\"width:calc(33.33333% - .83333em)\";}}i:631;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-4>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-4\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:25:\"width:calc(25% - .9375em)\";}}i:632;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-5>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-5\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(20% - 1em)\";}}i:633;a:2:{i:0;a:1:{s:72:\".wp-block-post-template.is-flex-container.is-flex-container.columns-6>li\";a:2:{i:1;a:4:{i:0;s:22:\"wp-block-post-template\";i:1;s:17:\"is-flex-container\";i:2;s:17:\"is-flex-container\";i:3;s:9:\"columns-6\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:33:\"width:calc(16.66667% - 1.04167em)\";}}i:634;s:1:\"}\";i:635;s:25:\"@media (max-width:600px){\";i:636;a:2:{i:0;a:1:{s:152:\".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\";a:1:{i:1;a:4:{i:0;s:37:\"wp-block-post-template-is-layout-grid\";i:1;s:37:\"wp-block-post-template-is-layout-grid\";i:2;s:37:\"wp-block-post-template-is-layout-grid\";i:3;s:37:\"wp-block-post-template-is-layout-grid\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:637;s:1:\"}\";i:638;a:2:{i:0;a:2:{s:60:\".wp-block-post-template-is-layout-constrained>li>.alignright\";a:2:{i:1;a:2:{i:0;s:44:\"wp-block-post-template-is-layout-constrained\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"li\";}}s:53:\".wp-block-post-template-is-layout-flow>li>.alignright\";a:2:{i:1;a:2:{i:0;s:37:\"wp-block-post-template-is-layout-flow\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:19:\"margin-inline-end:0\";i:2;s:23:\"margin-inline-start:2em\";}}i:639;a:2:{i:0;a:2:{s:59:\".wp-block-post-template-is-layout-constrained>li>.alignleft\";a:2:{i:1;a:2:{i:0;s:44:\"wp-block-post-template-is-layout-constrained\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"li\";}}s:52:\".wp-block-post-template-is-layout-flow>li>.alignleft\";a:2:{i:1;a:2:{i:0;s:37:\"wp-block-post-template-is-layout-flow\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-end:2em\";i:2;s:21:\"margin-inline-start:0\";}}i:640;a:2:{i:0;a:2:{s:61:\".wp-block-post-template-is-layout-constrained>li>.aligncenter\";a:2:{i:1;a:2:{i:0;s:44:\"wp-block-post-template-is-layout-constrained\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:2:\"li\";}}s:54:\".wp-block-post-template-is-layout-flow>li>.aligncenter\";a:2:{i:1;a:2:{i:0;s:37:\"wp-block-post-template-is-layout-flow\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:22:\"margin-inline-end:auto\";i:1;s:24:\"margin-inline-start:auto\";}}i:641;a:2:{i:0;a:1:{s:110:\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type\";a:1:{i:1;a:3:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:38:\"is-content-justification-space-between\";i:2;s:30:\"wp-block-query-pagination-next\";}}}i:1;a:1:{i:0;s:24:\"margin-inline-start:auto\";}}i:642;a:2:{i:0;a:1:{s:113:\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child\";a:1:{i:1;a:3:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:38:\"is-content-justification-space-between\";i:2;s:34:\"wp-block-query-pagination-previous\";}}}i:1;a:1:{i:0;s:22:\"margin-inline-end:auto\";}}i:643;a:2:{i:0;a:1:{s:68:\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:40:\"wp-block-query-pagination-previous-arrow\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-right:1ch\";}}i:644;a:2:{i:0;a:1:{s:91:\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:40:\"wp-block-query-pagination-previous-arrow\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:645;a:2:{i:0;a:1:{s:64:\".wp-block-query-pagination .wp-block-query-pagination-next-arrow\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:36:\"wp-block-query-pagination-next-arrow\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-left:1ch\";}}i:646;a:2:{i:0;a:1:{s:87:\".wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:36:\"wp-block-query-pagination-next-arrow\";}}}i:1;a:1:{i:0;s:19:\"transform:scaleX(1)\";}}i:647;a:2:{i:0;a:1:{s:38:\".wp-block-query-pagination.aligncenter\";a:1:{i:1;a:2:{i:0;s:25:\"wp-block-query-pagination\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:648;a:2:{i:0;a:2:{s:21:\".wp-block-query-title\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-query-title\";}}s:15:\".wp-block-quote\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-quote\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:649;a:2:{i:0;a:1:{s:15:\".wp-block-quote\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-quote\";}}}i:1;a:1:{i:0;s:24:\"overflow-wrap:break-word\";}}i:650;a:2:{i:0;a:2:{s:53:\".wp-block-quote.is-large:where(:not(.is-style-plain))\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:8:\"is-large\";}}s:59:\".wp-block-quote.is-style-large:where(:not(.is-style-plain))\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:14:\"is-style-large\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:13:\"padding:0 1em\";}}i:651;a:2:{i:0;a:2:{s:55:\".wp-block-quote.is-large:where(:not(.is-style-plain)) p\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:8:\"is-large\";}i:0;a:1:{i:0;s:1:\"p\";}}s:61:\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) p\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:14:\"is-style-large\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:3:{i:0;s:15:\"font-size:1.5em\";i:1;s:17:\"font-style:italic\";i:2;s:15:\"line-height:1.6\";}}i:652;a:2:{i:0;a:4:{s:58:\".wp-block-quote.is-large:where(:not(.is-style-plain)) cite\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:8:\"is-large\";}i:0;a:1:{i:0;s:4:\"cite\";}}s:60:\".wp-block-quote.is-large:where(:not(.is-style-plain)) footer\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:8:\"is-large\";}i:0;a:1:{i:0;s:6:\"footer\";}}s:64:\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:14:\"is-style-large\";}i:0;a:1:{i:0;s:4:\"cite\";}}s:66:\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-quote\";i:1;s:14:\"is-style-large\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:17:\"font-size:1.125em\";i:1;s:16:\"text-align:right\";}}i:653;a:2:{i:0;a:1:{s:20:\".wp-block-quote>cite\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-quote\";}i:0;a:1:{i:0;s:4:\"cite\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:654;a:2:{i:0;a:1:{s:19:\".wp-block-read-more\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-read-more\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:22:\"width:-moz-fit-content\";i:2;s:17:\"width:fit-content\";}}i:655;a:2:{i:0;a:1:{s:75:\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration]))\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-read-more\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:656;a:2:{i:0;a:2:{s:82:\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):active\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-read-more\";}}s:81:\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):focus\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-read-more\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:657;a:2:{i:0;a:1:{s:15:\"ul.wp-block-rss\";a:2:{i:1;a:1:{i:0;s:12:\"wp-block-rss\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:15:\"list-style:none\";i:1;s:9:\"padding:0\";}}i:658;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.wp-block-rss\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:12:\"wp-block-rss\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:659;a:2:{i:0;a:1:{s:25:\"ul.wp-block-rss.alignleft\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:16:\"margin-right:2em\";}}i:660;a:2:{i:0;a:1:{s:26:\"ul.wp-block-rss.alignright\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:15:\"margin-left:2em\";}}i:661;a:2:{i:0;a:1:{s:23:\"ul.wp-block-rss.is-grid\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:7:\"is-grid\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";i:2;s:15:\"list-style:none\";i:3;s:9:\"padding:0\";}}i:662;a:2:{i:0;a:1:{s:26:\"ul.wp-block-rss.is-grid li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:7:\"is-grid\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"margin:0 1em 1em 0\";i:1;s:10:\"width:100%\";}}i:663;s:25:\"@media (min-width:600px){\";i:664;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-2 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-2\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(50% - 1em)\";}}i:665;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-3 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-3\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:27:\"width:calc(33.33333% - 1em)\";}}i:666;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-4 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-4\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(25% - 1em)\";}}i:667;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-5 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-5\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"width:calc(20% - 1em)\";}}i:668;a:2:{i:0;a:1:{s:28:\"ul.wp-block-rss.columns-6 li\";a:2:{i:1;a:2:{i:0;s:12:\"wp-block-rss\";i:1;s:9:\"columns-6\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:27:\"width:calc(16.66667% - 1em)\";}}i:669;s:1:\"}\";i:670;a:2:{i:0;a:2:{s:26:\".wp-block-rss__item-author\";a:1:{i:1;a:1:{i:0;s:25:\"wp-block-rss__item-author\";}}s:32:\".wp-block-rss__item-publish-date\";a:1:{i:1;a:1:{i:0;s:31:\"wp-block-rss__item-publish-date\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:17:\"font-size:.8125em\";}}i:671;a:2:{i:0;a:1:{s:24:\".wp-block-search__button\";a:1:{i:1;a:1:{i:0;s:23:\"wp-block-search__button\";}}}i:1;a:2:{i:0;s:16:\"margin-left:10px\";i:1;s:17:\"word-break:normal\";}}i:672;a:2:{i:0;a:1:{s:33:\".wp-block-search__button.has-icon\";a:1:{i:1;a:2:{i:0;s:23:\"wp-block-search__button\";i:1;s:8:\"has-icon\";}}}i:1;a:1:{i:0;s:13:\"line-height:0\";}}i:673;a:2:{i:0;a:1:{s:28:\".wp-block-search__button svg\";a:2:{i:1;a:1:{i:0;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:6:{i:0;s:13:\"height:1.25em\";i:1;s:15:\"min-height:24px\";i:2;s:14:\"min-width:24px\";i:3;s:12:\"width:1.25em\";i:4;s:17:\"fill:currentColor\";i:5;s:26:\"vertical-align:text-bottom\";}}i:674;a:2:{i:0;a:1:{s:32:\":where(.wp-block-search__button)\";a:0:{}}i:1;a:2:{i:0;s:21:\"border:1px solid #ccc\";i:1;s:16:\"padding:6px 10px\";}}i:675;a:2:{i:0;a:1:{s:32:\".wp-block-search__inside-wrapper\";a:1:{i:1;a:1:{i:0;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:9:\"flex:auto\";i:2;s:16:\"flex-wrap:nowrap\";i:3;s:14:\"max-width:100%\";}}i:676;a:2:{i:0;a:1:{s:23:\".wp-block-search__label\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__label\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:677;a:2:{i:0;a:1:{s:23:\".wp-block-search__input\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__input\";}}}i:1;a:7:{i:0;s:15:\"appearance:none\";i:1;s:24:\"border:1px solid #949494\";i:2;s:11:\"flex-grow:1\";i:3;s:13:\"margin-left:0\";i:4;s:14:\"margin-right:0\";i:5;s:14:\"min-width:3rem\";i:6;s:11:\"padding:8px\";}}i:678;a:2:{i:0;a:1:{s:43:\".wp-block-search__input:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__input\";}}}i:1;a:1:{i:0;s:21:\"text-decoration:unset\";}}i:679;a:2:{i:0;a:1:{s:70:\".wp-block-search.wp-block-search__button-only .wp-block-search__button\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:23:\"wp-block-search__button\";}}}i:1;a:3:{i:0;s:13:\"flex-shrink:0\";i:1;s:13:\"margin-left:0\";i:2;s:14:\"max-width:100%\";}}i:680;a:2:{i:0;a:1:{s:90:\".wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]\";a:2:{i:3;a:1:{i:0;s:13:\"aria-expanded\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:23:\"wp-block-search__button\";}}}i:1;a:1:{i:0;s:28:\"max-width:calc(100% - 100px)\";}}i:681;a:2:{i:0;a:1:{s:78:\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:25:\"transition-property:width\";}}i:682;a:2:{i:0;a:1:{s:98:\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:11:\"min-width:0\";}}i:683;a:2:{i:0;a:1:{s:69:\".wp-block-search.wp-block-search__button-only .wp-block-search__input\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:22:\"wp-block-search__input\";}}}i:1;a:2:{i:0;s:15:\"flex-basis:100%\";i:1;s:23:\"transition-duration:.3s\";}}i:684;a:2:{i:0;a:2:{s:81:\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:35:\"wp-block-search__searchfield-hidden\";}}s:114:\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:35:\"wp-block-search__searchfield-hidden\";i:3;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:685;a:2:{i:0;a:1:{s:105:\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:35:\"wp-block-search__searchfield-hidden\";i:3;s:22:\"wp-block-search__input\";}}}i:1;a:3:{i:0;s:12:\"flex-basis:0\";i:1;s:11:\"flex-grow:0\";i:2;s:8:\"margin:0\";}}i:686;a:2:{i:0;a:1:{s:125:\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:28:\"wp-block-search__button-only\";i:2;s:35:\"wp-block-search__searchfield-hidden\";i:3;s:22:\"wp-block-search__input\";}}}i:1;a:6:{i:0;s:19:\"border-left-width:0\";i:1;s:20:\"border-right-width:0\";i:2;s:11:\"min-width:0\";i:3;s:14:\"padding-left:0\";i:4;s:15:\"padding-right:0\";i:5;s:7:\"width:0\";}}i:687;a:2:{i:0;a:1:{s:31:\":where(.wp-block-search__input)\";a:0:{}}i:1;a:7:{i:0;s:19:\"font-family:inherit\";i:1;s:17:\"font-size:inherit\";i:2;s:18:\"font-style:inherit\";i:3;s:19:\"font-weight:inherit\";i:4;s:22:\"letter-spacing:inherit\";i:5;s:19:\"line-height:inherit\";i:6;s:22:\"text-transform:inherit\";}}i:688;a:2:{i:0;a:1:{s:72:\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)\";a:0:{}}i:1;a:3:{i:0;s:24:\"border:1px solid #949494\";i:1;s:21:\"box-sizing:border-box\";i:2;s:11:\"padding:4px\";}}i:689;a:2:{i:0;a:1:{s:96:\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__input\";}}}i:1;a:3:{i:0;s:11:\"border:none\";i:1;s:15:\"border-radius:0\";i:2;s:13:\"padding:0 4px\";}}i:690;a:2:{i:0;a:1:{s:102:\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus\";a:1:{i:1;a:1:{i:0;s:22:\"wp-block-search__input\";}}}i:1;a:1:{i:0;s:12:\"outline:none\";}}i:691;a:2:{i:0;a:1:{s:105:\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button)\";a:0:{}}i:1;a:1:{i:0;s:15:\"padding:4px 8px\";}}i:692;a:2:{i:0;a:1:{s:61:\".wp-block-search.aligncenter .wp-block-search__inside-wrapper\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:11:\"aligncenter\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:11:\"margin:auto\";}}i:693;a:2:{i:0;a:1:{s:106:\".wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\";a:2:{i:3;a:1:{i:0;s:10:\"data-align\";}i:1;a:4:{i:0;s:8:\"wp-block\";i:1;s:15:\"wp-block-search\";i:2;s:28:\"wp-block-search__button-only\";i:3;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:694;a:2:{i:0;a:1:{s:19:\".wp-block-separator\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-separator\";}}}i:1;a:2:{i:0;s:11:\"border:none\";i:1;s:20:\"border-top:2px solid\";}}i:695;a:2:{i:0;a:1:{s:47:\":root :where(.wp-block-separator.is-style-dots)\";a:0:{}}i:1;a:3:{i:0;s:11:\"height:auto\";i:1;s:13:\"line-height:1\";i:2;s:17:\"text-align:center\";}}i:696;a:2:{i:0;a:1:{s:54:\":root :where(.wp-block-separator.is-style-dots):before\";a:0:{}}i:1;a:6:{i:0;s:18:\"color:currentColor\";i:1;s:16:\"content:\"···\"\";i:2;s:17:\"font-family:serif\";i:3;s:15:\"font-size:1.5em\";i:4;s:18:\"letter-spacing:2em\";i:5;s:16:\"padding-left:2em\";}}i:697;a:2:{i:0;a:1:{s:53:\".wp-block-separator.is-style-dots:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-separator\";i:1;s:13:\"is-style-dots\";}}}i:1;a:2:{i:0;s:15:\"background:none\";i:1;s:11:\"border:none\";}}i:698;a:2:{i:0;a:1:{s:19:\".wp-block-site-logo\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}}}i:1;a:2:{i:0;s:21:\"box-sizing:border-box\";i:1;s:13:\"line-height:0\";}}i:699;a:2:{i:0;a:1:{s:21:\".wp-block-site-logo a\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:13:\"line-height:0\";}}i:700;a:2:{i:0;a:2:{s:43:\".wp-block-site-logo.is-default-size amp-img\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-site-logo\";i:1;s:15:\"is-default-size\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:44:\".wp-block-site-logo.is-default-size amp-anim\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-site-logo\";i:1;s:15:\"is-default-size\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:11:\"height:auto\";i:1;s:11:\"width:120px\";}}i:701;a:2:{i:0;a:2:{s:27:\".wp-block-site-logo amp-img\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:28:\".wp-block-site-logo amp-anim\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:11:\"height:auto\";i:1;s:14:\"max-width:100%\";}}i:702;a:2:{i:0;a:3:{s:21:\".wp-block-site-logo a\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:1:\"a\";}}s:27:\".wp-block-site-logo amp-img\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:28:\".wp-block-site-logo amp-anim\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-site-logo\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:21:\"border-radius:inherit\";}}i:703;a:2:{i:0;a:1:{s:31:\".wp-block-site-logo.aligncenter\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-site-logo\";i:1;s:11:\"aligncenter\";}}}i:1;a:3:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:17:\"text-align:center\";}}i:704;a:2:{i:0;a:1:{s:50:\":root :where(.wp-block-site-logo.is-style-rounded)\";a:0:{}}i:1;a:1:{i:0;s:20:\"border-radius:9999px\";}}i:705;a:2:{i:0;a:2:{s:22:\".wp-block-site-tagline\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-site-tagline\";}}s:20:\".wp-block-site-title\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-site-title\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:706;a:2:{i:0;a:1:{s:30:\".wp-block-site-title :where(a)\";a:1:{i:1;a:1:{i:0;s:19:\"wp-block-site-title\";}}}i:1;a:8:{i:0;s:13:\"color:inherit\";i:1;s:19:\"font-family:inherit\";i:2;s:17:\"font-size:inherit\";i:3;s:18:\"font-style:inherit\";i:4;s:19:\"font-weight:inherit\";i:5;s:22:\"letter-spacing:inherit\";i:6;s:19:\"line-height:inherit\";i:7;s:23:\"text-decoration:inherit\";}}i:707;a:2:{i:0;a:1:{s:22:\".wp-block-social-links\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-social-links\";}}}i:1;a:6:{i:0;s:15:\"background:none\";i:1;s:21:\"box-sizing:border-box\";i:2;s:13:\"margin-left:0\";i:3;s:14:\"padding-left:0\";i:4;s:15:\"padding-right:0\";i:5;s:13:\"text-indent:0\";}}i:708;a:2:{i:0;a:2:{s:40:\".wp-block-social-links .wp-social-link a\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:1:\"a\";}}s:46:\".wp-block-social-links .wp-social-link a:hover\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:3:{i:0;s:15:\"border-bottom:0\";i:1;s:15:\"box-shadow:none\";i:2;s:20:\"text-decoration:none\";}}i:709;a:2:{i:0;a:1:{s:42:\".wp-block-social-links .wp-social-link svg\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:2:{i:0;s:10:\"height:1em\";i:1;s:9:\"width:1em\";}}i:710;a:2:{i:0;a:1:{s:68:\".wp-block-social-links .wp-social-link span:not(.screen-reader-text)\";a:2:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:3:{i:0;s:15:\"font-size:.65em\";i:1;s:16:\"margin-left:.5em\";i:2;s:17:\"margin-right:.5em\";}}i:711;a:2:{i:0;a:1:{s:42:\".wp-block-social-links.has-small-icon-size\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:19:\"has-small-icon-size\";}}}i:1;a:1:{i:0;s:14:\"font-size:16px\";}}i:712;a:2:{i:0;a:2:{s:22:\".wp-block-social-links\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-social-links\";}}s:43:\".wp-block-social-links.has-normal-icon-size\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"has-normal-icon-size\";}}}i:1;a:1:{i:0;s:14:\"font-size:24px\";}}i:713;a:2:{i:0;a:1:{s:42:\".wp-block-social-links.has-large-icon-size\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:19:\"has-large-icon-size\";}}}i:1;a:1:{i:0;s:14:\"font-size:36px\";}}i:714;a:2:{i:0;a:1:{s:41:\".wp-block-social-links.has-huge-icon-size\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:18:\"has-huge-icon-size\";}}}i:1;a:1:{i:0;s:14:\"font-size:48px\";}}i:715;a:2:{i:0;a:1:{s:34:\".wp-block-social-links.aligncenter\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:22:\"justify-content:center\";}}i:716;a:2:{i:0;a:1:{s:33:\".wp-block-social-links.alignright\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-social-links\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:717;a:2:{i:0;a:1:{s:21:\".wp-block-social-link\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-social-link\";}}}i:1;a:4:{i:0;s:20:\"border-radius:9999px\";i:1;s:13:\"display:block\";i:2;s:11:\"height:auto\";i:3;s:29:\"transition:transform .1s ease\";}}i:718;s:39:\"@media (prefers-reduced-motion:reduce){\";i:719;a:2:{i:0;a:1:{s:21:\".wp-block-social-link\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-social-link\";}}}i:1;a:2:{i:0;s:19:\"transition-delay:0s\";i:1;s:22:\"transition-duration:0s\";}}i:720;s:1:\"}\";i:721;a:2:{i:0;a:1:{s:23:\".wp-block-social-link a\";a:2:{i:1;a:1:{i:0;s:20:\"wp-block-social-link\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:4:{i:0;s:18:\"align-items:center\";i:1;s:12:\"display:flex\";i:2;s:13:\"line-height:0\";i:3;s:29:\"transition:transform .1s ease\";}}i:722;a:2:{i:0;a:1:{s:27:\".wp-block-social-link:hover\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-social-link\";}}}i:1;a:1:{i:0;s:20:\"transform:scale(1.1)\";}}i:723;a:2:{i:0;a:1:{s:59:\".wp-block-social-links .wp-block-social-link.wp-social-link\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";}}}i:1;a:3:{i:0;s:20:\"display:inline-block\";i:1;s:8:\"margin:0\";i:2;s:9:\"padding:0\";}}i:724;a:2:{i:0;a:5:{s:88:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor\";a:1:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}}s:92:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg\";a:2:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}i:0;a:1:{i:0;s:3:\"svg\";}}s:95:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active\";a:1:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}}s:94:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover\";a:1:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}}s:96:\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited\";a:1:{i:1;a:4:{i:0;s:21:\"wp-block-social-links\";i:1;s:20:\"wp-block-social-link\";i:2;s:14:\"wp-social-link\";i:3;s:27:\"wp-block-social-link-anchor\";}}}i:1;a:2:{i:0;s:18:\"color:currentColor\";i:1;s:17:\"fill:currentColor\";}}i:725;a:2:{i:0;a:1:{s:72:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link\";a:1:{i:1;a:1:{i:0;s:14:\"wp-social-link\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f0f0f0\";i:1;s:10:\"color:#444\";}}i:726;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-amazon\";}}}i:1;a:2:{i:0;s:21:\"background-color:#f90\";i:1;s:10:\"color:#fff\";}}i:727;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-bandcamp\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1ea0c3\";i:1;s:10:\"color:#fff\";}}i:728;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-behance\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0757fe\";i:1;s:10:\"color:#fff\";}}i:729;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-bluesky\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0a7aff\";i:1;s:10:\"color:#fff\";}}i:730;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-codepen\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1e1f26\";i:1;s:10:\"color:#fff\";}}i:731;a:2:{i:0;a:1:{s:83:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-deviantart\";}}}i:1;a:2:{i:0;s:24:\"background-color:#02e49b\";i:1;s:10:\"color:#fff\";}}i:732;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-dribbble\";}}}i:1;a:2:{i:0;s:24:\"background-color:#e94c89\";i:1;s:10:\"color:#fff\";}}i:733;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-dropbox\";}}}i:1;a:2:{i:0;s:24:\"background-color:#4280ff\";i:1;s:10:\"color:#fff\";}}i:734;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy\";a:1:{i:1;a:1:{i:0;s:19:\"wp-social-link-etsy\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f45800\";i:1;s:10:\"color:#fff\";}}i:735;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-facebook\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0866ff\";i:1;s:10:\"color:#fff\";}}i:736;a:2:{i:0;a:1:{s:86:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx\";a:1:{i:1;a:1:{i:0;s:28:\"wp-social-link-fivehundredpx\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:737;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-flickr\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0461dd\";i:1;s:10:\"color:#fff\";}}i:738;a:2:{i:0;a:1:{s:83:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-foursquare\";}}}i:1;a:2:{i:0;s:24:\"background-color:#e65678\";i:1;s:10:\"color:#fff\";}}i:739;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-github\";}}}i:1;a:2:{i:0;s:24:\"background-color:#24292d\";i:1;s:10:\"color:#fff\";}}i:740;a:2:{i:0;a:1:{s:82:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-goodreads\";}}}i:1;a:2:{i:0;s:24:\"background-color:#eceadd\";i:1;s:13:\"color:#382110\";}}i:741;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-google\";}}}i:1;a:2:{i:0;s:24:\"background-color:#ea4434\";i:1;s:10:\"color:#fff\";}}i:742;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-gravatar\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1d4fc4\";i:1;s:10:\"color:#fff\";}}i:743;a:2:{i:0;a:1:{s:82:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-instagram\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f00075\";i:1;s:10:\"color:#fff\";}}i:744;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-lastfm\";}}}i:1;a:2:{i:0;s:24:\"background-color:#e21b24\";i:1;s:10:\"color:#fff\";}}i:745;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-linkedin\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0d66c2\";i:1;s:10:\"color:#fff\";}}i:746;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-mastodon\";}}}i:1;a:2:{i:0;s:24:\"background-color:#3288d4\";i:1;s:10:\"color:#fff\";}}i:747;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-medium\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:748;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-meetup\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f6405f\";i:1;s:10:\"color:#fff\";}}i:749;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-patreon\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:750;a:2:{i:0;a:1:{s:82:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-pinterest\";}}}i:1;a:2:{i:0;s:24:\"background-color:#e60122\";i:1;s:10:\"color:#fff\";}}i:751;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-pocket\";}}}i:1;a:2:{i:0;s:24:\"background-color:#ef4155\";i:1;s:10:\"color:#fff\";}}i:752;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-reddit\";}}}i:1;a:2:{i:0;s:24:\"background-color:#ff4500\";i:1;s:10:\"color:#fff\";}}i:753;a:2:{i:0;a:1:{s:78:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype\";a:1:{i:1;a:1:{i:0;s:20:\"wp-social-link-skype\";}}}i:1;a:2:{i:0;s:24:\"background-color:#0478d7\";i:1;s:10:\"color:#fff\";}}i:754;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-snapchat\";}}}i:1;a:3:{i:0;s:24:\"background-color:#fefc00\";i:1;s:10:\"color:#fff\";i:2;s:11:\"stroke:#000\";}}i:755;a:2:{i:0;a:1:{s:83:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-soundcloud\";}}}i:1;a:2:{i:0;s:24:\"background-color:#ff5600\";i:1;s:10:\"color:#fff\";}}i:756;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-spotify\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1bd760\";i:1;s:10:\"color:#fff\";}}i:757;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-telegram\";}}}i:1;a:2:{i:0;s:24:\"background-color:#2aabee\";i:1;s:10:\"color:#fff\";}}i:758;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-threads\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:759;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-tiktok\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:760;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-tumblr\";}}}i:1;a:2:{i:0;s:24:\"background-color:#011835\";i:1;s:10:\"color:#fff\";}}i:761;a:2:{i:0;a:1:{s:79:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-twitch\";}}}i:1;a:2:{i:0;s:24:\"background-color:#6440a4\";i:1;s:10:\"color:#fff\";}}i:762;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-twitter\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1da1f2\";i:1;s:10:\"color:#fff\";}}i:763;a:2:{i:0;a:1:{s:78:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo\";a:1:{i:1;a:1:{i:0;s:20:\"wp-social-link-vimeo\";}}}i:1;a:2:{i:0;s:24:\"background-color:#1eb7ea\";i:1;s:10:\"color:#fff\";}}i:764;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk\";a:1:{i:1;a:1:{i:0;s:17:\"wp-social-link-vk\";}}}i:1;a:2:{i:0;s:24:\"background-color:#4680c2\";i:1;s:10:\"color:#fff\";}}i:765;a:2:{i:0;a:1:{s:82:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-wordpress\";}}}i:1;a:2:{i:0;s:24:\"background-color:#3499cd\";i:1;s:10:\"color:#fff\";}}i:766;a:2:{i:0;a:1:{s:81:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-whatsapp\";}}}i:1;a:2:{i:0;s:24:\"background-color:#25d366\";i:1;s:10:\"color:#fff\";}}i:767;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x\";a:1:{i:1;a:1:{i:0;s:16:\"wp-social-link-x\";}}}i:1;a:2:{i:0;s:21:\"background-color:#000\";i:1;s:10:\"color:#fff\";}}i:768;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp\";a:1:{i:1;a:1:{i:0;s:19:\"wp-social-link-yelp\";}}}i:1;a:2:{i:0;s:24:\"background-color:#d32422\";i:1;s:10:\"color:#fff\";}}i:769;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-youtube\";}}}i:1;a:2:{i:0;s:20:\"background-color:red\";i:1;s:10:\"color:#fff\";}}i:770;a:2:{i:0;a:1:{s:66:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link\";a:1:{i:1;a:1:{i:0;s:14:\"wp-social-link\";}}}i:1;a:1:{i:0;s:15:\"background:none\";}}i:771;a:2:{i:0;a:1:{s:70:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg\";a:2:{i:1;a:1:{i:0;s:14:\"wp-social-link\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:2:{i:0;s:13:\"height:1.25em\";i:1;s:12:\"width:1.25em\";}}i:772;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-amazon\";}}}i:1;a:1:{i:0;s:10:\"color:#f90\";}}i:773;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-bandcamp\";}}}i:1;a:1:{i:0;s:13:\"color:#1ea0c3\";}}i:774;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-behance\";}}}i:1;a:1:{i:0;s:13:\"color:#0757fe\";}}i:775;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-bluesky\";}}}i:1;a:1:{i:0;s:13:\"color:#0a7aff\";}}i:776;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-codepen\";}}}i:1;a:1:{i:0;s:13:\"color:#1e1f26\";}}i:777;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-deviantart\";}}}i:1;a:1:{i:0;s:13:\"color:#02e49b\";}}i:778;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-dribbble\";}}}i:1;a:1:{i:0;s:13:\"color:#e94c89\";}}i:779;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-dropbox\";}}}i:1;a:1:{i:0;s:13:\"color:#4280ff\";}}i:780;a:2:{i:0;a:1:{s:71:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy\";a:1:{i:1;a:1:{i:0;s:19:\"wp-social-link-etsy\";}}}i:1;a:1:{i:0;s:13:\"color:#f45800\";}}i:781;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-facebook\";}}}i:1;a:1:{i:0;s:13:\"color:#0866ff\";}}i:782;a:2:{i:0;a:1:{s:80:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx\";a:1:{i:1;a:1:{i:0;s:28:\"wp-social-link-fivehundredpx\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:783;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-flickr\";}}}i:1;a:1:{i:0;s:13:\"color:#0461dd\";}}i:784;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-foursquare\";}}}i:1;a:1:{i:0;s:13:\"color:#e65678\";}}i:785;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-github\";}}}i:1;a:1:{i:0;s:13:\"color:#24292d\";}}i:786;a:2:{i:0;a:1:{s:76:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-goodreads\";}}}i:1;a:1:{i:0;s:13:\"color:#382110\";}}i:787;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-google\";}}}i:1;a:1:{i:0;s:13:\"color:#ea4434\";}}i:788;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-gravatar\";}}}i:1;a:1:{i:0;s:13:\"color:#1d4fc4\";}}i:789;a:2:{i:0;a:1:{s:76:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-instagram\";}}}i:1;a:1:{i:0;s:13:\"color:#f00075\";}}i:790;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-lastfm\";}}}i:1;a:1:{i:0;s:13:\"color:#e21b24\";}}i:791;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-linkedin\";}}}i:1;a:1:{i:0;s:13:\"color:#0d66c2\";}}i:792;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-mastodon\";}}}i:1;a:1:{i:0;s:13:\"color:#3288d4\";}}i:793;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-medium\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:794;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-meetup\";}}}i:1;a:1:{i:0;s:13:\"color:#f6405f\";}}i:795;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-patreon\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:796;a:2:{i:0;a:1:{s:76:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-pinterest\";}}}i:1;a:1:{i:0;s:13:\"color:#e60122\";}}i:797;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-pocket\";}}}i:1;a:1:{i:0;s:13:\"color:#ef4155\";}}i:798;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-reddit\";}}}i:1;a:1:{i:0;s:13:\"color:#ff4500\";}}i:799;a:2:{i:0;a:1:{s:72:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype\";a:1:{i:1;a:1:{i:0;s:20:\"wp-social-link-skype\";}}}i:1;a:1:{i:0;s:13:\"color:#0478d7\";}}i:800;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-snapchat\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:11:\"stroke:#000\";}}i:801;a:2:{i:0;a:1:{s:77:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud\";a:1:{i:1;a:1:{i:0;s:25:\"wp-social-link-soundcloud\";}}}i:1;a:1:{i:0;s:13:\"color:#ff5600\";}}i:802;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-spotify\";}}}i:1;a:1:{i:0;s:13:\"color:#1bd760\";}}i:803;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-telegram\";}}}i:1;a:1:{i:0;s:13:\"color:#2aabee\";}}i:804;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-threads\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:805;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-tiktok\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:806;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-tumblr\";}}}i:1;a:1:{i:0;s:13:\"color:#011835\";}}i:807;a:2:{i:0;a:1:{s:73:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch\";a:1:{i:1;a:1:{i:0;s:21:\"wp-social-link-twitch\";}}}i:1;a:1:{i:0;s:13:\"color:#6440a4\";}}i:808;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-twitter\";}}}i:1;a:1:{i:0;s:13:\"color:#1da1f2\";}}i:809;a:2:{i:0;a:1:{s:72:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo\";a:1:{i:1;a:1:{i:0;s:20:\"wp-social-link-vimeo\";}}}i:1;a:1:{i:0;s:13:\"color:#1eb7ea\";}}i:810;a:2:{i:0;a:1:{s:69:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk\";a:1:{i:1;a:1:{i:0;s:17:\"wp-social-link-vk\";}}}i:1;a:1:{i:0;s:13:\"color:#4680c2\";}}i:811;a:2:{i:0;a:1:{s:75:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp\";a:1:{i:1;a:1:{i:0;s:23:\"wp-social-link-whatsapp\";}}}i:1;a:1:{i:0;s:13:\"color:#25d366\";}}i:812;a:2:{i:0;a:1:{s:76:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress\";a:1:{i:1;a:1:{i:0;s:24:\"wp-social-link-wordpress\";}}}i:1;a:1:{i:0;s:13:\"color:#3499cd\";}}i:813;a:2:{i:0;a:1:{s:68:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x\";a:1:{i:1;a:1:{i:0;s:16:\"wp-social-link-x\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:814;a:2:{i:0;a:1:{s:71:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp\";a:1:{i:1;a:1:{i:0;s:19:\"wp-social-link-yelp\";}}}i:1;a:1:{i:0;s:13:\"color:#d32422\";}}i:815;a:2:{i:0;a:1:{s:74:\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube\";a:1:{i:1;a:1:{i:0;s:22:\"wp-social-link-youtube\";}}}i:1;a:1:{i:0;s:9:\"color:red\";}}i:816;a:2:{i:0;a:1:{s:58:\".wp-block-social-links.is-style-pill-shape .wp-social-link\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-social-links\";i:1;s:19:\"is-style-pill-shape\";i:2;s:14:\"wp-social-link\";}}}i:1;a:1:{i:0;s:10:\"width:auto\";}}i:817;a:2:{i:0;a:1:{s:54:\":root :where(.wp-block-social-links .wp-social-link a)\";a:0:{}}i:1;a:1:{i:0;s:13:\"padding:.25em\";}}i:818;a:2:{i:0;a:1:{s:74:\":root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a)\";a:0:{}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:819;a:2:{i:0;a:1:{s:74:\":root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a)\";a:0:{}}i:1;a:2:{i:0;s:21:\"padding-left:.66667em\";i:1;s:22:\"padding-right:.66667em\";}}i:820;a:2:{i:0;a:1:{s:128:\".wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-social-links\";i:1;s:23:\"wp-social-link-snapchat\";i:2;s:26:\"wp-block-social-link-label\";}}}i:1;a:1:{i:0;s:10:\"color:#000\";}}i:821;a:2:{i:0;a:1:{s:16:\".wp-block-spacer\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-spacer\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:822;a:2:{i:0;a:1:{s:19:\".wp-block-tag-cloud\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-tag-cloud\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:823;a:2:{i:0;a:1:{s:31:\".wp-block-tag-cloud.aligncenter\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-tag-cloud\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:22:\"justify-content:center\";i:1;s:17:\"text-align:center\";}}i:824;a:2:{i:0;a:1:{s:29:\".wp-block-tag-cloud.alignfull\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-tag-cloud\";i:1;s:9:\"alignfull\";}}}i:1;a:2:{i:0;s:16:\"padding-left:1em\";i:1;s:17:\"padding-right:1em\";}}i:825;a:2:{i:0;a:1:{s:21:\".wp-block-tag-cloud a\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-tag-cloud\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-right:5px\";}}i:826;a:2:{i:0;a:1:{s:24:\".wp-block-tag-cloud span\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-tag-cloud\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:3:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-left:5px\";i:2;s:20:\"text-decoration:none\";}}i:827;a:2:{i:0;a:1:{s:50:\":root :where(.wp-block-tag-cloud.is-style-outline)\";a:0:{}}i:1;a:3:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";i:2;s:7:\"gap:1ch\";}}i:828;a:2:{i:0;a:1:{s:52:\":root :where(.wp-block-tag-cloud.is-style-outline a)\";a:0:{}}i:1;a:3:{i:0;s:16:\"border:1px solid\";i:1;s:14:\"margin-right:0\";i:2;s:15:\"padding:1ch 2ch\";}}i:829;a:2:{i:0;a:1:{s:74:\":root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_)\";a:0:{}}i:1;a:2:{i:0;s:15:\"font-size:unset\";i:1;s:20:\"text-decoration:none\";}}i:830;a:2:{i:0;a:1:{s:15:\".wp-block-table\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}}}i:1;a:1:{i:0;s:15:\"overflow-x:auto\";}}i:831;a:2:{i:0;a:1:{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:2:{i:0;s:24:\"border-collapse:collapse\";i:1;s:10:\"width:100%\";}}i:832;a:2:{i:0;a:1:{s:21:\".wp-block-table thead\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"thead\";}}}i:1;a:1:{i:0;s:23:\"border-bottom:3px solid\";}}i:833;a:2:{i:0;a:1:{s:21:\".wp-block-table tfoot\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"tfoot\";}}}i:1;a:1:{i:0;s:20:\"border-top:3px solid\";}}i:834;a:2:{i:0;a:2:{s:18:\".wp-block-table td\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:2:\"td\";}}s:18:\".wp-block-table th\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:2:{i:0;s:16:\"border:1px solid\";i:1;s:12:\"padding:.5em\";}}i:835;a:2:{i:0;a:1:{s:33:\".wp-block-table .has-fixed-layout\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-fixed-layout\";}}}i:1;a:2:{i:0;s:18:\"table-layout:fixed\";i:1;s:10:\"width:100%\";}}i:836;a:2:{i:0;a:2:{s:36:\".wp-block-table .has-fixed-layout td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-fixed-layout\";}i:0;a:1:{i:0;s:2:\"td\";}}s:36:\".wp-block-table .has-fixed-layout th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-fixed-layout\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:21:\"word-break:break-word\";}}i:837;a:2:{i:0;a:3:{s:27:\".wp-block-table.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:11:\"aligncenter\";}}s:25:\".wp-block-table.alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:9:\"alignleft\";}}s:26:\".wp-block-table.alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:13:\"display:table\";i:1;s:10:\"width:auto\";}}i:838;a:2:{i:0;a:6:{s:30:\".wp-block-table.aligncenter td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:2:\"td\";}}s:30:\".wp-block-table.aligncenter th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:2:\"th\";}}s:28:\".wp-block-table.alignleft td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"td\";}}s:28:\".wp-block-table.alignleft th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:2:\"th\";}}s:29:\".wp-block-table.alignright td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"td\";}}s:29:\".wp-block-table.alignright th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:21:\"word-break:break-word\";}}i:839;a:2:{i:0;a:1:{s:55:\".wp-block-table .has-subtle-light-gray-background-color\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:38:\"has-subtle-light-gray-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f3f4f5\";}}i:840;a:2:{i:0;a:1:{s:55:\".wp-block-table .has-subtle-pale-green-background-color\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:38:\"has-subtle-pale-green-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#e9fbe5\";}}i:841;a:2:{i:0;a:1:{s:54:\".wp-block-table .has-subtle-pale-blue-background-color\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:37:\"has-subtle-pale-blue-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#e7f5fe\";}}i:842;a:2:{i:0;a:1:{s:54:\".wp-block-table .has-subtle-pale-pink-background-color\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:37:\"has-subtle-pale-pink-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#fcf0ef\";}}i:843;a:2:{i:0;a:1:{s:32:\".wp-block-table.is-style-stripes\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";}}}i:1;a:4:{i:0;s:24:\"background-color:initial\";i:1;s:31:\"border-bottom:1px solid #f0f0f0\";i:2;s:23:\"border-collapse:inherit\";i:3;s:16:\"border-spacing:0\";}}i:844;a:2:{i:0;a:1:{s:56:\".wp-block-table.is-style-stripes tbody tr:nth-child(odd)\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f0f0f0\";}}i:845;a:2:{i:0;a:1:{s:95:\".wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd)\";a:2:{i:1;a:3:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";i:2;s:38:\"has-subtle-light-gray-background-color\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f3f4f5\";}}i:846;a:2:{i:0;a:1:{s:95:\".wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd)\";a:2:{i:1;a:3:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";i:2;s:38:\"has-subtle-pale-green-background-color\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#e9fbe5\";}}i:847;a:2:{i:0;a:1:{s:94:\".wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd)\";a:2:{i:1;a:3:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";i:2;s:37:\"has-subtle-pale-blue-background-color\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#e7f5fe\";}}i:848;a:2:{i:0;a:1:{s:94:\".wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd)\";a:2:{i:1;a:3:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";i:2;s:37:\"has-subtle-pale-pink-background-color\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"background-color:#fcf0ef\";}}i:849;a:2:{i:0;a:2:{s:35:\".wp-block-table.is-style-stripes td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";}i:0;a:1:{i:0;s:2:\"td\";}}s:35:\".wp-block-table.is-style-stripes th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"is-style-stripes\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:26:\"border-color:rgba(0,0,0,0)\";}}i:850;a:2:{i:0;a:4:{s:36:\".wp-block-table .has-border-color td\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-border-color\";}i:0;a:1:{i:0;s:2:\"td\";}}s:36:\".wp-block-table .has-border-color th\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-border-color\";}i:0;a:1:{i:0;s:2:\"th\";}}s:36:\".wp-block-table .has-border-color tr\";a:2:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-border-color\";}i:0;a:1:{i:0;s:2:\"tr\";}}s:35:\".wp-block-table .has-border-color>*\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-table\";i:1;s:16:\"has-border-color\";}}}i:1;a:1:{i:0;s:20:\"border-color:inherit\";}}i:851;a:2:{i:0;a:6:{s:79:\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:82:\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:3:{i:0;s:5:\"table\";i:1;s:2:\"tr\";i:2;s:2:\"td\";}}s:82:\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:3:{i:0;s:5:\"table\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}s:66:\".wp-block-table table[data-amp-original-style*=border-top-color]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-top-color]>* td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-top-color]>* th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:24:\"border-top-color:inherit\";}}i:852;a:2:{i:0;a:1:{s:85:\".wp-block-table table[data-amp-original-style*=border-top-color] tr:not(:first-child)\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:24:\"border-top-color:initial\";}}i:853;a:2:{i:0;a:4:{s:80:\".wp-block-table table[data-amp-original-style*=border-right-color] td:last-child\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-right-color] th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-right-color] tr\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:68:\".wp-block-table table[data-amp-original-style*=border-right-color]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}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:26:\"border-right-color:inherit\";}}i:854;a:2:{i:0;a:6:{s:81:\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:84:\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:3:{i:0;s:5:\"table\";i:1;s:2:\"tr\";i:2;s:2:\"td\";}}s:84:\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:3:{i:0;s:5:\"table\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}s:69:\".wp-block-table table[data-amp-original-style*=border-bottom-color]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}s:72:\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:72:\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}}i:1;a:1:{i:0;s:27:\"border-bottom-color:inherit\";}}i:855;a:2:{i:0;a:1:{s:87:\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:not(:last-child)\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}}i:1;a:1:{i:0;s:27:\"border-bottom-color:initial\";}}i:856;a:2:{i:0;a:4:{s:80:\".wp-block-table table[data-amp-original-style*=border-left-color] td:first-child\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:68:\".wp-block-table table[data-amp-original-style*=border-left-color] th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}s:68:\".wp-block-table table[data-amp-original-style*=border-left-color] tr\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:67:\".wp-block-table table[data-amp-original-style*=border-left-color]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}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:25:\"border-left-color:inherit\";}}i:857;a:2:{i:0;a:4:{s:63:\".wp-block-table table[data-amp-original-style*=border-style] td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:63:\".wp-block-table table[data-amp-original-style*=border-style] th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}s:63:\".wp-block-table table[data-amp-original-style*=border-style] tr\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:62:\".wp-block-table table[data-amp-original-style*=border-style]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}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:20:\"border-style:inherit\";}}i:858;a:2:{i:0;a:4:{s:63:\".wp-block-table table[data-amp-original-style*=border-width] td\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"td\";}}s:63:\".wp-block-table table[data-amp-original-style*=border-width] th\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"th\";}}s:63:\".wp-block-table table[data-amp-original-style*=border-width] tr\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:2:{i:0;s:5:\"table\";i:1;s:2:\"tr\";}}s:62:\".wp-block-table table[data-amp-original-style*=border-width]>*\";a:3:{i:3;a:1:{i:0;s:23:\"data-amp-original-style\";}i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:2:{i:0;s:20:\"border-style:inherit\";i:1;s:20:\"border-width:inherit\";}}i:859;a:2:{i:0;a:1:{s:41:\":root :where(.wp-block-table-of-contents)\";a:0:{}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:860;a:2:{i:0;a:1:{s:34:\":where(.wp-block-term-description)\";a:0:{}}i:1;a:3:{i:0;s:21:\"box-sizing:border-box\";i:1;s:41:\"margin-bottom:var(--wp--style--block-gap)\";i:2;s:38:\"margin-top:var(--wp--style--block-gap)\";}}i:861;a:2:{i:0;a:1:{s:28:\".wp-block-term-description p\";a:2:{i:1;a:1:{i:0;s:25:\"wp-block-term-description\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:12:\"margin-top:0\";}}i:862;a:2:{i:0;a:2:{s:22:\".wp-block-text-columns\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-text-columns\";}}s:34:\".wp-block-text-columns.aligncenter\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-text-columns\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:863;a:2:{i:0;a:1:{s:39:\".wp-block-text-columns .wp-block-column\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-text-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:2:{i:0;s:12:\"margin:0 1em\";i:1;s:9:\"padding:0\";}}i:864;a:2:{i:0;a:1:{s:51:\".wp-block-text-columns .wp-block-column:first-child\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-text-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:865;a:2:{i:0;a:1:{s:50:\".wp-block-text-columns .wp-block-column:last-child\";a:1:{i:1;a:2:{i:0;s:21:\"wp-block-text-columns\";i:1;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:866;a:2:{i:0;a:1:{s:49:\".wp-block-text-columns.columns-2 .wp-block-column\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-text-columns\";i:1;s:9:\"columns-2\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:867;a:2:{i:0;a:1:{s:49:\".wp-block-text-columns.columns-3 .wp-block-column\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-text-columns\";i:1;s:9:\"columns-3\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:15:\"width:33.33333%\";}}i:868;a:2:{i:0;a:1:{s:49:\".wp-block-text-columns.columns-4 .wp-block-column\";a:1:{i:1;a:3:{i:0;s:21:\"wp-block-text-columns\";i:1;s:9:\"columns-4\";i:2;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:9:\"width:25%\";}}i:869;a:2:{i:0;a:1:{s:18:\"pre.wp-block-verse\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-verse\";}i:0;a:1:{i:0;s:3:\"pre\";}}}i:1;a:2:{i:0;s:13:\"overflow:auto\";i:1;s:20:\"white-space:pre-wrap\";}}i:870;a:2:{i:0;a:1:{s:26:\":where(pre.wp-block-verse)\";a:0:{}}i:1;a:1:{i:0;s:19:\"font-family:inherit\";}}i:871;a:2:{i:0;a:1:{s:15:\".wp-block-video\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:872;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:2:{i:0;s:21:\"vertical-align:middle\";i:1;s:10:\"width:100%\";}}i:873;s:28:\"@supports (position:sticky){\";i:874;a:2:{i:0;a:1:{s:24:\".wp-block-video [poster]\";a:2:{i:3;a:1:{i:0;s:6:\"poster\";}i:1;a:1:{i:0;s:14:\"wp-block-video\";}}}i:1;a:1:{i:0;s:16:\"object-fit:cover\";}}i:875;s:1:\"}\";i:876;a:2:{i:0;a:1:{s:27:\".wp-block-video.aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-video\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:877;a:2:{i:0;a:1:{s:34:\".wp-block-video :where(figcaption)\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}}}i:1;a:2:{i:0;s:17:\"margin-bottom:1em\";i:1;s:15:\"margin-top:.5em\";}}i:878;a:2:{i:0;a:2:{s:22:\".editor-styles-wrapper\";a:1:{i:1;a:1:{i:0;s:21:\"editor-styles-wrapper\";}}s:14:\".entry-content\";a:1:{i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:1:{i:0;s:23:\"counter-reset:footnotes\";}}i:879;a:2:{i:0;a:1:{s:13:\"a[data-fn].fn\";a:3:{i:3;a:1:{i:0;s:7:\"data-fn\";}i:1;a:1:{i:0;s:2:\"fn\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:6:{i:0;s:27:\"counter-increment:footnotes\";i:1;s:19:\"display:inline-flex\";i:2;s:17:\"font-size:smaller\";i:3;s:20:\"text-decoration:none\";i:4;s:22:\"text-indent:-9999999px\";i:5;s:20:\"vertical-align:super\";}}i:880;a:2:{i:0;a:1:{s:19:\"a[data-fn].fn:after\";a:3:{i:3;a:1:{i:0;s:7:\"data-fn\";}i:1;a:1:{i:0;s:2:\"fn\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:3:{i:0;s:34:\"content:\"[\" counter(footnotes) \"]\"\";i:1;s:10:\"float:left\";i:2;s:13:\"text-indent:0\";}}i:881;a:2:{i:0;a:1:{s:18:\".wp-element-button\";a:1:{i:1;a:1:{i:0;s:17:\"wp-element-button\";}}}i:1;a:1:{i:0;s:14:\"cursor:pointer\";}}i:882;a:2:{i:0;a:1:{s:5:\":root\";a:0:{}}i:1;a:2:{i:0;s:36:\"--wp--preset--font-size--normal:16px\";i:1;s:34:\"--wp--preset--font-size--huge:42px\";}}i:883;a:2:{i:0;a:1:{s:43:\":root .has-very-light-gray-background-color\";a:1:{i:1;a:1:{i:0;s:36:\"has-very-light-gray-background-color\";}}}i:1;a:1:{i:0;s:21:\"background-color:#eee\";}}i:884;a:2:{i:0;a:1:{s:42:\":root .has-very-dark-gray-background-color\";a:1:{i:1;a:1:{i:0;s:35:\"has-very-dark-gray-background-color\";}}}i:1;a:1:{i:0;s:24:\"background-color:#313131\";}}i:885;a:2:{i:0;a:1:{s:32:\":root .has-very-light-gray-color\";a:1:{i:1;a:1:{i:0;s:25:\"has-very-light-gray-color\";}}}i:1;a:1:{i:0;s:10:\"color:#eee\";}}i:886;a:2:{i:0;a:1:{s:31:\":root .has-very-dark-gray-color\";a:1:{i:1;a:1:{i:0;s:24:\"has-very-dark-gray-color\";}}}i:1;a:1:{i:0;s:13:\"color:#313131\";}}i:887;a:2:{i:0;a:1:{s:66:\":root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\";a:1:{i:1;a:1:{i:0;s:59:\"has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#00d084,#0693e3)\";}}i:888;a:2:{i:0;a:1:{s:43:\":root .has-purple-crush-gradient-background\";a:1:{i:1;a:1:{i:0;s:36:\"has-purple-crush-gradient-background\";}}}i:1;a:1:{i:0;s:62:\"background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)\";}}i:889;a:2:{i:0;a:1:{s:40:\":root .has-hazy-dawn-gradient-background\";a:1:{i:1;a:1:{i:0;s:33:\"has-hazy-dawn-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#faaca8,#dad0ec)\";}}i:890;a:2:{i:0;a:1:{s:44:\":root .has-subdued-olive-gradient-background\";a:1:{i:1;a:1:{i:0;s:37:\"has-subdued-olive-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#fafae1,#67a671)\";}}i:891;a:2:{i:0;a:1:{s:43:\":root .has-atomic-cream-gradient-background\";a:1:{i:1;a:1:{i:0;s:36:\"has-atomic-cream-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#fdd79a,#004a59)\";}}i:892;a:2:{i:0;a:1:{s:41:\":root .has-nightshade-gradient-background\";a:1:{i:1;a:1:{i:0;s:34:\"has-nightshade-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#330968,#31cdcf)\";}}i:893;a:2:{i:0;a:1:{s:39:\":root .has-midnight-gradient-background\";a:1:{i:1;a:1:{i:0;s:32:\"has-midnight-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:linear-gradient(135deg,#020381,#2874fc)\";}}i:894;a:2:{i:0;a:1:{s:22:\".has-regular-font-size\";a:1:{i:1;a:1:{i:0;s:21:\"has-regular-font-size\";}}}i:1;a:1:{i:0;s:13:\"font-size:1em\";}}i:895;a:2:{i:0;a:1:{s:21:\".has-larger-font-size\";a:1:{i:1;a:1:{i:0;s:20:\"has-larger-font-size\";}}}i:1;a:1:{i:0;s:17:\"font-size:2.625em\";}}i:896;a:2:{i:0;a:1:{s:21:\".has-normal-font-size\";a:1:{i:1;a:1:{i:0;s:20:\"has-normal-font-size\";}}}i:1;a:1:{i:0;s:46:\"font-size:var(--wp--preset--font-size--normal)\";}}i:897;a:2:{i:0;a:1:{s:19:\".has-huge-font-size\";a:1:{i:1;a:1:{i:0;s:18:\"has-huge-font-size\";}}}i:1;a:1:{i:0;s:44:\"font-size:var(--wp--preset--font-size--huge)\";}}i:898;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:17:\"text-align:center\";}}i:899;a:2:{i:0;a:1:{s:20:\".has-text-align-left\";a:1:{i:1;a:1:{i:0;s:19:\"has-text-align-left\";}}}i:1;a:1:{i:0;s:15:\"text-align:left\";}}i:900;a:2:{i:0;a:1:{s:21:\".has-text-align-right\";a:1:{i:1;a:1:{i:0;s:20:\"has-text-align-right\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:901;a:2:{i:0;a:1:{s:29:\"#end-resizable-editor-section\";a:1:{i:2;a:1:{i:0;s:28:\"end-resizable-editor-section\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:902;a:2:{i:0;a:1:{s:12:\".aligncenter\";a:1:{i:1;a:1:{i:0;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:903;a:2:{i:0;a:1:{s:21:\".items-justified-left\";a:1:{i:1;a:1:{i:0;s:20:\"items-justified-left\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:904;a:2:{i:0;a:1:{s:23:\".items-justified-center\";a:1:{i:1;a:1:{i:0;s:22:\"items-justified-center\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:905;a:2:{i:0;a:1:{s:22:\".items-justified-right\";a:1:{i:1;a:1:{i:0;s:21:\"items-justified-right\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:906;a:2:{i:0;a:1:{s:30:\".items-justified-space-between\";a:1:{i:1;a:1:{i:0;s:29:\"items-justified-space-between\";}}}i:1;a:1:{i:0;s:29:\"justify-content:space-between\";}}i:907;a:2:{i:0;a:1:{s:19:\".screen-reader-text\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:9:{i:0;s:8:\"border:0\";i:1;s:26:\"clip:rect(1px,1px,1px,1px)\";i:2;s:20:\"clip-path:inset(50%)\";i:3;s:10:\"height:1px\";i:4;s:11:\"margin:-1px\";i:5;s:15:\"overflow:hidden\";i:6;s:9:\"padding:0\";i:7;s:17:\"position:absolute\";i:8;s:9:\"width:1px\";}}i:908;a:2:{i:0;a:1:{s:39:\".screen-reader-text:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:1:{i:0;s:16:\"word-wrap:normal\";}}i:909;a:2:{i:0;a:1:{s:25:\".screen-reader-text:focus\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:13:{i:0;s:21:\"background-color:#ddd\";i:1;s:14:\"clip-path:none\";i:2;s:10:\"color:#444\";i:3;s:13:\"display:block\";i:4;s:13:\"font-size:1em\";i:5;s:11:\"height:auto\";i:6;s:8:\"left:5px\";i:7;s:18:\"line-height:normal\";i:8;s:22:\"padding:15px 23px 14px\";i:9;s:20:\"text-decoration:none\";i:10;s:7:\"top:5px\";i:11;s:10:\"width:auto\";i:12;s:14:\"z-index:100000\";}}i:910;a:2:{i:0;a:1:{s:45:\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:18:\"screen-reader-text\";}}}i:1;a:1:{i:0;s:9:\"clip:auto\";}}i:911;a:2:{i:0;a:1:{s:30:\"html :where(.has-border-color)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:18:\"border-style:solid\";}}i:912;a:2:{i:0;a:1:{s:56:\"html :where([data-amp-original-style*=border-top-color])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:22:\"border-top-style:solid\";}}i:913;a:2:{i:0;a:1:{s:58:\"html :where([data-amp-original-style*=border-right-color])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:24:\"border-right-style:solid\";}}i:914;a:2:{i:0;a:1:{s:59:\"html :where([data-amp-original-style*=border-bottom-color])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:25:\"border-bottom-style:solid\";}}i:915;a:2:{i:0;a:1:{s:57:\"html :where([data-amp-original-style*=border-left-color])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:23:\"border-left-style:solid\";}}i:916;a:2:{i:0;a:1:{s:52:\"html :where([data-amp-original-style*=border-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:18:\"border-style:solid\";}}i:917;a:2:{i:0;a:1:{s:56:\"html :where([data-amp-original-style*=border-top-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:22:\"border-top-style:solid\";}}i:918;a:2:{i:0;a:1:{s:58:\"html :where([data-amp-original-style*=border-right-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:24:\"border-right-style:solid\";}}i:919;a:2:{i:0;a:1:{s:59:\"html :where([data-amp-original-style*=border-bottom-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:25:\"border-bottom-style:solid\";}}i:920;a:2:{i:0;a:1:{s:57:\"html :where([data-amp-original-style*=border-left-width])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:23:\"border-left-style:solid\";}}i:921;a:2:{i:0;a:2:{s:38:\"html :where(amp-img[class*=wp-image-])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}s:39:\"html :where(amp-anim[class*=wp-image-])\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:2:{i:0;s:11:\"height:auto\";i:1;s:14:\"max-width:100%\";}}i:922;a:2:{i:0;a:1:{s:14:\":where(figure)\";a:0:{}}i:1;a:1:{i:0;s:14:\"margin:0 0 1em\";}}i:923;a:2:{i:0;a:1:{s:32:\"html :where(.is-position-sticky)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:77:\"--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)\";}}i:924;s:36:\"@media screen and (max-width:600px){\";i:925;a:2:{i:0;a:1:{s:32:\"html :where(.is-position-sticky)\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:42:\"--wp-admin--admin-bar--position-offset:0px\";}}i:926;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"e0e78371b0f4c9bdc286e532045f4891\";s:10:\"parse_time\";d:0.5758039951324463;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(5477,'_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:63:\"https://downloads.wordpress.org/release/id_ID/wordpress-6.7.zip\";s:6:\"locale\";s:5:\"id_ID\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/id_ID/wordpress-6.7.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:3:\"6.7\";s:7:\"version\";s:3:\"6.7\";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:1731786360;s:15:\"version_checked\";s:3:\"6.7\";s:12:\"translations\";a:0:{}}','off'),
(5478,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1731786362;s:7:\"checked\";a:2:{s:7:\"mabar88\";s:3:\"2.0\";s:16:\"twentytwentyfive\";s:3:\"1.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.0.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}','off'),
(5479,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1731786362;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.5\";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.5.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:\"6.5.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/litespeed-cache.6.5.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:\"4.9\";}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:\"23.8\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.23.8.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=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.5\";}}s:7:\"checked\";a:4:{s:11:\"amp/amp.php\";s:5:\"2.5.5\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.5\";s:35:\"litespeed-cache/litespeed-cache.php\";s:5:\"6.5.2\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"23.8\";}}','off'),
(6122,'_site_transient_timeout_theme_roots','1731791412','off'),
(6123,'_site_transient_theme_roots','a:2:{s:7:\"mabar88\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}','off'),
(6132,'_site_transient_timeout_wp_theme_files_patterns-590887dbef31474ed65876a630abd8ce','1731797935','off'),
(6133,'_site_transient_wp_theme_files_patterns-590887dbef31474ed65876a630abd8ce','a:2:{s:7:\"version\";s:3:\"2.0\";s:8:\"patterns\";a:0:{}}','off'),
(6136,'_transient_timeout_astra-theme-cron-test-ok','1731799736','off'),
(6137,'_transient_astra-theme-cron-test-ok','1','off'),
(6138,'_site_transient_timeout_available_translations','1731806936','off'),
(6139,'_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:5:\"6.0.9\";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:61:\"https://downloads.wordpress.org/translation/core/6.0.9/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.5\";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.5/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.25\";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.25/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-01 09:05:28\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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.5\";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.5/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.26\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";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.26/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-10-28 18:43:11\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-11 11:12:13\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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.6\";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.6/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-15 23:05:23\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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.6.2\";s:7:\"updated\";s:19:\"2024-07-23 09:49:04\";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.6.2/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-02 10:05:37\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-09-27 09:32:19\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-05 18:08:14\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.7/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:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-07 15:43:21\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-14 00:47:34\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.7/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:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-14 00:52:03\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-05 18:11:40\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.6\";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.6/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-14 20:53:24\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-12 00:03:39\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-08 19:43:34\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-14 20:17:10\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-04 22:51:08\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-09 02:33:22\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-10 16:44:57\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-12 21:41:42\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-01 14:24:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-12 19:39:57\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-15 12:14:26\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.5\";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.5/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.6\";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.6/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.10\";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.10/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.16\";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.16/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.21\";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.21/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_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-02 02:35:36\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-01 13:40:20\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:3:\"6.7\";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:62:\"https://downloads.wordpress.org/translation/core/6.7/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: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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-10-10 00:15:35\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-16 18:44:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-06-20 17:15:28\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-07 17:33:31\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-13 13:20:05\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-09-30 11:36:50\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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.5\";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.5/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:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.25\";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.25/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.6\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";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.6/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-01 14:43:10\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-12 11:31:44\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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.33\";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.33/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.6\";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.6/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.5\";s:7:\"updated\";s:19:\"2024-02-25 08:05:38\";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.5/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-11 08:43:38\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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.6\";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.6/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-14 09:49:05\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-14 03:56:14\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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.26\";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.26/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-13 20:14:47\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-01 13:18:01\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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.26\";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.26/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-08 06:38:31\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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.6\";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.6/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:3:\"6.7\";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:59:\"https://downloads.wordpress.org/translation/core/6.7/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.21\";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.21/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-12 23:54:38\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-14 05:29:02\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-13 21:41:57\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-03 07:07:47\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.7/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.5.5\";s:7:\"updated\";s:19:\"2024-06-13 13:11:03\";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.5.5/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-05 21:35:49\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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:5:\"6.0.9\";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:64:\"https://downloads.wordpress.org/translation/core/6.0.9/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.6.2\";s:7:\"updated\";s:19:\"2024-10-05 15:57:37\";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.6.2/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.5\";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.5/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-01 08:11:24\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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.15\";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.15/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.38\";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.38/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-12 22:03:40\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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.6.2\";s:7:\"updated\";s:19:\"2024-08-30 11:32:23\";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.6.2/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-13 09:06:13\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-14 13:26:33\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-14 13:35:15\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.7/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.25\";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.25/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-08 08:15:08\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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.34\";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.34/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:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-04 09:20:12\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/6.7/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_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-08 08:50:31\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-11 20:56:40\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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.5\";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.5/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-10 11:00:42\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-01 12:40:53\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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.16\";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.16/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-14 05:41:54\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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.6.2\";s:7:\"updated\";s:19:\"2024-09-21 09:44:08\";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.6.2/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-08-30 07:14:35\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-03 08:29:01\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-09-20 22:15:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-01 08:40:03\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-06 16:56:18\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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.38\";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.38/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.10\";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.10/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:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.25/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-14 07:22:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-05 04:17:56\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-03-06 18:52:07\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/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.16\";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.16/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-13 08:30:30\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-09 02:10:31\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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:3:\"6.7\";s:7:\"updated\";s:19:\"2024-11-13 18:47:42\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7/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.6\";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.6/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');
/*!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 = utf8 */;
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=260 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
(12,9,'_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.5\";s:15:\"litespeed-cache\";s:5:\"6.5.2\";s:13:\"wordpress-seo\";s:4:\"23.8\";}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\";}}'),
(24,14,'_wp_attached_file','2024/08/Mabar-Favicon.jpg'),
(25,14,'_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:{}}}'),
(26,14,'_wp_attachment_image_alt','Alot88 Favicon'),
(27,15,'_wp_attachment_image_alt','Alot88 Favicon'),
(28,15,'_wp_attached_file','2024/08/cropped-Mabar-Favicon.jpg'),
(29,15,'_wp_attachment_context','site-icon'),
(30,15,'_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:{}}}'),
(45,21,'_edit_last','1'),
(46,21,'_edit_lock','1726636016:1'),
(47,22,'_wp_attached_file','2024/08/Indukan-Mabar88.png'),
(48,22,'_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:{}}}'),
(49,22,'_wp_attachment_image_alt','ALOT88'),
(50,21,'_thumbnail_id','22'),
(51,21,'_wp_page_template','default'),
(52,21,'site-sidebar-layout','default'),
(53,21,'site-content-layout','default'),
(54,21,'theme-transparent-header-meta','default'),
(55,21,'_yoast_wpseo_focuskw','ALOT88'),
(56,21,'_yoast_wpseo_title','%%title%% %%sep%% ALOT 88 Nikmati BGM Musik Pargoy Situs Andalan'),
(57,21,'_yoast_wpseo_metadesc','Nikmati BGM terkenal musik Pargoy situs ALOT88! Bermain ditemani irama hits yang bikin semangat. Gabung ALOT 88 untuk pengalaman menghibur!'),
(58,21,'_yoast_wpseo_linkdex','45'),
(59,21,'_yoast_wpseo_content_score','90'),
(60,21,'_yoast_wpseo_is_cornerstone','1'),
(61,21,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(62,21,'_yoast_wpseo_meta-robots-noindex','2'),
(63,21,'_yoast_wpseo_canonical','https://alot88.co/'),
(67,9,'_wp_old_date','2024-08-30'),
(68,9,'_amp_queried_object','a:2:{s:2:\"id\";i:21;s:4:\"type\";s:4:\"post\";}'),
(70,9,'_wp_old_date','2024-09-03'),
(72,9,'_wp_old_date','2024-09-05'),
(74,9,'_wp_old_date','2024-09-06'),
(76,9,'_wp_old_date','2024-09-07'),
(79,31,'_edit_last','1'),
(80,31,'_edit_lock','1726875369:1'),
(81,32,'_wp_attached_file','2024/09/Mabar.jpg'),
(82,32,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:17:\"2024/09/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:{}}}'),
(83,32,'_wp_attachment_image_alt','Alot88 Daftar'),
(84,31,'_thumbnail_id','32'),
(86,31,'site-sidebar-layout','default'),
(87,31,'site-content-layout','default'),
(88,31,'theme-transparent-header-meta','default'),
(89,31,'_yoast_wpseo_primary_category',''),
(90,31,'_yoast_wpseo_focuskw','Alot88 Daftar'),
(91,31,'_yoast_wpseo_title','%%title%% %%sep%% Favorite Games Terbaik Game Online'),
(92,31,'_yoast_wpseo_metadesc','Alot88 Daftar merupakan situs game dengan agency terpercaya dalam keseruan gaming yang tak terbatas dan nikmati pengalaman terpercaya.'),
(93,31,'_yoast_wpseo_linkdex','49'),
(94,31,'_yoast_wpseo_content_score','90'),
(95,31,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(96,31,'_yoast_wpseo_meta-robots-noindex','2'),
(97,31,'_yoast_wpseo_canonical','https://alot88.co/alot88-daftar/%e2%80%8e'),
(98,34,'_edit_last','1'),
(99,34,'_edit_lock','1726875369:1'),
(100,38,'_wp_attached_file','2024/09/Mabar-1.jpg'),
(101,38,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/09/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:{}}}'),
(102,38,'_wp_attachment_image_alt','Alot88 Register'),
(103,34,'_thumbnail_id','38'),
(105,34,'site-sidebar-layout','default'),
(106,34,'site-content-layout','default'),
(107,34,'theme-transparent-header-meta','default'),
(108,34,'_yoast_wpseo_primary_category',''),
(109,34,'_yoast_wpseo_focuskw','Alot88 Register'),
(110,34,'_yoast_wpseo_title','%%title%% %%sep%% Sensation Game Terpercaya Dan Populer'),
(111,34,'_yoast_wpseo_metadesc','Alot88 Register merupakan agen game dengan experience gaming yang tak terbatas dan nikmati peluang meraih hadiah spektakuler.'),
(112,34,'_yoast_wpseo_linkdex','49'),
(113,34,'_yoast_wpseo_content_score','90'),
(114,34,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(115,34,'_yoast_wpseo_meta-robots-noindex','2'),
(116,34,'_yoast_wpseo_canonical','https://alot88.co/alot88-register/'),
(117,35,'_edit_last','1'),
(118,35,'_edit_lock','1726875369:1'),
(119,40,'_wp_attached_file','2024/09/Mabar-2.jpg'),
(120,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/09/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:{}}}'),
(121,40,'_wp_attachment_image_alt','Alot88 Login'),
(122,35,'_thumbnail_id','40'),
(123,35,'site-sidebar-layout','default'),
(124,35,'site-content-layout','default'),
(125,35,'theme-transparent-header-meta','default'),
(126,35,'_yoast_wpseo_primary_category',''),
(127,35,'_yoast_wpseo_focuskw','Alot88 Login'),
(128,35,'_yoast_wpseo_title','%%title%% %%sep%% Situs Game Top Reward Besar Terpercaya Benefit'),
(129,35,'_yoast_wpseo_metadesc','Alot88 Login merupakan agen games online dengan hadiah prize pool yang menggiurkan dan raih hadiah dalam komunitas terbaik.'),
(130,35,'_yoast_wpseo_linkdex','49'),
(131,35,'_yoast_wpseo_content_score','90'),
(132,35,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(133,35,'_yoast_wpseo_meta-robots-noindex','2'),
(134,35,'_yoast_wpseo_canonical','https://alot88.co/alot88-login/'),
(135,36,'_edit_last','1'),
(136,36,'_edit_lock','1726875369:1'),
(137,42,'_wp_attached_file','2024/09/Mabar-3.jpg'),
(138,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/09/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:{}}}'),
(139,42,'_wp_attachment_image_alt','Alot88 Download'),
(140,36,'_thumbnail_id','42'),
(141,36,'site-sidebar-layout','default'),
(142,36,'site-content-layout','default'),
(143,36,'theme-transparent-header-meta','default'),
(144,36,'_yoast_wpseo_primary_category',''),
(145,36,'_yoast_wpseo_focuskw','Alot88 Download'),
(146,36,'_yoast_wpseo_title','%%title%% %%sep%% Favorite Games Terbaik Game Online'),
(147,36,'_yoast_wpseo_metadesc','Alot88 Download merupakan website games online dengan benefit dengan gaming tanpa batas dan nikmati peluang keuntungan besar.'),
(148,36,'_yoast_wpseo_linkdex','49'),
(149,36,'_yoast_wpseo_content_score','90'),
(150,36,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(151,36,'_yoast_wpseo_meta-robots-noindex','2'),
(152,36,'_yoast_wpseo_canonical','https://alot88.co/alot88-download/'),
(153,37,'_edit_last','1'),
(154,37,'_edit_lock','1726875369:1'),
(155,44,'_wp_attached_file','2024/09/Mabar-4.jpg'),
(156,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/09/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:{}}}'),
(157,44,'_wp_attachment_image_alt','Alot88 Online'),
(158,37,'_thumbnail_id','44'),
(159,37,'site-sidebar-layout','default'),
(160,37,'site-content-layout','default'),
(161,37,'theme-transparent-header-meta','default'),
(162,37,'_yoast_wpseo_primary_category',''),
(163,37,'_yoast_wpseo_focuskw','Alot88 Online'),
(164,37,'_yoast_wpseo_title','%%title%% %%sep%% Situs Game Top Reward Besar Terpercaya Benefit'),
(165,37,'_yoast_wpseo_metadesc','Alot88 Online merupakan situs games trusted dan populer dengan sensasi dalam pengalaman gaming dan nikmati kesenangan terpercaya dunia.'),
(166,37,'_yoast_wpseo_linkdex','49'),
(167,37,'_yoast_wpseo_content_score','90'),
(168,37,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(169,37,'_yoast_wpseo_meta-robots-noindex','2'),
(170,37,'_yoast_wpseo_canonical','https://alot88.co/alot88-online/%e2%80%8e'),
(171,9,'_wp_old_date','2024-09-14'),
(185,9,'_wp_old_date','2024-09-21'),
(191,9,'_wp_old_date','2024-09-24'),
(196,9,'_wp_old_date','2024-09-26'),
(202,9,'_wp_old_date','2024-09-28'),
(208,9,'_wp_old_date','2024-10-06'),
(213,9,'_wp_old_date','2024-10-09'),
(221,9,'_wp_old_date','2024-10-17'),
(224,9,'_wp_old_date','2024-10-18'),
(229,52,'_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.5\";s:15:\"litespeed-cache\";s:5:\"6.5.2\";s:13:\"wordpress-seo\";s:4:\"23.8\";}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\";}}'),
(230,52,'_amp_queried_object','a:2:{s:2:\"id\";i:1;s:4:\"type\";s:4:\"term\";}'),
(240,9,'_wp_old_date','2024-10-30'),
(241,9,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/alot88.co\\/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\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks\\/legacy-widget.php\",\"line\":64,\"function\":\"register_block_core_legacy_widget\",\"hook\":\"init\",\"priority\":10,\"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\":2266,\"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.025767087936401367,\"shake_time\":0.1824488639831543,\"cached\":false,\"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:\\/\\/alot88.co\\/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\":2266,\"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.3069140911102295,\"shake_time\":0.0011489391326904297,\"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\":2266,\"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.748621940612793,\"shake_time\":0.0007328987121582031,\"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\":114706,\"final_size\":7706,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/alot88.co\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.7\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1525,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks\\/legacy-widget.php\",\"line\":64,\"function\":\"register_block_core_legacy_widget\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2435,\"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\":2266,\"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\":\"e0e78371b0f4c9bdc286e532045f4891\",\"parse_time\":0.22589802742004395,\"shake_time\":0.0013840198516845703,\"cached\":false,\"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},[\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"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.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-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},[\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"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-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},[\"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:-moz-fit-content\",\"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\",\"z-index:1\"]],[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\",\"width:100%\",\"z-index:1\"]],[false,{\".has-modal-open .wp-block-cover .wp-block-cover__inner-container\":false,\".has-modal-open .wp-block-cover-image .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[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-background\":false,\".wp-block-cover__video-background\":false},[\"z-index:0\"]],[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,{\".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:-moz-fit-content\",\"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:-moz-fit-content\",\"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},[\"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 (prefers-reduced-motion:no-preference){\"],[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\",\"transition:opacity .2s ease\",\"width:20px\",\"z-index:100\"]],[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},[\"animation:turn-on-visibility .25s both\",\"visibility:visible\"]],[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,\"@media (prefers-reduced-motion:no-preference){\"],[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},[\"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:inline-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%\",\"transition:opacity .1s linear\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[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},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\",\"background-color:inherit\",\"display:flex\",\"flex-direction:column\",\"overflow:auto\",\"padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em)\",\"z-index:100000\"]],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation-delay:0s\",\"animation-duration:1ms\"]],[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,{\".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-content\":false},[\"display:flow-root\"]],[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.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\"]],[false,{\".wp-block-post-template\":false},[\"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-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:-moz-fit-content\",\"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\":false},[\"list-style:none\",\"padding:0\"]],[false,{\"ul.wp-block-rss.wp-block-rss\":false},[\"box-sizing:border-box\"]],[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\",\"list-style:none\",\"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-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},[\"flex-shrink:0\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]\":false},[\"max-width:calc(100% - 100px)\"]],[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\",\"transition:transform .1s ease\"]],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-social-link\":false},[\"transition-delay:0s\",\"transition-duration:0s\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\",\"transition:transform .1s ease\"]],[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-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-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:.66667em\",\"padding-right:.66667em\"]],[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.33333%\"]],[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:rect(1px,1px,1px,1px)\",\"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\"]],[false,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":false},[\"clip:auto\"]],[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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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.18915891647338867,\"shake_time\":0.00017595291137695312,\"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\":1.5268640518188477,\"shake_time\":0.0005640983581542969,\"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\":38759,\"final_size\":16506,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"f880918f9d6440b3e6be422ea0477a3c\",\"parse_time\":0.15116596221923828,\"shake_time\":0.0005400180816650391,\"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:\\/\\/Alot88.co\\/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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/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:\\/\\/Alot88.co\\/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\":{\"class\":\"sc-gWoSmj sc-hJVpLM hDkGxE dWSsmD amp-wp-cdd8ca0\",\"data-amp-original-style\":\"text-align: center;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":21,\"post_type\":\"page\",\"sources\":[{\"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\":2237,\"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\":1716,\"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\":5672,\"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\":1857,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"85d18e82f0c75e878418ae415714507c\",\"parse_time\":0.0003838539123535156,\"shake_time\":5.9604644775390625e-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}]'),
(242,56,'_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.5\";s:15:\"litespeed-cache\";s:5:\"6.5.2\";s:13:\"wordpress-seo\";s:4:\"23.8\";}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\";}}'),
(243,56,'_amp_queried_object','a:2:{s:2:\"id\";i:37;s:4:\"type\";s:4:\"post\";}'),
(244,56,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/alot88.co\\/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\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks\\/legacy-widget.php\",\"line\":64,\"function\":\"register_block_core_legacy_widget\",\"hook\":\"init\",\"priority\":10,\"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\":2266,\"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.025767087936401367,\"shake_time\":0.223524808883667,\"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\":6589,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/alot88.co\\/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\":2266,\"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.3069140911102295,\"shake_time\":0.0019550323486328125,\"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\"]],[true,{\".screen-reader-text\":true},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[true,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":true},[\"word-wrap:normal\"]],[true,{\".screen-reader-text:focus\":true},[\"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\"]],[true,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":true},[\"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\":2266,\"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.748621940612793,\"shake_time\":0.0012950897216796875,\"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\":114706,\"final_size\":8193,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/alot88.co\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.7\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1525,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks\\/legacy-widget.php\",\"line\":64,\"function\":\"register_block_core_legacy_widget\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2435,\"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\":2266,\"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\":\"e0e78371b0f4c9bdc286e532045f4891\",\"parse_time\":0.22589802742004395,\"shake_time\":0.002081155776977539,\"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},[\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"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.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-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},[\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"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-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},[\"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:-moz-fit-content\",\"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\",\"z-index:1\"]],[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\",\"width:100%\",\"z-index:1\"]],[false,{\".has-modal-open .wp-block-cover .wp-block-cover__inner-container\":false,\".has-modal-open .wp-block-cover-image .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[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-background\":false,\".wp-block-cover__video-background\":false},[\"z-index:0\"]],[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,{\".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:-moz-fit-content\",\"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:-moz-fit-content\",\"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},[\"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 (prefers-reduced-motion:no-preference){\"],[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\",\"transition:opacity .2s ease\",\"width:20px\",\"z-index:100\"]],[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},[\"animation:turn-on-visibility .25s both\",\"visibility:visible\"]],[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,\"@media (prefers-reduced-motion:no-preference){\"],[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},[\"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:inline-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%\",\"transition:opacity .1s linear\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[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},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\",\"background-color:inherit\",\"display:flex\",\"flex-direction:column\",\"overflow:auto\",\"padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em)\",\"z-index:100000\"]],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation-delay:0s\",\"animation-duration:1ms\"]],[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,{\".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-content\":false},[\"display:flow-root\"]],[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.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\"]],[false,{\".wp-block-post-template\":false},[\"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-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:-moz-fit-content\",\"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\":false},[\"list-style:none\",\"padding:0\"]],[false,{\"ul.wp-block-rss.wp-block-rss\":false},[\"box-sizing:border-box\"]],[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\",\"list-style:none\",\"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-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},[\"flex-shrink:0\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]\":false},[\"max-width:calc(100% - 100px)\"]],[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\",\"transition:transform .1s ease\"]],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-social-link\":false},[\"transition-delay:0s\",\"transition-duration:0s\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\",\"transition:transform .1s ease\"]],[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-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-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:.66667em\",\"padding-right:.66667em\"]],[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.33333%\"]],[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\"]],[true,{\".screen-reader-text\":true},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[true,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":true},[\"word-wrap:normal\"]],[true,{\".screen-reader-text:focus\":true},[\"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,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":true},[\"clip:auto\"]],[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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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.18915891647338867,\"shake_time\":0.00016498565673828125,\"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\":1.5268640518188477,\"shake_time\":0.0009729862213134766,\"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\":38759,\"final_size\":16506,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"f880918f9d6440b3e6be422ea0477a3c\",\"parse_time\":0.15116596221923828,\"shake_time\":0.0006480216979980469,\"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:\\/\\/Alot88.co\\/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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/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:\\/\\/Alot88.co\\/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\":{\"class\":\"sc-gWoSmj sc-hJVpLM hDkGxE dWSsmD amp-wp-cdd8ca0\",\"data-amp-original-style\":\"text-align: center;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":37,\"post_type\":\"post\",\"sources\":[{\"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\":2237,\"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\":1716,\"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\":5672,\"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\":1857,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"85d18e82f0c75e878418ae415714507c\",\"parse_time\":0.0003838539123535156,\"shake_time\":1.0967254638671875e-5,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-cdd8ca0:not(#_#_#_#_#_)\":true},[\"text-align:center\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":52,\"final_size\":50,\"element\":{\"name\":\"h1\",\"attributes\":{\"class\":\"sc-fiSPbx bjMKAH amp-wp-cdd8ca0\",\"data-amp-original-style\":\"text-align: center;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":37,\"post_type\":\"post\",\"sources\":[{\"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\":2237,\"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\":1716,\"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\":5672,\"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\":1857,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"85d18e82f0c75e878418ae415714507c\",\"parse_time\":0.0003838539123535156,\"shake_time\":8.106231689453125e-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}]'),
(245,52,'_wp_old_date','2024-10-30');
INSERT INTO `wp_postmeta` VALUES
(246,52,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/alot88.co\\/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\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks\\/legacy-widget.php\",\"line\":64,\"function\":\"register_block_core_legacy_widget\",\"hook\":\"init\",\"priority\":10,\"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\":2266,\"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.025767087936401367,\"shake_time\":0.2637910842895508,\"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\":6589,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/alot88.co\\/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\":2266,\"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.3069140911102295,\"shake_time\":0.0011811256408691406,\"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\"]],[true,{\".screen-reader-text\":true},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[true,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":true},[\"word-wrap:normal\"]],[true,{\".screen-reader-text:focus\":true},[\"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\"]],[true,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":true},[\"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\":47710,\"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%;}}.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\":2266,\"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.1224830150604248,\"shake_time\":0.0007159709930419922,\"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,{\".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\"]],[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\":114706,\"final_size\":8193,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/alot88.co\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.7\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1525,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks\\/legacy-widget.php\",\"line\":64,\"function\":\"register_block_core_legacy_widget\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2435,\"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\":2266,\"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\":\"e0e78371b0f4c9bdc286e532045f4891\",\"parse_time\":0.22589802742004395,\"shake_time\":0.0013740062713623047,\"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},[\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"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.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-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},[\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"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-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},[\"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:-moz-fit-content\",\"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\",\"z-index:1\"]],[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\",\"width:100%\",\"z-index:1\"]],[false,{\".has-modal-open .wp-block-cover .wp-block-cover__inner-container\":false,\".has-modal-open .wp-block-cover-image .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[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-background\":false,\".wp-block-cover__video-background\":false},[\"z-index:0\"]],[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,{\".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:-moz-fit-content\",\"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:-moz-fit-content\",\"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},[\"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 (prefers-reduced-motion:no-preference){\"],[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\",\"transition:opacity .2s ease\",\"width:20px\",\"z-index:100\"]],[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},[\"animation:turn-on-visibility .25s both\",\"visibility:visible\"]],[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,\"@media (prefers-reduced-motion:no-preference){\"],[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},[\"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:inline-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%\",\"transition:opacity .1s linear\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[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},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\",\"background-color:inherit\",\"display:flex\",\"flex-direction:column\",\"overflow:auto\",\"padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em)\",\"z-index:100000\"]],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation-delay:0s\",\"animation-duration:1ms\"]],[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,{\".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-content\":false},[\"display:flow-root\"]],[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.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\"]],[false,{\".wp-block-post-template\":false},[\"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-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:-moz-fit-content\",\"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\":false},[\"list-style:none\",\"padding:0\"]],[false,{\"ul.wp-block-rss.wp-block-rss\":false},[\"box-sizing:border-box\"]],[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\",\"list-style:none\",\"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-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},[\"flex-shrink:0\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]\":false},[\"max-width:calc(100% - 100px)\"]],[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\",\"transition:transform .1s ease\"]],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-social-link\":false},[\"transition-delay:0s\",\"transition-duration:0s\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\",\"transition:transform .1s ease\"]],[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-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-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:.66667em\",\"padding-right:.66667em\"]],[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.33333%\"]],[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\"]],[true,{\".screen-reader-text\":true},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[true,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":true},[\"word-wrap:normal\"]],[true,{\".screen-reader-text:focus\":true},[\"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,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":true},[\"clip:auto\"]],[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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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.18915891647338867,\"shake_time\":0.00011920928955078125,\"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\":1.5268640518188477,\"shake_time\":0.0004999637603759766,\"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\":38759,\"final_size\":16506,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"f880918f9d6440b3e6be422ea0477a3c\",\"parse_time\":0.15116596221923828,\"shake_time\":0.0004820823669433594,\"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:\\/\\/Alot88.co\\/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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/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:\\/\\/Alot88.co\\/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\":{\"class\":\"sc-gWoSmj sc-hJVpLM hDkGxE dWSsmD amp-wp-cdd8ca0\",\"data-amp-original-style\":\"text-align: center;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":37,\"post_type\":\"post\",\"sources\":[{\"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\":2237,\"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\":1716,\"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\":5672,\"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\":1857,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"85d18e82f0c75e878418ae415714507c\",\"parse_time\":0.0003838539123535156,\"shake_time\":9.059906005859375e-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\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":52,\"final_size\":50,\"element\":{\"name\":\"h1\",\"attributes\":{\"class\":\"sc-fiSPbx bjMKAH amp-wp-cdd8ca0\",\"data-amp-original-style\":\"text-align: center;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":37,\"post_type\":\"post\",\"sources\":[{\"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\":2237,\"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\":1716,\"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\":5672,\"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\":1857,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"85d18e82f0c75e878418ae415714507c\",\"parse_time\":0.0003838539123535156,\"shake_time\":6.9141387939453125e-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}]'),
(247,57,'_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.5\";s:15:\"litespeed-cache\";s:5:\"6.5.2\";s:13:\"wordpress-seo\";s:4:\"23.8\";}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\";}}'),
(248,57,'_amp_queried_object','a:2:{s:2:\"id\";i:1;s:4:\"type\";s:4:\"user\";}'),
(249,57,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/alot88.co\\/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\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks\\/legacy-widget.php\",\"line\":64,\"function\":\"register_block_core_legacy_widget\",\"hook\":\"init\",\"priority\":10,\"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\":2266,\"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.025767087936401367,\"shake_time\":0.20335888862609863,\"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\":6589,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/alot88.co\\/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\":2266,\"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.3069140911102295,\"shake_time\":0.0010919570922851562,\"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\"]],[true,{\".screen-reader-text\":true},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[true,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":true},[\"word-wrap:normal\"]],[true,{\".screen-reader-text:focus\":true},[\"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\"]],[true,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":true},[\"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\":47853,\"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%;}}.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;}}\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"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;}}\",\"handle\":\"astra-theme-css\"}],\"priority\":2,\"hash\":\"92c7d0347995b7272ae642a54ebee4e8\",\"parse_time\":0.12362098693847656,\"shake_time\":0.0006649494171142578,\"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,{\".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\"]],[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\":114706,\"final_size\":8193,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/alot88.co\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.7\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1525,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks\\/legacy-widget.php\",\"line\":64,\"function\":\"register_block_core_legacy_widget\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2435,\"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\":2266,\"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\":\"e0e78371b0f4c9bdc286e532045f4891\",\"parse_time\":0.22589802742004395,\"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},[\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"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.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-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},[\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"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-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},[\"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:-moz-fit-content\",\"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\",\"z-index:1\"]],[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\",\"width:100%\",\"z-index:1\"]],[false,{\".has-modal-open .wp-block-cover .wp-block-cover__inner-container\":false,\".has-modal-open .wp-block-cover-image .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[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-background\":false,\".wp-block-cover__video-background\":false},[\"z-index:0\"]],[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,{\".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:-moz-fit-content\",\"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:-moz-fit-content\",\"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},[\"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 (prefers-reduced-motion:no-preference){\"],[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\",\"transition:opacity .2s ease\",\"width:20px\",\"z-index:100\"]],[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},[\"animation:turn-on-visibility .25s both\",\"visibility:visible\"]],[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,\"@media (prefers-reduced-motion:no-preference){\"],[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},[\"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:inline-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%\",\"transition:opacity .1s linear\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[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},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\",\"background-color:inherit\",\"display:flex\",\"flex-direction:column\",\"overflow:auto\",\"padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em)\",\"z-index:100000\"]],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation-delay:0s\",\"animation-duration:1ms\"]],[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,{\".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-content\":false},[\"display:flow-root\"]],[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.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\"]],[false,{\".wp-block-post-template\":false},[\"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-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:-moz-fit-content\",\"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\":false},[\"list-style:none\",\"padding:0\"]],[false,{\"ul.wp-block-rss.wp-block-rss\":false},[\"box-sizing:border-box\"]],[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\",\"list-style:none\",\"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-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},[\"flex-shrink:0\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]\":false},[\"max-width:calc(100% - 100px)\"]],[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\",\"transition:transform .1s ease\"]],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-social-link\":false},[\"transition-delay:0s\",\"transition-duration:0s\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\",\"transition:transform .1s ease\"]],[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-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-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:.66667em\",\"padding-right:.66667em\"]],[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.33333%\"]],[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\"]],[true,{\".screen-reader-text\":true},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[true,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":true},[\"word-wrap:normal\"]],[true,{\".screen-reader-text:focus\":true},[\"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,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":true},[\"clip:auto\"]],[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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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.18915891647338867,\"shake_time\":0.00011205673217773438,\"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\":1.5268640518188477,\"shake_time\":0.00043511390686035156,\"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\":38759,\"final_size\":16506,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"f880918f9d6440b3e6be422ea0477a3c\",\"parse_time\":0.15116596221923828,\"shake_time\":0.0004189014434814453,\"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:\\/\\/Alot88.co\\/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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/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:\\/\\/Alot88.co\\/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\":{\"class\":\"sc-gWoSmj sc-hJVpLM hDkGxE dWSsmD amp-wp-cdd8ca0\",\"data-amp-original-style\":\"text-align: center;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":37,\"post_type\":\"post\",\"sources\":[{\"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\":2237,\"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\":1716,\"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\":5672,\"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\":1857,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"85d18e82f0c75e878418ae415714507c\",\"parse_time\":0.0003838539123535156,\"shake_time\":6.198883056640625e-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\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":52,\"final_size\":50,\"element\":{\"name\":\"h1\",\"attributes\":{\"class\":\"sc-fiSPbx bjMKAH amp-wp-cdd8ca0\",\"data-amp-original-style\":\"text-align: center;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":37,\"post_type\":\"post\",\"sources\":[{\"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\":2237,\"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\":1716,\"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\":5672,\"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\":1857,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"85d18e82f0c75e878418ae415714507c\",\"parse_time\":0.0003838539123535156,\"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}]'),
(250,58,'_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.5\";s:15:\"litespeed-cache\";s:5:\"6.5.2\";s:13:\"wordpress-seo\";s:4:\"23.8\";}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\";}}');
INSERT INTO `wp_postmeta` VALUES
(251,58,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/alot88.co\\/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\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks\\/legacy-widget.php\",\"line\":64,\"function\":\"register_block_core_legacy_widget\",\"hook\":\"init\",\"priority\":10,\"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\":2266,\"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.025767087936401367,\"shake_time\":0.21753597259521484,\"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\":6589,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/alot88.co\\/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\":2266,\"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.3069140911102295,\"shake_time\":0.001416921615600586,\"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\"]],[true,{\".screen-reader-text\":true},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[true,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":true},[\"word-wrap:normal\"]],[true,{\".screen-reader-text:focus\":true},[\"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\"]],[true,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":true},[\"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\":47710,\"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%;}}.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\":2266,\"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.1224830150604248,\"shake_time\":0.0009670257568359375,\"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,{\".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\"]],[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\":114706,\"final_size\":8193,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/alot88.co\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.7\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1525,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks\\/legacy-widget.php\",\"line\":64,\"function\":\"register_block_core_legacy_widget\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2435,\"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\":2266,\"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\":\"e0e78371b0f4c9bdc286e532045f4891\",\"parse_time\":0.22589802742004395,\"shake_time\":0.0013937950134277344,\"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},[\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"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.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-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},[\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"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-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},[\"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:-moz-fit-content\",\"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\",\"z-index:1\"]],[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\",\"width:100%\",\"z-index:1\"]],[false,{\".has-modal-open .wp-block-cover .wp-block-cover__inner-container\":false,\".has-modal-open .wp-block-cover-image .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[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-background\":false,\".wp-block-cover__video-background\":false},[\"z-index:0\"]],[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,{\".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:-moz-fit-content\",\"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:-moz-fit-content\",\"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},[\"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 (prefers-reduced-motion:no-preference){\"],[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\",\"transition:opacity .2s ease\",\"width:20px\",\"z-index:100\"]],[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},[\"animation:turn-on-visibility .25s both\",\"visibility:visible\"]],[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,\"@media (prefers-reduced-motion:no-preference){\"],[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},[\"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:inline-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%\",\"transition:opacity .1s linear\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[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},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\",\"background-color:inherit\",\"display:flex\",\"flex-direction:column\",\"overflow:auto\",\"padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em)\",\"z-index:100000\"]],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation-delay:0s\",\"animation-duration:1ms\"]],[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,{\".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-content\":false},[\"display:flow-root\"]],[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.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\"]],[false,{\".wp-block-post-template\":false},[\"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-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:-moz-fit-content\",\"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\":false},[\"list-style:none\",\"padding:0\"]],[false,{\"ul.wp-block-rss.wp-block-rss\":false},[\"box-sizing:border-box\"]],[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\",\"list-style:none\",\"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-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},[\"flex-shrink:0\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]\":false},[\"max-width:calc(100% - 100px)\"]],[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\",\"transition:transform .1s ease\"]],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-social-link\":false},[\"transition-delay:0s\",\"transition-duration:0s\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\",\"transition:transform .1s ease\"]],[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-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-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:.66667em\",\"padding-right:.66667em\"]],[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.33333%\"]],[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\"]],[true,{\".screen-reader-text\":true},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[true,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":true},[\"word-wrap:normal\"]],[true,{\".screen-reader-text:focus\":true},[\"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,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":true},[\"clip:auto\"]],[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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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.18915891647338867,\"shake_time\":0.00010800361633300781,\"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\":1.5268640518188477,\"shake_time\":0.0006070137023925781,\"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\":38759,\"final_size\":16506,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"f880918f9d6440b3e6be422ea0477a3c\",\"parse_time\":0.15116596221923828,\"shake_time\":0.0005090236663818359,\"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:\\/\\/Alot88.co\\/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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/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:\\/\\/Alot88.co\\/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\":{\"class\":\"sc-gWoSmj sc-hJVpLM hDkGxE dWSsmD amp-wp-cdd8ca0\",\"data-amp-original-style\":\"text-align: center;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":37,\"post_type\":\"post\",\"sources\":[{\"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\":2237,\"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\":1716,\"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\":5672,\"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\":1857,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"85d18e82f0c75e878418ae415714507c\",\"parse_time\":0.0003838539123535156,\"shake_time\":6.9141387939453125e-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\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":52,\"final_size\":50,\"element\":{\"name\":\"h1\",\"attributes\":{\"class\":\"sc-fiSPbx bjMKAH amp-wp-cdd8ca0\",\"data-amp-original-style\":\"text-align: center;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":37,\"post_type\":\"post\",\"sources\":[{\"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\":2237,\"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\":1716,\"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\":5672,\"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\":1857,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"85d18e82f0c75e878418ae415714507c\",\"parse_time\":0.0003838539123535156,\"shake_time\":6.198883056640625e-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}]'),
(252,59,'_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.5\";s:15:\"litespeed-cache\";s:5:\"6.5.2\";s:13:\"wordpress-seo\";s:4:\"23.8\";}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\";}}'),
(253,59,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/alot88.co\\/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\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks\\/legacy-widget.php\",\"line\":64,\"function\":\"register_block_core_legacy_widget\",\"hook\":\"init\",\"priority\":10,\"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\":2266,\"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.025767087936401367,\"shake_time\":0.16655802726745605,\"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\":5944,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/alot88.co\\/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\":2266,\"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.3069140911102295,\"shake_time\":0.0014309883117675781,\"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\":false,\"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\"]],[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,\"}\"],[false,{\"h1\":false,\"h2\":false,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"clear:both\"]],[false,{\".entry-content h1\":false,\"h1\":false},[\"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\"]],[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\"]],[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\":47710,\"final_size\":2231,\"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\":2266,\"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.1224830150604248,\"shake_time\":0.0009310245513916016,\"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\"]],[false,{\"h1\":false,\".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\":false,\".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,{\".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,\"}\"],[false,\"@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\"]],[false,{\"h1\":false,\".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\"]],[false,\"}\"],[false,\"@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\"]],[false,{\"h1\":false,\".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\"]],[false,\"}\"],[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\"]],[false,{\"h1\":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-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\":114706,\"final_size\":7706,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/alot88.co\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.7\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1525,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks\\/legacy-widget.php\",\"line\":64,\"function\":\"register_block_core_legacy_widget\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2435,\"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\":2266,\"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\":\"e0e78371b0f4c9bdc286e532045f4891\",\"parse_time\":0.22589802742004395,\"shake_time\":0.0016520023345947266,\"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},[\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"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.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-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},[\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"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-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},[\"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:-moz-fit-content\",\"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\",\"z-index:1\"]],[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\",\"width:100%\",\"z-index:1\"]],[false,{\".has-modal-open .wp-block-cover .wp-block-cover__inner-container\":false,\".has-modal-open .wp-block-cover-image .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[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-background\":false,\".wp-block-cover__video-background\":false},[\"z-index:0\"]],[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,{\".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:-moz-fit-content\",\"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:-moz-fit-content\",\"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},[\"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 (prefers-reduced-motion:no-preference){\"],[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\",\"transition:opacity .2s ease\",\"width:20px\",\"z-index:100\"]],[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},[\"animation:turn-on-visibility .25s both\",\"visibility:visible\"]],[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,\"@media (prefers-reduced-motion:no-preference){\"],[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},[\"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:inline-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%\",\"transition:opacity .1s linear\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[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},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\",\"background-color:inherit\",\"display:flex\",\"flex-direction:column\",\"overflow:auto\",\"padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em)\",\"z-index:100000\"]],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation-delay:0s\",\"animation-duration:1ms\"]],[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,{\".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-content\":false},[\"display:flow-root\"]],[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.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\"]],[false,{\".wp-block-post-template\":false},[\"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-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:-moz-fit-content\",\"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\":false},[\"list-style:none\",\"padding:0\"]],[false,{\"ul.wp-block-rss.wp-block-rss\":false},[\"box-sizing:border-box\"]],[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\",\"list-style:none\",\"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-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},[\"flex-shrink:0\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]\":false},[\"max-width:calc(100% - 100px)\"]],[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\",\"transition:transform .1s ease\"]],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-social-link\":false},[\"transition-delay:0s\",\"transition-duration:0s\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\",\"transition:transform .1s ease\"]],[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-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-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:.66667em\",\"padding-right:.66667em\"]],[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.33333%\"]],[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:rect(1px,1px,1px,1px)\",\"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\"]],[false,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":false},[\"clip:auto\"]],[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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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\":2488,\"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\":2266,\"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.18915891647338867,\"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\":1.5268640518188477,\"shake_time\":0.0005099773406982422,\"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\":38759,\"final_size\":16402,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"f880918f9d6440b3e6be422ea0477a3c\",\"parse_time\":0.15116596221923828,\"shake_time\":0.00044417381286621094,\"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\\\"\"]],[false,{\"h1\":false,\"h2\":false,\"h3\":false},[\"color:#11a54f\",\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[false,{\"h1\":false},[\"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\"]],[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:\\/\\/Alot88.co\\/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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Alot88.co\\/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:\\/\\/Alot88.co\\/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}]'),
(254,9,'_wp_old_date','2024-11-06'),
(255,56,'_wp_old_date','2024-11-06'),
(256,52,'_wp_old_date','2024-11-06'),
(257,57,'_wp_old_date','2024-11-07'),
(258,58,'_wp_old_date','2024-11-07'),
(259,59,'_wp_old_date','2024-11-07');
/*!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 = utf8 */;
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=60 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-30 06:27:47','2024-08-30 06:27:47','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-08-30 06:27:47','2024-08-30 06:27:47','',0,'https://alot88.co/index.php/2024/08/30/navigation/',0,'wp_navigation','',0);
INSERT INTO `wp_posts` VALUES
(9,0,'2024-11-13 16:19:47','2024-11-13 09:19:47','[{\"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\":\"253fe5b9bfed491a713fce6566c43c51\",\"data\":{\"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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"af806b1030bb980b21c60a45861423bb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"a60ecfcc45dc99e00862d787b8d8b00b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"0f820f10796e0e0695c30c984fc20b46\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"64df928bcdde83ceb88799fc7b66eac5\",\"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:\\/\\/Alot88.co\\/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\":\"b95848f415935e7de4c8fd20c80fbcdf\",\"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:\\/\\/Alot88.co\\/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\":\"358748f618555e2473dd77c4ba69402a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"41a209413360d5b62c09bb8b6609cb7b\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"d30bcd4f82ee401d5d6b8cebb16d3a73\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1a79257de152df7a6cf379fbe4b8db8c\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"1625416f1f69efb2518e84b2005d8389\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"857794a6c06f0eafb338c1f5278e59d4\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ca4d7de25db18b448555c567b2841982\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"be89a632bd6a570fcda93f9eee312a76\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"7f914e2fcd0d6fb84fef3116039a8579\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"45cf10283edd11c5b9b5bd3928e326d4\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"646a671989c9cb08608d6b89c56f08bb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"ea3936041ef267ef6b36719b51fa18e6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"6fbb284e868309495435b2b32ebd6fff\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"f56a485f11007e4038e03923fb9f6ca2\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"a3b1b39c3e2469530c65466e1bf0ab76\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5b30a065b288a53c9a02e2df6de02013\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2cd8c3d37bca752f10d972cf376998b4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"cfc37e43ed2253987138236347c54444\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"fbc56059512605a2fa359da1f0b8bd0f\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"25155f6d41beda35dc9f8012bd6b9b29\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bea96fb6516575e56bb9b1f1e681b7c2\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5735b87004d134b7572ffbf073d67b83\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"7723a94e54f1a04ac172277f9744b176\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"01b717c1b45026f5f685717ba848f9f9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"32952caeec0516541e1672facb397e85\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"423cbe6182bfb1bf988abca479395677\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"de2f020ae6ad391351d0b0bb9a454d21\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"2b026ea7184021eaea23b68ef635a0a6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"42220c4522d9608644627ef8ae7c602c\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9114127b6126272e6d806f1b5cf4ac7d\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"b21b2d2a40d0f8c9deff189330400b7d\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a759282c114c4b050f64d13b9ce495f6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bf463e554d59bd3767b6fb7fcc847b4a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9fcd9e92f876b88a3d83895a153c75af\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ab63ae7c4c8e207d70123f05b69f2deb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"3ee8d5a5ea98e48ebad5983fb8999fb0\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3aa41480bb4f2fe2834174a630d7e0e4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"6553ee9f414ae5aba7fb12441536f036\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"100aeda4f59c35bef72b3fce2cd7a344\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a0c990a48f943283146b9c2fc44c3d75\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9deae9b082e7e0c439ef675dc298c86a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"b060445c17d3529d5e3625ab2a690263\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"88b4fcbf5298f849f46b4a3a7b09bc6b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"72d5160424e890715ab53a7d2052898d\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"582d8d3c9fadcbd07bb64d808dd00fd8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"42aba97ff0f2df6df9888ddb5904a7e1\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"59fa85f1b25a3e7b9fa21b14d1af6b60\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"b9790ae38a4e32dddd92024fa43f51a3\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9372607b0b307ac6486819fc601b9e51\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"c859d917b24b3c81f60b021d609cda23\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"1c0dd55102c25d8bd4216bce10649cc4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"c87bdc14f80b4d166d10d4aa18001f23\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"e97a818ba2d24b141f82f06e77e26240\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"394cb9f231b680e3786935bf8b1f1139\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"34af801e8665d5300825011c922699fb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"163eac662237701d726581af57da90fa\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"d471de65ed7adf7772c7ea201876991b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"0b674997b5f92493a90fd2b5730354df\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"e4203e6bcb785dba20935a5fc7f46f88\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"8bd665441ddf5b0c2f3b582b383d4cc1\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bdc1b3273201c2a9fd4de9f10c236e7e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"e3420c5084f53a9baa8e828da6e83b0e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3167b8e538e1b5a6374aea60ed8f4252\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9eab15374c1dcd1fe7138e6b62f13f9b\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3a9530f290bbbd0f81da1fc81f7cb66e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5b8ae7b2830654ae82ac881d583fe127\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"28c6f6d53b842452682b12b10821cf05\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"127c3c44a19aa40c36cfab7827d2f067\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"f0181f4a00905170ef2321aec8b2c2b4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"88b6c4abc902868ec13d868790d6908e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2479d352758f0f64483ce8d4bbd3615e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"94d3879217d2ed6430f948ea303c9b22\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"c0a1781007bb6055d4c0d0f22e68999f\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"d8aba24e68c2bf7c76a8495d4ec082ce\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ec1622f5f2b731ce1fe56dd51ebb1322\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"358be3490ca3654ce2c88d2df002b2a5\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"4dc7bae24215dce359ac08408d857a13\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"f6ae516ffc5955d2f4aab6f71d568a73\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"b306659c36893015f78855b48637a0b8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"813e1d295b00f2bb3ffe2f5be34d0674\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"a3ef4571f3f6f12bf0be6197ad689cec\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"6476a7fce7b5922292bae0ea52f77a3c\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"c90dc3d38ed62a4ce8a83c5f2749765e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"cacf80dbb7b9816a8ad193ecb7631e55\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"4fc33f07faa2e2fbb318dfb388b1c8d2\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5337ee090c04e01aeda5b1a78d74febd\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"05e57cd00bcea6a41bf187308225dff5\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"42990904723cf8c37941f9d0a7c3cce9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"481468b2389026c9721b434b8d4fde5b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a2218dae6556e5f3c3743b383ebed7e7\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2ca8e8b3e3df8e63f28f8b981a3f88b8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1b7b9e970bc65fd2fb20b5846db06751\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"86b6bca2eb8bfb67b0a40aea0b2550eb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"bc800fcf80f7b9a2210172e21a597454\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"122776ae32f4f5c9d0ebab68117369e3\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"801b925272176e85e6bd81d072646b69\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3c587d0ef1a6333c3d7a7a6d1ffdb78a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1db76dc31a9bafee99ff66e0f03d1d2e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"8f443fcf6156c8e3878ea3d55e96c4e9\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"3dff1719ee16e6b5a57c5fab69f895f7\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9731e61fa04eac88334754419f0dce1b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"fb1ce73e7d58dbfde7627d6847856ce9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"041b819a4791962dc7c443ccf821bea7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"3761cc870f559cdaa51d87566fa4d52d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a876be5a0b6eecfaf48de6700a3ecec5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d637f23065a7858397d18daebaf5075a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"99eb9a68952834aabfc2166763b70d7a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"18dcf232b929a39863fe5d8a94ef73a3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"59451e1db14d9ce78850a67e3b1e7145\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"15a5140e9b26f884988519434950a12e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1899e7f52664d8faa22e13586cc058aa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"5842aa3d9b7967b94b96d0efa94f76ef\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ed993daf38c293df247ff8ffa11aaf09\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"af58e1c018f2d1b926192eac2ee24181\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"32a6a18ae2bfa38f8c04afacfe2c7035\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48ad371ae06687067b8bdd423152bf64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a28efcd5e98e5ce7d5330037984f781b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"df978c7ca83598bfb530c775060d2aaa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"4f897b628472dadedcc7cc71daffe662\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6194d5adf8540584ee4a8a50acd4d204\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3d359d83b527590d2194981e45ea55e6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"00e470865386d7214062a40715dc13de\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d9203736779bc77f14da79393759dea3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"dc6daec6eb28b7cc7c3355697c7e9655\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"737c9d55cde0ef61a6dc9f1d50f79021\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d6a49ec3eb873239de77705e62d017ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ae80bfc5d2d021acc3534ce4e18510a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"fc006a7b97d0391c4e100ffd47469b6b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ff8999f917a71521d85313e8e208d3b9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d08473af99cabb7d6b620428540879cb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48c08a8dd0205103a0c7a3e050d4725a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6c3e8815a678c350d587abd7fec4c3fc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"29caa0acde0dddd6c76721c8da8fbe92\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48afd4a9d0909a95ad8326d037d5d8ad\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a871b43e7b6eaeef563a98fc4a01ee1d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1855d8666286f54c4579d7ec7be66c8c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d8587a3b3927ee5185050daf2ed62309\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"7bcea053fa489448e05d6fc53803e58f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"73bbea140b1cccab180c3b9dade36a7b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6ad59083d2f44ec590d30e3030c577af\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1da18bb6be3c0b47740497f6c56a76c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"0a66fb3630544e408ef6f1b49607e94f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e0923bd016ca02d637c832a544627585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"c863eaaac1215e8d0bd79d2c6b4ffd6b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6a5a0d5128b1fa423efd37185a21a4e9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e01eacb70284aaa2870684499a9b8cd2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d66ad65de168366280439243a3e01e43\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d780b992cbe34378557dff0750380a38\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"53ea03b578949fb91b607d6d41612569\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"5de249f5c6b1877caacba9ae4c6564ca\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"cb35e150a0e733097b607d779828acdb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"40305f38782694a0b20f79c91e679914\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3b40b0ccfc5de6b29cf031fa63704f81\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"2ee63dc6ec2a43877543d2f0eb8c3eca\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"841c695ea0daec6aaa92e655cac36f8b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"b12697f8a2dbdc80d8ac1b92b38d5251\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"7e550941bbc049a08f04a8ef44aa0005\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"72a2f3f460e509d08cb1d16fc7f27701\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"823f9e6d51904e17c8980d2d1d6e7e6c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6098dba584acba83256b9e1212a14cb1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6908e97f512b8fc10206aa10db511b8f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"dcbfb95680e586daa7eed8f2031875b9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"2d373675761801d53d282588aca3f2c1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"44d36f210f1725a9187b7a853dd845b0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a0b286bab948029ad29d9988e206acb9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1ec0b4c0658c9a7ad9e80f50a7d0e9a8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1b8a9a3f0c846bf08982407f1a5cc3fc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6092299357d10891e9a9b511e6f61342\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"9e6e53aff8c8a73933704b23097a05b6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"428c71b5eca5c53ad6e3c602e5b7abbd\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e01d202ddb8fead285322efb8eca87c2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"c02cc22aea9b652e0977f67b1014ae82\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"8e51ef49560ca89e962aee187db31c89\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"30d2fbe7ea5efc9ae753d15b76d6d7d9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3e2d22bb03ede51c01bd4f714c44aab7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Alot88.co\\/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://alot88.co/','','publish','closed','closed','','8a59e048aa896b15a520c07f310b11e1','','','2024-11-13 16:19:47','2024-11-13 09:19:47','',0,'https://alot88.co/amp_validated_url/8a59e048aa896b15a520c07f310b11e1/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(14,1,'2024-08-30 21:43:47','2024-08-30 14:43:47','','Alot88 Favicon','','inherit','closed','closed','','mabar-favicon','','','2024-08-30 21:43:50','2024-08-30 14:43:50','',0,'https://alot88.co/wp-content/uploads/2024/08/Mabar-Favicon.jpg',0,'attachment','image/jpeg',0),
(15,1,'2024-08-30 21:43:50','2024-08-30 14:43:50','https://alot88.co/wp-content/uploads/2024/08/cropped-Mabar-Favicon.jpg','Alot88 Favicon','','inherit','','closed','','alot88-favicon','','','2024-08-30 21:43:50','2024-08-30 14:43:50','',14,'https://alot88.co/wp-content/uploads/2024/08/cropped-Mabar-Favicon.jpg',0,'attachment','image/jpeg',0),
(21,1,'2024-08-31 12:47:41','2024-08-31 05:47:41','<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>ALOT88 : ALOT 88 Nikmati BGM Musik Pargoy Situs Andalan</strong></h1>\r\n</div>\r\n</div>','ALOT88','','publish','closed','closed','','alot88','','','2024-09-18 11:45:42','2024-09-18 04:45:42','',0,'https://alot88.co/?page_id=21',0,'page','',0),
(22,1,'2024-08-31 12:47:07','2024-08-31 05:47:07','Nikmati BGM terkenal musik Pargoy situs ALOT88! Bermain ditemani irama hits yang bikin semangat. Gabung ALOT 88 untuk pengalaman menghibur!','ALOT88','','inherit','closed','closed','','indukan-mabar88','','','2024-09-18 11:45:40','2024-09-18 04:45:40','',21,'https://alot88.co/wp-content/uploads/2024/08/Indukan-Mabar88.png',0,'attachment','image/png',0),
(23,1,'2024-08-31 12:47:41','2024-08-31 05:47:41','<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\">ALOT88 : ALOT 88 Real Money Online Provider Without Limits!</span></strong></h1>\r\n</div>\r\n</div>','ALOT88','','inherit','closed','closed','','21-revision-v1','','','2024-08-31 12:47:41','2024-08-31 05:47:41','',21,'https://alot88.co/?p=23',0,'revision','',0),
(26,1,'2024-09-18 11:45:23','2024-09-18 04:45:23','<div class=\"sc-gelMue gpjXWo\">\n<div class=\"sc-dxtBLK cowIAl\">\n<h1 class=\"sc-gWoSmj sc-hJVpLM hDkGxE dWSsmD\" style=\"text-align: center;\"><strong>ALOT88 : ALOT 88 Nikmati BGM Musik Pargoy Situs Andalan</strong></h1>\n</div>\n</div>','ALOT88','','inherit','closed','closed','','21-autosave-v1','','','2024-09-18 11:45:23','2024-09-18 04:45:23','',21,'https://alot88.co/?p=26',0,'revision','',0),
(27,1,'2024-09-10 00:16:57','2024-09-09 17:16:57','<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>ALOT88 : ALOT 88 Platform Gen Z Untuk Bermain Game Spin</strong></h1>\r\n</div>\r\n</div>','ALOT88','','inherit','closed','closed','','21-revision-v1','','','2024-09-10 00:16:57','2024-09-09 17:16:57','',21,'https://alot88.co/?p=27',0,'revision','',0),
(29,1,'2024-09-18 11:45:42','2024-09-18 04:45:42','<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>ALOT88 : ALOT 88 Nikmati BGM Musik Pargoy Situs Andalan</strong></h1>\r\n</div>\r\n</div>','ALOT88','','inherit','closed','closed','','21-revision-v1','','','2024-09-18 11:45:42','2024-09-18 04:45:42','',21,'https://alot88.co/?p=29',0,'revision','',0),
(31,1,'2024-09-21 06:36:46','2024-09-20 23:36:46','<h1 style=\"text-align: center;\"><strong>Alot88 Daftar : Favorite Games Terbaik Game Online</strong></h1>','Alot88 Daftar','','publish','closed','closed','','alot88-daftar','','','2024-09-21 06:36:46','2024-09-20 23:36:46','',0,'https://alot88.co/?p=31',0,'post','',0),
(32,1,'2024-09-21 06:36:27','2024-09-20 23:36:27','','Alot88 Daftar','','inherit','closed','closed','','mabar','','','2024-09-21 06:36:30','2024-09-20 23:36:30','',31,'https://alot88.co/wp-content/uploads/2024/09/Mabar.jpg',0,'attachment','image/jpeg',0),
(33,1,'2024-09-21 06:36:46','2024-09-20 23:36:46','<h1 style=\"text-align: center;\"><strong>Alot88 Daftar : Favorite Games Terbaik Game Online</strong></h1>','Alot88 Daftar','','inherit','closed','closed','','31-revision-v1','','','2024-09-21 06:36:46','2024-09-20 23:36:46','',31,'https://alot88.co/?p=33',0,'revision','',0),
(34,1,'2024-09-21 06:37:15','2024-09-20 23:37:15','<h1 style=\"text-align: center;\"><strong>Alot88 Register : Sensation Game Terpercaya Dan Populer</strong></h1>','Alot88 Register','','publish','closed','closed','','alot88-register','','','2024-09-21 06:37:15','2024-09-20 23:37:15','',0,'https://alot88.co/?p=34',0,'post','',0),
(35,1,'2024-10-05 00:00:48','2024-10-04 17:00:48','<h1 style=\"text-align: center;\"><strong>Alot88 Login : Situs Game Top Reward Be</strong>sar Terpercaya Benefit</h1>','Alot88 Login','','future','closed','closed','','alot88-login','','','2024-09-21 06:37:43','2024-09-20 23:37:43','',0,'https://alot88.co/?p=35',0,'post','',0),
(36,1,'2024-10-19 00:00:49','2024-10-18 17:00:49','<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\">Alot88 Download : Favorite Games Terbaik Game Online</span></strong></h1>\r\n</div>\r\n</div>\r\n<div class=\"sc-gelMue gpjXWo\">\r\n<h1><strong><span class=\"screen-reader-text\">Pratinjau deskripsi meta:</span></strong></h1>\r\n<div class=\"sc-fiSPbx sc-hQZdRR bjMKAH deyhlU\">\r\n<h1 class=\"sc-fiSPbx bjMKAH\" style=\"text-align: center;\"></h1>\r\n</div>\r\n</div>','Alot88 Download','','publish','closed','closed','','alot88-download','','','2024-09-21 06:38:06','2024-09-20 23:38:06','',0,'https://alot88.co/?p=36',0,'post','',0),
(37,1,'2024-11-02 00:00:49','2024-11-01 17:00:49','<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\">Alot88 Online : Situs Game Top Reward Besar Terpercaya Benefit</span></strong></h1>\r\n</div>\r\n</div>\r\n<div class=\"sc-gelMue gpjXWo\">\r\n<h1><strong><span class=\"screen-reader-text\">Pratinjau deskripsi meta:</span></strong></h1>\r\n<div class=\"sc-fiSPbx bjMKAH\">\r\n<h1 class=\"sc-fiSPbx bjMKAH\" style=\"text-align: center;\"></h1>\r\n</div>\r\n</div>','Alot88 Online','','publish','closed','closed','','alot88-online','','','2024-09-21 06:38:30','2024-09-20 23:38:30','',0,'https://alot88.co/?p=37',0,'post','',0),
(38,1,'2024-09-21 06:36:54','2024-09-20 23:36:54','','Alot88 Register','','inherit','closed','closed','','mabar-2','','','2024-09-21 06:37:00','2024-09-20 23:37:00','',34,'https://alot88.co/wp-content/uploads/2024/09/Mabar-1.jpg',0,'attachment','image/jpeg',0),
(39,1,'2024-09-21 06:37:15','2024-09-20 23:37:15','<h1 style=\"text-align: center;\"><strong>Alot88 Register : Sensation Game Terpercaya Dan Populer</strong></h1>','Alot88 Register','','inherit','closed','closed','','34-revision-v1','','','2024-09-21 06:37:15','2024-09-20 23:37:15','',34,'https://alot88.co/?p=39',0,'revision','',0),
(40,1,'2024-09-21 06:37:21','2024-09-20 23:37:21','','Alot88 Login','','inherit','closed','closed','','mabar-3','','','2024-09-21 06:37:23','2024-09-20 23:37:23','',35,'https://alot88.co/wp-content/uploads/2024/09/Mabar-2.jpg',0,'attachment','image/jpeg',0),
(41,1,'2024-09-21 06:37:43','2024-09-20 23:37:43','<h1 style=\"text-align: center;\"><strong>Alot88 Login : Situs Game Top Reward Be</strong>sar Terpercaya Benefit</h1>','Alot88 Login','','inherit','closed','closed','','35-revision-v1','','','2024-09-21 06:37:43','2024-09-20 23:37:43','',35,'https://alot88.co/?p=41',0,'revision','',0),
(42,1,'2024-09-21 06:37:48','2024-09-20 23:37:48','','Alot88 Download','','inherit','closed','closed','','mabar-4','','','2024-09-21 06:37:50','2024-09-20 23:37:50','',36,'https://alot88.co/wp-content/uploads/2024/09/Mabar-3.jpg',0,'attachment','image/jpeg',0),
(43,1,'2024-09-21 06:38:06','2024-09-20 23:38:06','<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\">Alot88 Download : Favorite Games Terbaik Game Online</span></strong></h1>\r\n</div>\r\n</div>\r\n<div class=\"sc-gelMue gpjXWo\">\r\n<h1><strong><span class=\"screen-reader-text\">Pratinjau deskripsi meta:</span></strong></h1>\r\n<div class=\"sc-fiSPbx sc-hQZdRR bjMKAH deyhlU\">\r\n<h1 class=\"sc-fiSPbx bjMKAH\" style=\"text-align: center;\"></h1>\r\n</div>\r\n</div>','Alot88 Download','','inherit','closed','closed','','36-revision-v1','','','2024-09-21 06:38:06','2024-09-20 23:38:06','',36,'https://alot88.co/?p=43',0,'revision','',0),
(44,1,'2024-09-21 06:38:12','2024-09-20 23:38:12','','Alot88 Online','','inherit','closed','closed','','mabar-5','','','2024-09-21 06:38:14','2024-09-20 23:38:14','',37,'https://alot88.co/wp-content/uploads/2024/09/Mabar-4.jpg',0,'attachment','image/jpeg',0),
(45,1,'2024-09-21 06:38:30','2024-09-20 23:38:30','<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\">Alot88 Online : Situs Game Top Reward Besar Terpercaya Benefit</span></strong></h1>\r\n</div>\r\n</div>\r\n<div class=\"sc-gelMue gpjXWo\">\r\n<h1><strong><span class=\"screen-reader-text\">Pratinjau deskripsi meta:</span></strong></h1>\r\n<div class=\"sc-fiSPbx bjMKAH\">\r\n<h1 class=\"sc-fiSPbx bjMKAH\" style=\"text-align: center;\"></h1>\r\n</div>\r\n</div>','Alot88 Online','','inherit','closed','closed','','37-revision-v1','','','2024-09-21 06:38:30','2024-09-20 23:38:30','',37,'https://alot88.co/?p=45',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(52,0,'2024-11-13 18:32:12','2024-11-13 11:32:12','[{\"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\":\"253fe5b9bfed491a713fce6566c43c51\",\"data\":{\"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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"af806b1030bb980b21c60a45861423bb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"a60ecfcc45dc99e00862d787b8d8b00b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"0f820f10796e0e0695c30c984fc20b46\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"64df928bcdde83ceb88799fc7b66eac5\",\"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:\\/\\/Alot88.co\\/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\":\"b95848f415935e7de4c8fd20c80fbcdf\",\"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:\\/\\/Alot88.co\\/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\":\"358748f618555e2473dd77c4ba69402a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"41a209413360d5b62c09bb8b6609cb7b\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"d30bcd4f82ee401d5d6b8cebb16d3a73\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1a79257de152df7a6cf379fbe4b8db8c\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"1625416f1f69efb2518e84b2005d8389\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"857794a6c06f0eafb338c1f5278e59d4\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ca4d7de25db18b448555c567b2841982\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"be89a632bd6a570fcda93f9eee312a76\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"7f914e2fcd0d6fb84fef3116039a8579\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"45cf10283edd11c5b9b5bd3928e326d4\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"646a671989c9cb08608d6b89c56f08bb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"ea3936041ef267ef6b36719b51fa18e6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"6fbb284e868309495435b2b32ebd6fff\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"f56a485f11007e4038e03923fb9f6ca2\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"a3b1b39c3e2469530c65466e1bf0ab76\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5b30a065b288a53c9a02e2df6de02013\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2cd8c3d37bca752f10d972cf376998b4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"cfc37e43ed2253987138236347c54444\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"fbc56059512605a2fa359da1f0b8bd0f\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"25155f6d41beda35dc9f8012bd6b9b29\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bea96fb6516575e56bb9b1f1e681b7c2\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5735b87004d134b7572ffbf073d67b83\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"7723a94e54f1a04ac172277f9744b176\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"01b717c1b45026f5f685717ba848f9f9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"32952caeec0516541e1672facb397e85\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"423cbe6182bfb1bf988abca479395677\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"de2f020ae6ad391351d0b0bb9a454d21\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"2b026ea7184021eaea23b68ef635a0a6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"42220c4522d9608644627ef8ae7c602c\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9114127b6126272e6d806f1b5cf4ac7d\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"b21b2d2a40d0f8c9deff189330400b7d\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a759282c114c4b050f64d13b9ce495f6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bf463e554d59bd3767b6fb7fcc847b4a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9fcd9e92f876b88a3d83895a153c75af\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ab63ae7c4c8e207d70123f05b69f2deb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"3ee8d5a5ea98e48ebad5983fb8999fb0\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3aa41480bb4f2fe2834174a630d7e0e4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"6553ee9f414ae5aba7fb12441536f036\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"100aeda4f59c35bef72b3fce2cd7a344\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a0c990a48f943283146b9c2fc44c3d75\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9deae9b082e7e0c439ef675dc298c86a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"b060445c17d3529d5e3625ab2a690263\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"88b4fcbf5298f849f46b4a3a7b09bc6b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"72d5160424e890715ab53a7d2052898d\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"582d8d3c9fadcbd07bb64d808dd00fd8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"42aba97ff0f2df6df9888ddb5904a7e1\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"59fa85f1b25a3e7b9fa21b14d1af6b60\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"b9790ae38a4e32dddd92024fa43f51a3\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9372607b0b307ac6486819fc601b9e51\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"c859d917b24b3c81f60b021d609cda23\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"1c0dd55102c25d8bd4216bce10649cc4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"c87bdc14f80b4d166d10d4aa18001f23\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"e97a818ba2d24b141f82f06e77e26240\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"394cb9f231b680e3786935bf8b1f1139\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"34af801e8665d5300825011c922699fb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"163eac662237701d726581af57da90fa\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"d471de65ed7adf7772c7ea201876991b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"0b674997b5f92493a90fd2b5730354df\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"e4203e6bcb785dba20935a5fc7f46f88\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"8bd665441ddf5b0c2f3b582b383d4cc1\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bdc1b3273201c2a9fd4de9f10c236e7e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"e3420c5084f53a9baa8e828da6e83b0e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3167b8e538e1b5a6374aea60ed8f4252\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9eab15374c1dcd1fe7138e6b62f13f9b\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3a9530f290bbbd0f81da1fc81f7cb66e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5b8ae7b2830654ae82ac881d583fe127\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"28c6f6d53b842452682b12b10821cf05\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"127c3c44a19aa40c36cfab7827d2f067\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"f0181f4a00905170ef2321aec8b2c2b4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"88b6c4abc902868ec13d868790d6908e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2479d352758f0f64483ce8d4bbd3615e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"94d3879217d2ed6430f948ea303c9b22\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"c0a1781007bb6055d4c0d0f22e68999f\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"d8aba24e68c2bf7c76a8495d4ec082ce\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ec1622f5f2b731ce1fe56dd51ebb1322\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"358be3490ca3654ce2c88d2df002b2a5\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"4dc7bae24215dce359ac08408d857a13\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"f6ae516ffc5955d2f4aab6f71d568a73\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"b306659c36893015f78855b48637a0b8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"813e1d295b00f2bb3ffe2f5be34d0674\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"a3ef4571f3f6f12bf0be6197ad689cec\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"6476a7fce7b5922292bae0ea52f77a3c\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"c90dc3d38ed62a4ce8a83c5f2749765e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"cacf80dbb7b9816a8ad193ecb7631e55\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"4fc33f07faa2e2fbb318dfb388b1c8d2\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5337ee090c04e01aeda5b1a78d74febd\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"05e57cd00bcea6a41bf187308225dff5\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"42990904723cf8c37941f9d0a7c3cce9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"481468b2389026c9721b434b8d4fde5b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a2218dae6556e5f3c3743b383ebed7e7\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2ca8e8b3e3df8e63f28f8b981a3f88b8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1b7b9e970bc65fd2fb20b5846db06751\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"86b6bca2eb8bfb67b0a40aea0b2550eb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"bc800fcf80f7b9a2210172e21a597454\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"122776ae32f4f5c9d0ebab68117369e3\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"801b925272176e85e6bd81d072646b69\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3c587d0ef1a6333c3d7a7a6d1ffdb78a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1db76dc31a9bafee99ff66e0f03d1d2e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"8f443fcf6156c8e3878ea3d55e96c4e9\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"3dff1719ee16e6b5a57c5fab69f895f7\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9731e61fa04eac88334754419f0dce1b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"fb1ce73e7d58dbfde7627d6847856ce9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"041b819a4791962dc7c443ccf821bea7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"3761cc870f559cdaa51d87566fa4d52d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a876be5a0b6eecfaf48de6700a3ecec5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d637f23065a7858397d18daebaf5075a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"99eb9a68952834aabfc2166763b70d7a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"18dcf232b929a39863fe5d8a94ef73a3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"59451e1db14d9ce78850a67e3b1e7145\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"15a5140e9b26f884988519434950a12e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1899e7f52664d8faa22e13586cc058aa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"5842aa3d9b7967b94b96d0efa94f76ef\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ed993daf38c293df247ff8ffa11aaf09\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"af58e1c018f2d1b926192eac2ee24181\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"32a6a18ae2bfa38f8c04afacfe2c7035\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48ad371ae06687067b8bdd423152bf64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a28efcd5e98e5ce7d5330037984f781b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"df978c7ca83598bfb530c775060d2aaa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"4f897b628472dadedcc7cc71daffe662\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6194d5adf8540584ee4a8a50acd4d204\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3d359d83b527590d2194981e45ea55e6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"00e470865386d7214062a40715dc13de\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d9203736779bc77f14da79393759dea3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"dc6daec6eb28b7cc7c3355697c7e9655\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"737c9d55cde0ef61a6dc9f1d50f79021\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d6a49ec3eb873239de77705e62d017ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ae80bfc5d2d021acc3534ce4e18510a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"fc006a7b97d0391c4e100ffd47469b6b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ff8999f917a71521d85313e8e208d3b9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d08473af99cabb7d6b620428540879cb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48c08a8dd0205103a0c7a3e050d4725a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6c3e8815a678c350d587abd7fec4c3fc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"29caa0acde0dddd6c76721c8da8fbe92\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48afd4a9d0909a95ad8326d037d5d8ad\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a871b43e7b6eaeef563a98fc4a01ee1d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1855d8666286f54c4579d7ec7be66c8c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d8587a3b3927ee5185050daf2ed62309\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"7bcea053fa489448e05d6fc53803e58f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"73bbea140b1cccab180c3b9dade36a7b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6ad59083d2f44ec590d30e3030c577af\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1da18bb6be3c0b47740497f6c56a76c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"0a66fb3630544e408ef6f1b49607e94f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e0923bd016ca02d637c832a544627585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"c863eaaac1215e8d0bd79d2c6b4ffd6b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6a5a0d5128b1fa423efd37185a21a4e9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e01eacb70284aaa2870684499a9b8cd2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d66ad65de168366280439243a3e01e43\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d780b992cbe34378557dff0750380a38\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"53ea03b578949fb91b607d6d41612569\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"5de249f5c6b1877caacba9ae4c6564ca\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"cb35e150a0e733097b607d779828acdb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"40305f38782694a0b20f79c91e679914\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3b40b0ccfc5de6b29cf031fa63704f81\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"2ee63dc6ec2a43877543d2f0eb8c3eca\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"841c695ea0daec6aaa92e655cac36f8b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"b12697f8a2dbdc80d8ac1b92b38d5251\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"7e550941bbc049a08f04a8ef44aa0005\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"72a2f3f460e509d08cb1d16fc7f27701\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"823f9e6d51904e17c8980d2d1d6e7e6c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6098dba584acba83256b9e1212a14cb1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6908e97f512b8fc10206aa10db511b8f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"dcbfb95680e586daa7eed8f2031875b9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"2d373675761801d53d282588aca3f2c1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"44d36f210f1725a9187b7a853dd845b0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a0b286bab948029ad29d9988e206acb9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1ec0b4c0658c9a7ad9e80f50a7d0e9a8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1b8a9a3f0c846bf08982407f1a5cc3fc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6092299357d10891e9a9b511e6f61342\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"9e6e53aff8c8a73933704b23097a05b6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"428c71b5eca5c53ad6e3c602e5b7abbd\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e01d202ddb8fead285322efb8eca87c2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"c02cc22aea9b652e0977f67b1014ae82\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"8e51ef49560ca89e962aee187db31c89\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"30d2fbe7ea5efc9ae753d15b76d6d7d9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3e2d22bb03ede51c01bd4f714c44aab7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Alot88.co\\/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://alot88.co/category/uncategorized/','','publish','closed','closed','','1f3400960d78ed5aeb7996b3c5f5aeaf','','','2024-11-13 18:32:12','2024-11-13 11:32:12','',0,'https://alot88.co/amp_validated_url/1f3400960d78ed5aeb7996b3c5f5aeaf/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(56,0,'2024-11-13 17:26:13','2024-11-13 10:26:13','[{\"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\":\"253fe5b9bfed491a713fce6566c43c51\",\"data\":{\"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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"af806b1030bb980b21c60a45861423bb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"a60ecfcc45dc99e00862d787b8d8b00b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"0f820f10796e0e0695c30c984fc20b46\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"64df928bcdde83ceb88799fc7b66eac5\",\"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:\\/\\/Alot88.co\\/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\":\"b95848f415935e7de4c8fd20c80fbcdf\",\"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:\\/\\/Alot88.co\\/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\":\"358748f618555e2473dd77c4ba69402a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"41a209413360d5b62c09bb8b6609cb7b\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"d30bcd4f82ee401d5d6b8cebb16d3a73\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1a79257de152df7a6cf379fbe4b8db8c\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"1625416f1f69efb2518e84b2005d8389\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"857794a6c06f0eafb338c1f5278e59d4\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ca4d7de25db18b448555c567b2841982\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"be89a632bd6a570fcda93f9eee312a76\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"7f914e2fcd0d6fb84fef3116039a8579\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"45cf10283edd11c5b9b5bd3928e326d4\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"646a671989c9cb08608d6b89c56f08bb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"ea3936041ef267ef6b36719b51fa18e6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"6fbb284e868309495435b2b32ebd6fff\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"f56a485f11007e4038e03923fb9f6ca2\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"a3b1b39c3e2469530c65466e1bf0ab76\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5b30a065b288a53c9a02e2df6de02013\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2cd8c3d37bca752f10d972cf376998b4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"cfc37e43ed2253987138236347c54444\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"fbc56059512605a2fa359da1f0b8bd0f\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"25155f6d41beda35dc9f8012bd6b9b29\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bea96fb6516575e56bb9b1f1e681b7c2\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5735b87004d134b7572ffbf073d67b83\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"7723a94e54f1a04ac172277f9744b176\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"01b717c1b45026f5f685717ba848f9f9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"32952caeec0516541e1672facb397e85\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"423cbe6182bfb1bf988abca479395677\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"de2f020ae6ad391351d0b0bb9a454d21\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"2b026ea7184021eaea23b68ef635a0a6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"42220c4522d9608644627ef8ae7c602c\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9114127b6126272e6d806f1b5cf4ac7d\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"b21b2d2a40d0f8c9deff189330400b7d\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a759282c114c4b050f64d13b9ce495f6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bf463e554d59bd3767b6fb7fcc847b4a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9fcd9e92f876b88a3d83895a153c75af\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ab63ae7c4c8e207d70123f05b69f2deb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"3ee8d5a5ea98e48ebad5983fb8999fb0\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3aa41480bb4f2fe2834174a630d7e0e4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"6553ee9f414ae5aba7fb12441536f036\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"100aeda4f59c35bef72b3fce2cd7a344\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a0c990a48f943283146b9c2fc44c3d75\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9deae9b082e7e0c439ef675dc298c86a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"b060445c17d3529d5e3625ab2a690263\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"88b4fcbf5298f849f46b4a3a7b09bc6b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"72d5160424e890715ab53a7d2052898d\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"582d8d3c9fadcbd07bb64d808dd00fd8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"42aba97ff0f2df6df9888ddb5904a7e1\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"59fa85f1b25a3e7b9fa21b14d1af6b60\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"b9790ae38a4e32dddd92024fa43f51a3\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9372607b0b307ac6486819fc601b9e51\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"c859d917b24b3c81f60b021d609cda23\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"1c0dd55102c25d8bd4216bce10649cc4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"c87bdc14f80b4d166d10d4aa18001f23\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"e97a818ba2d24b141f82f06e77e26240\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"394cb9f231b680e3786935bf8b1f1139\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"34af801e8665d5300825011c922699fb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"163eac662237701d726581af57da90fa\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"d471de65ed7adf7772c7ea201876991b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"0b674997b5f92493a90fd2b5730354df\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"e4203e6bcb785dba20935a5fc7f46f88\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"8bd665441ddf5b0c2f3b582b383d4cc1\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bdc1b3273201c2a9fd4de9f10c236e7e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"e3420c5084f53a9baa8e828da6e83b0e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3167b8e538e1b5a6374aea60ed8f4252\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9eab15374c1dcd1fe7138e6b62f13f9b\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3a9530f290bbbd0f81da1fc81f7cb66e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5b8ae7b2830654ae82ac881d583fe127\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"28c6f6d53b842452682b12b10821cf05\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"127c3c44a19aa40c36cfab7827d2f067\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"f0181f4a00905170ef2321aec8b2c2b4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"88b6c4abc902868ec13d868790d6908e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2479d352758f0f64483ce8d4bbd3615e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"94d3879217d2ed6430f948ea303c9b22\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"c0a1781007bb6055d4c0d0f22e68999f\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"d8aba24e68c2bf7c76a8495d4ec082ce\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ec1622f5f2b731ce1fe56dd51ebb1322\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"358be3490ca3654ce2c88d2df002b2a5\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"4dc7bae24215dce359ac08408d857a13\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"f6ae516ffc5955d2f4aab6f71d568a73\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"b306659c36893015f78855b48637a0b8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"813e1d295b00f2bb3ffe2f5be34d0674\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"a3ef4571f3f6f12bf0be6197ad689cec\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"6476a7fce7b5922292bae0ea52f77a3c\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"c90dc3d38ed62a4ce8a83c5f2749765e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"cacf80dbb7b9816a8ad193ecb7631e55\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"4fc33f07faa2e2fbb318dfb388b1c8d2\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5337ee090c04e01aeda5b1a78d74febd\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"05e57cd00bcea6a41bf187308225dff5\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"42990904723cf8c37941f9d0a7c3cce9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"481468b2389026c9721b434b8d4fde5b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a2218dae6556e5f3c3743b383ebed7e7\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2ca8e8b3e3df8e63f28f8b981a3f88b8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1b7b9e970bc65fd2fb20b5846db06751\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"86b6bca2eb8bfb67b0a40aea0b2550eb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"bc800fcf80f7b9a2210172e21a597454\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"122776ae32f4f5c9d0ebab68117369e3\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"801b925272176e85e6bd81d072646b69\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3c587d0ef1a6333c3d7a7a6d1ffdb78a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1db76dc31a9bafee99ff66e0f03d1d2e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"8f443fcf6156c8e3878ea3d55e96c4e9\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"3dff1719ee16e6b5a57c5fab69f895f7\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9731e61fa04eac88334754419f0dce1b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"fb1ce73e7d58dbfde7627d6847856ce9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"041b819a4791962dc7c443ccf821bea7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"3761cc870f559cdaa51d87566fa4d52d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a876be5a0b6eecfaf48de6700a3ecec5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d637f23065a7858397d18daebaf5075a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"99eb9a68952834aabfc2166763b70d7a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"18dcf232b929a39863fe5d8a94ef73a3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"59451e1db14d9ce78850a67e3b1e7145\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"15a5140e9b26f884988519434950a12e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1899e7f52664d8faa22e13586cc058aa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"5842aa3d9b7967b94b96d0efa94f76ef\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ed993daf38c293df247ff8ffa11aaf09\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"af58e1c018f2d1b926192eac2ee24181\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"32a6a18ae2bfa38f8c04afacfe2c7035\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48ad371ae06687067b8bdd423152bf64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a28efcd5e98e5ce7d5330037984f781b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"df978c7ca83598bfb530c775060d2aaa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"4f897b628472dadedcc7cc71daffe662\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6194d5adf8540584ee4a8a50acd4d204\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3d359d83b527590d2194981e45ea55e6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"00e470865386d7214062a40715dc13de\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d9203736779bc77f14da79393759dea3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"dc6daec6eb28b7cc7c3355697c7e9655\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"737c9d55cde0ef61a6dc9f1d50f79021\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d6a49ec3eb873239de77705e62d017ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ae80bfc5d2d021acc3534ce4e18510a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"fc006a7b97d0391c4e100ffd47469b6b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ff8999f917a71521d85313e8e208d3b9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d08473af99cabb7d6b620428540879cb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48c08a8dd0205103a0c7a3e050d4725a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6c3e8815a678c350d587abd7fec4c3fc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"29caa0acde0dddd6c76721c8da8fbe92\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48afd4a9d0909a95ad8326d037d5d8ad\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a871b43e7b6eaeef563a98fc4a01ee1d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1855d8666286f54c4579d7ec7be66c8c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d8587a3b3927ee5185050daf2ed62309\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"7bcea053fa489448e05d6fc53803e58f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"73bbea140b1cccab180c3b9dade36a7b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6ad59083d2f44ec590d30e3030c577af\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1da18bb6be3c0b47740497f6c56a76c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"0a66fb3630544e408ef6f1b49607e94f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e0923bd016ca02d637c832a544627585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"c863eaaac1215e8d0bd79d2c6b4ffd6b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6a5a0d5128b1fa423efd37185a21a4e9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e01eacb70284aaa2870684499a9b8cd2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d66ad65de168366280439243a3e01e43\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d780b992cbe34378557dff0750380a38\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"53ea03b578949fb91b607d6d41612569\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"5de249f5c6b1877caacba9ae4c6564ca\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"cb35e150a0e733097b607d779828acdb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"40305f38782694a0b20f79c91e679914\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3b40b0ccfc5de6b29cf031fa63704f81\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"2ee63dc6ec2a43877543d2f0eb8c3eca\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"841c695ea0daec6aaa92e655cac36f8b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"b12697f8a2dbdc80d8ac1b92b38d5251\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"7e550941bbc049a08f04a8ef44aa0005\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"72a2f3f460e509d08cb1d16fc7f27701\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"823f9e6d51904e17c8980d2d1d6e7e6c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6098dba584acba83256b9e1212a14cb1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6908e97f512b8fc10206aa10db511b8f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"dcbfb95680e586daa7eed8f2031875b9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"2d373675761801d53d282588aca3f2c1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"44d36f210f1725a9187b7a853dd845b0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a0b286bab948029ad29d9988e206acb9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1ec0b4c0658c9a7ad9e80f50a7d0e9a8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1b8a9a3f0c846bf08982407f1a5cc3fc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6092299357d10891e9a9b511e6f61342\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"9e6e53aff8c8a73933704b23097a05b6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"428c71b5eca5c53ad6e3c602e5b7abbd\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e01d202ddb8fead285322efb8eca87c2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"c02cc22aea9b652e0977f67b1014ae82\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"8e51ef49560ca89e962aee187db31c89\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"30d2fbe7ea5efc9ae753d15b76d6d7d9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3e2d22bb03ede51c01bd4f714c44aab7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Alot88.co\\/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://alot88.co/alot88-online/','','publish','closed','closed','','c28b4f5054c5a8c7d104f9c8d02a46d0','','','2024-11-13 17:26:13','2024-11-13 10:26:13','',0,'https://alot88.co/amp_validated_url/c28b4f5054c5a8c7d104f9c8d02a46d0/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(57,0,'2024-11-13 19:35:55','2024-11-13 12:35:55','[{\"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\":\"253fe5b9bfed491a713fce6566c43c51\",\"data\":{\"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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"af806b1030bb980b21c60a45861423bb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"a60ecfcc45dc99e00862d787b8d8b00b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"0f820f10796e0e0695c30c984fc20b46\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"64df928bcdde83ceb88799fc7b66eac5\",\"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:\\/\\/Alot88.co\\/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\":\"b95848f415935e7de4c8fd20c80fbcdf\",\"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:\\/\\/Alot88.co\\/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\":\"358748f618555e2473dd77c4ba69402a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"41a209413360d5b62c09bb8b6609cb7b\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"d30bcd4f82ee401d5d6b8cebb16d3a73\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1a79257de152df7a6cf379fbe4b8db8c\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"1625416f1f69efb2518e84b2005d8389\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"857794a6c06f0eafb338c1f5278e59d4\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ca4d7de25db18b448555c567b2841982\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"be89a632bd6a570fcda93f9eee312a76\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"7f914e2fcd0d6fb84fef3116039a8579\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"45cf10283edd11c5b9b5bd3928e326d4\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"646a671989c9cb08608d6b89c56f08bb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"ea3936041ef267ef6b36719b51fa18e6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"6fbb284e868309495435b2b32ebd6fff\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"f56a485f11007e4038e03923fb9f6ca2\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"a3b1b39c3e2469530c65466e1bf0ab76\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5b30a065b288a53c9a02e2df6de02013\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2cd8c3d37bca752f10d972cf376998b4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"cfc37e43ed2253987138236347c54444\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"fbc56059512605a2fa359da1f0b8bd0f\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"25155f6d41beda35dc9f8012bd6b9b29\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bea96fb6516575e56bb9b1f1e681b7c2\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5735b87004d134b7572ffbf073d67b83\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"7723a94e54f1a04ac172277f9744b176\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"01b717c1b45026f5f685717ba848f9f9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"32952caeec0516541e1672facb397e85\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"423cbe6182bfb1bf988abca479395677\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"de2f020ae6ad391351d0b0bb9a454d21\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"2b026ea7184021eaea23b68ef635a0a6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"42220c4522d9608644627ef8ae7c602c\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9114127b6126272e6d806f1b5cf4ac7d\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"b21b2d2a40d0f8c9deff189330400b7d\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a759282c114c4b050f64d13b9ce495f6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bf463e554d59bd3767b6fb7fcc847b4a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9fcd9e92f876b88a3d83895a153c75af\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ab63ae7c4c8e207d70123f05b69f2deb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"3ee8d5a5ea98e48ebad5983fb8999fb0\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3aa41480bb4f2fe2834174a630d7e0e4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"6553ee9f414ae5aba7fb12441536f036\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"100aeda4f59c35bef72b3fce2cd7a344\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a0c990a48f943283146b9c2fc44c3d75\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9deae9b082e7e0c439ef675dc298c86a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"b060445c17d3529d5e3625ab2a690263\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"88b4fcbf5298f849f46b4a3a7b09bc6b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"72d5160424e890715ab53a7d2052898d\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"582d8d3c9fadcbd07bb64d808dd00fd8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"42aba97ff0f2df6df9888ddb5904a7e1\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"59fa85f1b25a3e7b9fa21b14d1af6b60\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"b9790ae38a4e32dddd92024fa43f51a3\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9372607b0b307ac6486819fc601b9e51\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"c859d917b24b3c81f60b021d609cda23\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"1c0dd55102c25d8bd4216bce10649cc4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"c87bdc14f80b4d166d10d4aa18001f23\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"e97a818ba2d24b141f82f06e77e26240\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"394cb9f231b680e3786935bf8b1f1139\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"34af801e8665d5300825011c922699fb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"163eac662237701d726581af57da90fa\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"d471de65ed7adf7772c7ea201876991b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"0b674997b5f92493a90fd2b5730354df\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"e4203e6bcb785dba20935a5fc7f46f88\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"8bd665441ddf5b0c2f3b582b383d4cc1\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bdc1b3273201c2a9fd4de9f10c236e7e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"e3420c5084f53a9baa8e828da6e83b0e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3167b8e538e1b5a6374aea60ed8f4252\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9eab15374c1dcd1fe7138e6b62f13f9b\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3a9530f290bbbd0f81da1fc81f7cb66e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5b8ae7b2830654ae82ac881d583fe127\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"28c6f6d53b842452682b12b10821cf05\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"127c3c44a19aa40c36cfab7827d2f067\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"f0181f4a00905170ef2321aec8b2c2b4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"88b6c4abc902868ec13d868790d6908e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2479d352758f0f64483ce8d4bbd3615e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"94d3879217d2ed6430f948ea303c9b22\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"c0a1781007bb6055d4c0d0f22e68999f\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"d8aba24e68c2bf7c76a8495d4ec082ce\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ec1622f5f2b731ce1fe56dd51ebb1322\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"358be3490ca3654ce2c88d2df002b2a5\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"4dc7bae24215dce359ac08408d857a13\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"f6ae516ffc5955d2f4aab6f71d568a73\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"b306659c36893015f78855b48637a0b8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"813e1d295b00f2bb3ffe2f5be34d0674\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"a3ef4571f3f6f12bf0be6197ad689cec\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"6476a7fce7b5922292bae0ea52f77a3c\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"c90dc3d38ed62a4ce8a83c5f2749765e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"cacf80dbb7b9816a8ad193ecb7631e55\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"4fc33f07faa2e2fbb318dfb388b1c8d2\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5337ee090c04e01aeda5b1a78d74febd\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"05e57cd00bcea6a41bf187308225dff5\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"42990904723cf8c37941f9d0a7c3cce9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"481468b2389026c9721b434b8d4fde5b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a2218dae6556e5f3c3743b383ebed7e7\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2ca8e8b3e3df8e63f28f8b981a3f88b8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1b7b9e970bc65fd2fb20b5846db06751\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"86b6bca2eb8bfb67b0a40aea0b2550eb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"bc800fcf80f7b9a2210172e21a597454\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"122776ae32f4f5c9d0ebab68117369e3\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"801b925272176e85e6bd81d072646b69\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3c587d0ef1a6333c3d7a7a6d1ffdb78a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1db76dc31a9bafee99ff66e0f03d1d2e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"8f443fcf6156c8e3878ea3d55e96c4e9\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"3dff1719ee16e6b5a57c5fab69f895f7\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9731e61fa04eac88334754419f0dce1b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"fb1ce73e7d58dbfde7627d6847856ce9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"041b819a4791962dc7c443ccf821bea7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"3761cc870f559cdaa51d87566fa4d52d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a876be5a0b6eecfaf48de6700a3ecec5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d637f23065a7858397d18daebaf5075a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"99eb9a68952834aabfc2166763b70d7a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"18dcf232b929a39863fe5d8a94ef73a3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"59451e1db14d9ce78850a67e3b1e7145\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"15a5140e9b26f884988519434950a12e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1899e7f52664d8faa22e13586cc058aa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"5842aa3d9b7967b94b96d0efa94f76ef\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ed993daf38c293df247ff8ffa11aaf09\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"af58e1c018f2d1b926192eac2ee24181\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"32a6a18ae2bfa38f8c04afacfe2c7035\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48ad371ae06687067b8bdd423152bf64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a28efcd5e98e5ce7d5330037984f781b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"df978c7ca83598bfb530c775060d2aaa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"4f897b628472dadedcc7cc71daffe662\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6194d5adf8540584ee4a8a50acd4d204\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3d359d83b527590d2194981e45ea55e6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"00e470865386d7214062a40715dc13de\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d9203736779bc77f14da79393759dea3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"dc6daec6eb28b7cc7c3355697c7e9655\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"737c9d55cde0ef61a6dc9f1d50f79021\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d6a49ec3eb873239de77705e62d017ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ae80bfc5d2d021acc3534ce4e18510a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"fc006a7b97d0391c4e100ffd47469b6b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ff8999f917a71521d85313e8e208d3b9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d08473af99cabb7d6b620428540879cb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48c08a8dd0205103a0c7a3e050d4725a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6c3e8815a678c350d587abd7fec4c3fc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"29caa0acde0dddd6c76721c8da8fbe92\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48afd4a9d0909a95ad8326d037d5d8ad\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a871b43e7b6eaeef563a98fc4a01ee1d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1855d8666286f54c4579d7ec7be66c8c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d8587a3b3927ee5185050daf2ed62309\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"7bcea053fa489448e05d6fc53803e58f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"73bbea140b1cccab180c3b9dade36a7b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6ad59083d2f44ec590d30e3030c577af\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1da18bb6be3c0b47740497f6c56a76c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"0a66fb3630544e408ef6f1b49607e94f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e0923bd016ca02d637c832a544627585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"c863eaaac1215e8d0bd79d2c6b4ffd6b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6a5a0d5128b1fa423efd37185a21a4e9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e01eacb70284aaa2870684499a9b8cd2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d66ad65de168366280439243a3e01e43\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d780b992cbe34378557dff0750380a38\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"53ea03b578949fb91b607d6d41612569\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"5de249f5c6b1877caacba9ae4c6564ca\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"cb35e150a0e733097b607d779828acdb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"40305f38782694a0b20f79c91e679914\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3b40b0ccfc5de6b29cf031fa63704f81\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"2ee63dc6ec2a43877543d2f0eb8c3eca\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"841c695ea0daec6aaa92e655cac36f8b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"b12697f8a2dbdc80d8ac1b92b38d5251\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"7e550941bbc049a08f04a8ef44aa0005\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"72a2f3f460e509d08cb1d16fc7f27701\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"823f9e6d51904e17c8980d2d1d6e7e6c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6098dba584acba83256b9e1212a14cb1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6908e97f512b8fc10206aa10db511b8f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"dcbfb95680e586daa7eed8f2031875b9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"2d373675761801d53d282588aca3f2c1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"44d36f210f1725a9187b7a853dd845b0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a0b286bab948029ad29d9988e206acb9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1ec0b4c0658c9a7ad9e80f50a7d0e9a8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1b8a9a3f0c846bf08982407f1a5cc3fc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6092299357d10891e9a9b511e6f61342\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"9e6e53aff8c8a73933704b23097a05b6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"428c71b5eca5c53ad6e3c602e5b7abbd\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e01d202ddb8fead285322efb8eca87c2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"c02cc22aea9b652e0977f67b1014ae82\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"8e51ef49560ca89e962aee187db31c89\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"30d2fbe7ea5efc9ae753d15b76d6d7d9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3e2d22bb03ede51c01bd4f714c44aab7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Alot88.co\\/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://alot88.co/author/admin/','','publish','closed','closed','','524b102137d91f84b16b34a42b7a227b','','','2024-11-13 19:35:55','2024-11-13 12:35:55','',0,'https://alot88.co/amp_validated_url/524b102137d91f84b16b34a42b7a227b/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(58,0,'2024-11-13 20:38:39','2024-11-13 13:38:39','[{\"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\":\"253fe5b9bfed491a713fce6566c43c51\",\"data\":{\"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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"af806b1030bb980b21c60a45861423bb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"a60ecfcc45dc99e00862d787b8d8b00b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"0f820f10796e0e0695c30c984fc20b46\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"64df928bcdde83ceb88799fc7b66eac5\",\"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:\\/\\/Alot88.co\\/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\":\"b95848f415935e7de4c8fd20c80fbcdf\",\"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:\\/\\/Alot88.co\\/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\":\"358748f618555e2473dd77c4ba69402a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"41a209413360d5b62c09bb8b6609cb7b\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"d30bcd4f82ee401d5d6b8cebb16d3a73\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1a79257de152df7a6cf379fbe4b8db8c\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"1625416f1f69efb2518e84b2005d8389\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"857794a6c06f0eafb338c1f5278e59d4\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ca4d7de25db18b448555c567b2841982\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"be89a632bd6a570fcda93f9eee312a76\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"7f914e2fcd0d6fb84fef3116039a8579\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"45cf10283edd11c5b9b5bd3928e326d4\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"646a671989c9cb08608d6b89c56f08bb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"ea3936041ef267ef6b36719b51fa18e6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"6fbb284e868309495435b2b32ebd6fff\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"f56a485f11007e4038e03923fb9f6ca2\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"a3b1b39c3e2469530c65466e1bf0ab76\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5b30a065b288a53c9a02e2df6de02013\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2cd8c3d37bca752f10d972cf376998b4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"cfc37e43ed2253987138236347c54444\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"fbc56059512605a2fa359da1f0b8bd0f\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"25155f6d41beda35dc9f8012bd6b9b29\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bea96fb6516575e56bb9b1f1e681b7c2\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5735b87004d134b7572ffbf073d67b83\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"7723a94e54f1a04ac172277f9744b176\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"01b717c1b45026f5f685717ba848f9f9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"32952caeec0516541e1672facb397e85\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"423cbe6182bfb1bf988abca479395677\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"de2f020ae6ad391351d0b0bb9a454d21\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"2b026ea7184021eaea23b68ef635a0a6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"42220c4522d9608644627ef8ae7c602c\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9114127b6126272e6d806f1b5cf4ac7d\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"b21b2d2a40d0f8c9deff189330400b7d\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a759282c114c4b050f64d13b9ce495f6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bf463e554d59bd3767b6fb7fcc847b4a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9fcd9e92f876b88a3d83895a153c75af\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ab63ae7c4c8e207d70123f05b69f2deb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"3ee8d5a5ea98e48ebad5983fb8999fb0\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3aa41480bb4f2fe2834174a630d7e0e4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"6553ee9f414ae5aba7fb12441536f036\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"100aeda4f59c35bef72b3fce2cd7a344\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a0c990a48f943283146b9c2fc44c3d75\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9deae9b082e7e0c439ef675dc298c86a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"b060445c17d3529d5e3625ab2a690263\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"88b4fcbf5298f849f46b4a3a7b09bc6b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"72d5160424e890715ab53a7d2052898d\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"582d8d3c9fadcbd07bb64d808dd00fd8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"42aba97ff0f2df6df9888ddb5904a7e1\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"59fa85f1b25a3e7b9fa21b14d1af6b60\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"b9790ae38a4e32dddd92024fa43f51a3\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9372607b0b307ac6486819fc601b9e51\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"c859d917b24b3c81f60b021d609cda23\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"1c0dd55102c25d8bd4216bce10649cc4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"c87bdc14f80b4d166d10d4aa18001f23\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"e97a818ba2d24b141f82f06e77e26240\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"394cb9f231b680e3786935bf8b1f1139\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"34af801e8665d5300825011c922699fb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"163eac662237701d726581af57da90fa\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"d471de65ed7adf7772c7ea201876991b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"0b674997b5f92493a90fd2b5730354df\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"e4203e6bcb785dba20935a5fc7f46f88\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"8bd665441ddf5b0c2f3b582b383d4cc1\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bdc1b3273201c2a9fd4de9f10c236e7e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"e3420c5084f53a9baa8e828da6e83b0e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3167b8e538e1b5a6374aea60ed8f4252\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9eab15374c1dcd1fe7138e6b62f13f9b\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3a9530f290bbbd0f81da1fc81f7cb66e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5b8ae7b2830654ae82ac881d583fe127\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"28c6f6d53b842452682b12b10821cf05\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"127c3c44a19aa40c36cfab7827d2f067\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"f0181f4a00905170ef2321aec8b2c2b4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"88b6c4abc902868ec13d868790d6908e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2479d352758f0f64483ce8d4bbd3615e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"94d3879217d2ed6430f948ea303c9b22\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"c0a1781007bb6055d4c0d0f22e68999f\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"d8aba24e68c2bf7c76a8495d4ec082ce\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ec1622f5f2b731ce1fe56dd51ebb1322\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"358be3490ca3654ce2c88d2df002b2a5\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"4dc7bae24215dce359ac08408d857a13\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"f6ae516ffc5955d2f4aab6f71d568a73\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"b306659c36893015f78855b48637a0b8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"813e1d295b00f2bb3ffe2f5be34d0674\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"a3ef4571f3f6f12bf0be6197ad689cec\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"6476a7fce7b5922292bae0ea52f77a3c\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"c90dc3d38ed62a4ce8a83c5f2749765e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"cacf80dbb7b9816a8ad193ecb7631e55\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"4fc33f07faa2e2fbb318dfb388b1c8d2\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5337ee090c04e01aeda5b1a78d74febd\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"05e57cd00bcea6a41bf187308225dff5\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"42990904723cf8c37941f9d0a7c3cce9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"481468b2389026c9721b434b8d4fde5b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a2218dae6556e5f3c3743b383ebed7e7\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2ca8e8b3e3df8e63f28f8b981a3f88b8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1b7b9e970bc65fd2fb20b5846db06751\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"86b6bca2eb8bfb67b0a40aea0b2550eb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"bc800fcf80f7b9a2210172e21a597454\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"122776ae32f4f5c9d0ebab68117369e3\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"801b925272176e85e6bd81d072646b69\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3c587d0ef1a6333c3d7a7a6d1ffdb78a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1db76dc31a9bafee99ff66e0f03d1d2e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"8f443fcf6156c8e3878ea3d55e96c4e9\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"3dff1719ee16e6b5a57c5fab69f895f7\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9731e61fa04eac88334754419f0dce1b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"fb1ce73e7d58dbfde7627d6847856ce9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"041b819a4791962dc7c443ccf821bea7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"3761cc870f559cdaa51d87566fa4d52d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a876be5a0b6eecfaf48de6700a3ecec5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d637f23065a7858397d18daebaf5075a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"99eb9a68952834aabfc2166763b70d7a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"18dcf232b929a39863fe5d8a94ef73a3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"59451e1db14d9ce78850a67e3b1e7145\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"15a5140e9b26f884988519434950a12e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1899e7f52664d8faa22e13586cc058aa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"5842aa3d9b7967b94b96d0efa94f76ef\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ed993daf38c293df247ff8ffa11aaf09\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"af58e1c018f2d1b926192eac2ee24181\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"32a6a18ae2bfa38f8c04afacfe2c7035\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48ad371ae06687067b8bdd423152bf64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a28efcd5e98e5ce7d5330037984f781b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"df978c7ca83598bfb530c775060d2aaa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"4f897b628472dadedcc7cc71daffe662\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6194d5adf8540584ee4a8a50acd4d204\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3d359d83b527590d2194981e45ea55e6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"00e470865386d7214062a40715dc13de\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d9203736779bc77f14da79393759dea3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"dc6daec6eb28b7cc7c3355697c7e9655\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"737c9d55cde0ef61a6dc9f1d50f79021\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d6a49ec3eb873239de77705e62d017ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ae80bfc5d2d021acc3534ce4e18510a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"fc006a7b97d0391c4e100ffd47469b6b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ff8999f917a71521d85313e8e208d3b9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d08473af99cabb7d6b620428540879cb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48c08a8dd0205103a0c7a3e050d4725a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6c3e8815a678c350d587abd7fec4c3fc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"29caa0acde0dddd6c76721c8da8fbe92\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48afd4a9d0909a95ad8326d037d5d8ad\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a871b43e7b6eaeef563a98fc4a01ee1d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1855d8666286f54c4579d7ec7be66c8c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d8587a3b3927ee5185050daf2ed62309\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"7bcea053fa489448e05d6fc53803e58f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"73bbea140b1cccab180c3b9dade36a7b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6ad59083d2f44ec590d30e3030c577af\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1da18bb6be3c0b47740497f6c56a76c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"0a66fb3630544e408ef6f1b49607e94f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e0923bd016ca02d637c832a544627585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"c863eaaac1215e8d0bd79d2c6b4ffd6b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6a5a0d5128b1fa423efd37185a21a4e9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e01eacb70284aaa2870684499a9b8cd2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d66ad65de168366280439243a3e01e43\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d780b992cbe34378557dff0750380a38\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"53ea03b578949fb91b607d6d41612569\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"5de249f5c6b1877caacba9ae4c6564ca\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"cb35e150a0e733097b607d779828acdb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"40305f38782694a0b20f79c91e679914\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3b40b0ccfc5de6b29cf031fa63704f81\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"2ee63dc6ec2a43877543d2f0eb8c3eca\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"841c695ea0daec6aaa92e655cac36f8b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"b12697f8a2dbdc80d8ac1b92b38d5251\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"7e550941bbc049a08f04a8ef44aa0005\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"72a2f3f460e509d08cb1d16fc7f27701\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"823f9e6d51904e17c8980d2d1d6e7e6c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6098dba584acba83256b9e1212a14cb1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6908e97f512b8fc10206aa10db511b8f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"dcbfb95680e586daa7eed8f2031875b9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"2d373675761801d53d282588aca3f2c1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"44d36f210f1725a9187b7a853dd845b0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a0b286bab948029ad29d9988e206acb9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1ec0b4c0658c9a7ad9e80f50a7d0e9a8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1b8a9a3f0c846bf08982407f1a5cc3fc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6092299357d10891e9a9b511e6f61342\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"9e6e53aff8c8a73933704b23097a05b6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"428c71b5eca5c53ad6e3c602e5b7abbd\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e01d202ddb8fead285322efb8eca87c2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"c02cc22aea9b652e0977f67b1014ae82\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"8e51ef49560ca89e962aee187db31c89\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"30d2fbe7ea5efc9ae753d15b76d6d7d9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3e2d22bb03ede51c01bd4f714c44aab7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Alot88.co\\/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://alot88.co/2024/','','publish','closed','closed','','b0bd18c800be8183136518da57dea34e','','','2024-11-13 20:38:39','2024-11-13 13:38:39','',0,'https://alot88.co/amp_validated_url/b0bd18c800be8183136518da57dea34e/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(59,0,'2024-11-13 21:41:38','2024-11-13 14:41: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\":\"253fe5b9bfed491a713fce6566c43c51\",\"data\":{\"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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"af806b1030bb980b21c60a45861423bb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"a60ecfcc45dc99e00862d787b8d8b00b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"0f820f10796e0e0695c30c984fc20b46\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"64df928bcdde83ceb88799fc7b66eac5\",\"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:\\/\\/Alot88.co\\/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\":\"b95848f415935e7de4c8fd20c80fbcdf\",\"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:\\/\\/Alot88.co\\/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\":\"358748f618555e2473dd77c4ba69402a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"41a209413360d5b62c09bb8b6609cb7b\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"d30bcd4f82ee401d5d6b8cebb16d3a73\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1a79257de152df7a6cf379fbe4b8db8c\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"1625416f1f69efb2518e84b2005d8389\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"857794a6c06f0eafb338c1f5278e59d4\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ca4d7de25db18b448555c567b2841982\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"be89a632bd6a570fcda93f9eee312a76\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"7f914e2fcd0d6fb84fef3116039a8579\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"45cf10283edd11c5b9b5bd3928e326d4\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"646a671989c9cb08608d6b89c56f08bb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"ea3936041ef267ef6b36719b51fa18e6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"6fbb284e868309495435b2b32ebd6fff\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"f56a485f11007e4038e03923fb9f6ca2\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"a3b1b39c3e2469530c65466e1bf0ab76\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5b30a065b288a53c9a02e2df6de02013\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2cd8c3d37bca752f10d972cf376998b4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"cfc37e43ed2253987138236347c54444\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"fbc56059512605a2fa359da1f0b8bd0f\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"25155f6d41beda35dc9f8012bd6b9b29\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bea96fb6516575e56bb9b1f1e681b7c2\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5735b87004d134b7572ffbf073d67b83\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"7723a94e54f1a04ac172277f9744b176\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"01b717c1b45026f5f685717ba848f9f9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"32952caeec0516541e1672facb397e85\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"423cbe6182bfb1bf988abca479395677\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"de2f020ae6ad391351d0b0bb9a454d21\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"2b026ea7184021eaea23b68ef635a0a6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"42220c4522d9608644627ef8ae7c602c\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9114127b6126272e6d806f1b5cf4ac7d\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"b21b2d2a40d0f8c9deff189330400b7d\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a759282c114c4b050f64d13b9ce495f6\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bf463e554d59bd3767b6fb7fcc847b4a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9fcd9e92f876b88a3d83895a153c75af\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ab63ae7c4c8e207d70123f05b69f2deb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"3ee8d5a5ea98e48ebad5983fb8999fb0\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3aa41480bb4f2fe2834174a630d7e0e4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"6553ee9f414ae5aba7fb12441536f036\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"100aeda4f59c35bef72b3fce2cd7a344\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a0c990a48f943283146b9c2fc44c3d75\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9deae9b082e7e0c439ef675dc298c86a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"b060445c17d3529d5e3625ab2a690263\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"88b4fcbf5298f849f46b4a3a7b09bc6b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"72d5160424e890715ab53a7d2052898d\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"582d8d3c9fadcbd07bb64d808dd00fd8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"42aba97ff0f2df6df9888ddb5904a7e1\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"59fa85f1b25a3e7b9fa21b14d1af6b60\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"b9790ae38a4e32dddd92024fa43f51a3\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9372607b0b307ac6486819fc601b9e51\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"c859d917b24b3c81f60b021d609cda23\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"1c0dd55102c25d8bd4216bce10649cc4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"c87bdc14f80b4d166d10d4aa18001f23\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"e97a818ba2d24b141f82f06e77e26240\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"394cb9f231b680e3786935bf8b1f1139\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"34af801e8665d5300825011c922699fb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"163eac662237701d726581af57da90fa\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"d471de65ed7adf7772c7ea201876991b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"0b674997b5f92493a90fd2b5730354df\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"e4203e6bcb785dba20935a5fc7f46f88\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"8bd665441ddf5b0c2f3b582b383d4cc1\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"bdc1b3273201c2a9fd4de9f10c236e7e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"e3420c5084f53a9baa8e828da6e83b0e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3167b8e538e1b5a6374aea60ed8f4252\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"9eab15374c1dcd1fe7138e6b62f13f9b\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3a9530f290bbbd0f81da1fc81f7cb66e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5b8ae7b2830654ae82ac881d583fe127\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"28c6f6d53b842452682b12b10821cf05\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"127c3c44a19aa40c36cfab7827d2f067\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"f0181f4a00905170ef2321aec8b2c2b4\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"88b6c4abc902868ec13d868790d6908e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2479d352758f0f64483ce8d4bbd3615e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"94d3879217d2ed6430f948ea303c9b22\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"c0a1781007bb6055d4c0d0f22e68999f\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"d8aba24e68c2bf7c76a8495d4ec082ce\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"ec1622f5f2b731ce1fe56dd51ebb1322\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"358be3490ca3654ce2c88d2df002b2a5\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"4dc7bae24215dce359ac08408d857a13\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"f6ae516ffc5955d2f4aab6f71d568a73\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"b306659c36893015f78855b48637a0b8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"813e1d295b00f2bb3ffe2f5be34d0674\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"a3ef4571f3f6f12bf0be6197ad689cec\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"6476a7fce7b5922292bae0ea52f77a3c\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"c90dc3d38ed62a4ce8a83c5f2749765e\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"cacf80dbb7b9816a8ad193ecb7631e55\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"4fc33f07faa2e2fbb318dfb388b1c8d2\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"5337ee090c04e01aeda5b1a78d74febd\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"05e57cd00bcea6a41bf187308225dff5\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"42990904723cf8c37941f9d0a7c3cce9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"481468b2389026c9721b434b8d4fde5b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"a2218dae6556e5f3c3743b383ebed7e7\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"2ca8e8b3e3df8e63f28f8b981a3f88b8\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1b7b9e970bc65fd2fb20b5846db06751\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"86b6bca2eb8bfb67b0a40aea0b2550eb\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"bc800fcf80f7b9a2210172e21a597454\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"122776ae32f4f5c9d0ebab68117369e3\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"801b925272176e85e6bd81d072646b69\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"3c587d0ef1a6333c3d7a7a6d1ffdb78a\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"1db76dc31a9bafee99ff66e0f03d1d2e\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"8f443fcf6156c8e3878ea3d55e96c4e9\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"3dff1719ee16e6b5a57c5fab69f895f7\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"9731e61fa04eac88334754419f0dce1b\",\"data\":{\"code\":\"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:\\/\\/Alot88.co\\/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\":\"fb1ce73e7d58dbfde7627d6847856ce9\",\"data\":{\"code\":\"DISALLOWED_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:\\/\\/Alot88.co\\/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\":\"041b819a4791962dc7c443ccf821bea7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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\":\"3761cc870f559cdaa51d87566fa4d52d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a876be5a0b6eecfaf48de6700a3ecec5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d637f23065a7858397d18daebaf5075a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"99eb9a68952834aabfc2166763b70d7a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"18dcf232b929a39863fe5d8a94ef73a3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"59451e1db14d9ce78850a67e3b1e7145\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"15a5140e9b26f884988519434950a12e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1899e7f52664d8faa22e13586cc058aa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"5842aa3d9b7967b94b96d0efa94f76ef\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ed993daf38c293df247ff8ffa11aaf09\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"af58e1c018f2d1b926192eac2ee24181\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"32a6a18ae2bfa38f8c04afacfe2c7035\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48ad371ae06687067b8bdd423152bf64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a28efcd5e98e5ce7d5330037984f781b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"df978c7ca83598bfb530c775060d2aaa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"4f897b628472dadedcc7cc71daffe662\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6194d5adf8540584ee4a8a50acd4d204\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3d359d83b527590d2194981e45ea55e6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"00e470865386d7214062a40715dc13de\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d9203736779bc77f14da79393759dea3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"dc6daec6eb28b7cc7c3355697c7e9655\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"737c9d55cde0ef61a6dc9f1d50f79021\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d6a49ec3eb873239de77705e62d017ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ae80bfc5d2d021acc3534ce4e18510a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"fc006a7b97d0391c4e100ffd47469b6b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"ff8999f917a71521d85313e8e208d3b9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d08473af99cabb7d6b620428540879cb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48c08a8dd0205103a0c7a3e050d4725a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6c3e8815a678c350d587abd7fec4c3fc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"29caa0acde0dddd6c76721c8da8fbe92\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"48afd4a9d0909a95ad8326d037d5d8ad\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a871b43e7b6eaeef563a98fc4a01ee1d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1855d8666286f54c4579d7ec7be66c8c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d8587a3b3927ee5185050daf2ed62309\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"7bcea053fa489448e05d6fc53803e58f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"73bbea140b1cccab180c3b9dade36a7b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6ad59083d2f44ec590d30e3030c577af\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1da18bb6be3c0b47740497f6c56a76c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"0a66fb3630544e408ef6f1b49607e94f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e0923bd016ca02d637c832a544627585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"c863eaaac1215e8d0bd79d2c6b4ffd6b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6a5a0d5128b1fa423efd37185a21a4e9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e01eacb70284aaa2870684499a9b8cd2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d66ad65de168366280439243a3e01e43\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"d780b992cbe34378557dff0750380a38\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"53ea03b578949fb91b607d6d41612569\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"5de249f5c6b1877caacba9ae4c6564ca\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"cb35e150a0e733097b607d779828acdb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"40305f38782694a0b20f79c91e679914\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3b40b0ccfc5de6b29cf031fa63704f81\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"2ee63dc6ec2a43877543d2f0eb8c3eca\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"841c695ea0daec6aaa92e655cac36f8b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"b12697f8a2dbdc80d8ac1b92b38d5251\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"7e550941bbc049a08f04a8ef44aa0005\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"72a2f3f460e509d08cb1d16fc7f27701\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"823f9e6d51904e17c8980d2d1d6e7e6c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6098dba584acba83256b9e1212a14cb1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6908e97f512b8fc10206aa10db511b8f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"dcbfb95680e586daa7eed8f2031875b9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"2d373675761801d53d282588aca3f2c1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"44d36f210f1725a9187b7a853dd845b0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"a0b286bab948029ad29d9988e206acb9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1ec0b4c0658c9a7ad9e80f50a7d0e9a8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"1b8a9a3f0c846bf08982407f1a5cc3fc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"6092299357d10891e9a9b511e6f61342\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"9e6e53aff8c8a73933704b23097a05b6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"428c71b5eca5c53ad6e3c602e5b7abbd\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"e01d202ddb8fead285322efb8eca87c2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"c02cc22aea9b652e0977f67b1014ae82\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"8e51ef49560ca89e962aee187db31c89\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"30d2fbe7ea5efc9ae753d15b76d6d7d9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\":\"3e2d22bb03ede51c01bd4f714c44aab7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Alot88.co\\/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://alot88.co/?s=example','','publish','closed','closed','','0fa9d80f6ae1ad81f723e1138a2856d9','','','2024-11-13 21:41:38','2024-11-13 14:41:38','',0,'https://alot88.co/amp_validated_url/0fa9d80f6ae1ad81f723e1138a2856d9/',0,'amp_validated_url','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES
(9,2,0),
(9,3,0),
(9,4,0),
(9,5,0),
(9,6,0),
(9,7,0),
(9,8,0),
(9,9,0),
(9,10,0),
(9,11,0),
(9,12,0),
(9,13,0),
(9,14,0),
(9,15,0),
(9,16,0),
(9,17,0),
(9,18,0),
(9,19,0),
(9,20,0),
(9,21,0),
(9,22,0),
(9,23,0),
(9,24,0),
(9,25,0),
(9,27,0),
(9,29,0),
(9,31,0),
(9,32,0),
(9,33,0),
(9,34,0),
(9,35,0),
(9,37,0),
(9,38,0),
(9,39,0),
(9,40,0),
(9,41,0),
(9,42,0),
(9,43,0),
(9,44,0),
(9,45,0),
(9,46,0),
(9,47,0),
(9,48,0),
(9,50,0),
(9,52,0),
(9,53,0),
(9,54,0),
(9,55,0),
(9,56,0),
(9,57,0),
(9,58,0),
(9,59,0),
(9,60,0),
(9,61,0),
(9,62,0),
(9,63,0),
(9,64,0),
(9,66,0),
(9,68,0),
(9,70,0),
(9,72,0),
(9,74,0),
(9,75,0),
(9,76,0),
(9,77,0),
(9,78,0),
(9,79,0),
(9,80,0),
(9,81,0),
(9,82,0),
(9,84,0),
(9,86,0),
(9,88,0),
(9,89,0),
(9,91,0),
(9,92,0),
(9,93,0),
(9,94,0),
(9,96,0),
(9,97,0),
(9,98,0),
(9,99,0),
(9,100,0),
(9,101,0),
(9,102,0),
(9,104,0),
(9,106,0),
(9,108,0),
(9,110,0),
(9,112,0),
(9,113,0),
(9,114,0),
(9,115,0),
(9,117,0),
(9,118,0),
(9,120,0),
(9,121,0),
(9,122,0),
(9,123,0),
(9,124,0),
(9,125,0),
(9,126,0),
(9,127,0),
(9,128,0),
(9,129,0),
(9,131,0),
(9,132,0),
(9,133,0),
(9,134,0),
(9,135,0),
(9,136,0),
(9,137,0),
(9,138,0),
(9,139,0),
(9,140,0),
(9,141,0),
(9,143,0),
(9,145,0),
(9,146,0),
(9,147,0),
(9,148,0),
(9,150,0),
(9,151,0),
(9,152,0),
(9,153,0),
(9,154,0),
(9,155,0),
(9,156,0),
(9,157,0),
(9,158,0),
(9,159,0),
(9,160,0),
(9,161,0),
(9,163,0),
(9,165,0),
(9,166,0),
(9,167,0),
(9,168,0),
(9,169,0),
(9,172,0),
(9,173,0),
(9,175,0),
(9,177,0),
(9,179,0),
(9,181,0),
(9,183,0),
(9,185,0),
(9,186,0),
(9,187,0),
(9,188,0),
(9,190,0),
(9,191,0),
(9,192,0),
(9,193,0),
(9,194,0),
(9,195,0),
(9,197,0),
(9,199,0),
(9,201,0),
(9,203,0),
(9,204,0),
(9,205,0),
(9,206,0),
(9,207,0),
(9,208,0),
(9,209,0),
(9,210,0),
(9,212,0),
(9,214,0),
(9,215,0),
(9,216,0),
(9,217,0),
(9,219,0),
(9,220,0),
(9,221,0),
(9,224,0),
(9,225,0),
(9,227,0),
(9,228,0),
(9,229,0),
(9,230,0),
(9,231,0),
(9,232,0),
(9,233,0),
(9,235,0),
(9,236,0),
(9,237,0),
(9,238,0),
(9,240,0),
(9,241,0),
(9,244,0),
(9,245,0),
(9,246,0),
(9,248,0),
(9,249,0),
(9,250,0),
(9,251,0),
(9,252,0),
(9,253,0),
(9,256,0),
(9,257,0),
(9,259,0),
(9,260,0),
(9,261,0),
(9,262,0),
(9,264,0),
(9,265,0),
(9,267,0),
(9,268,0),
(9,269,0),
(9,270,0),
(9,271,0),
(9,273,0),
(9,275,0),
(9,277,0),
(9,278,0),
(9,279,0),
(9,280,0),
(9,282,0),
(9,284,0),
(9,286,0),
(9,287,0),
(9,288,0),
(9,289,0),
(9,290,0),
(9,291,0),
(9,293,0),
(9,295,0),
(9,296,0),
(9,297,0),
(9,299,0),
(9,300,0),
(9,301,0),
(9,302,0),
(9,303,0),
(9,304,0),
(9,306,0),
(9,308,0),
(9,309,0),
(9,311,0),
(9,312,0),
(9,313,0),
(9,314,0),
(9,316,0),
(9,318,0),
(9,320,0),
(9,322,0),
(9,323,0),
(9,324,0),
(9,325,0),
(9,326,0),
(9,327,0),
(9,328,0),
(9,329,0),
(9,331,0),
(9,333,0),
(9,334,0),
(9,335,0),
(9,336,0),
(9,337,0),
(9,338,0),
(9,339,0),
(9,341,0),
(9,342,0),
(9,344,0),
(9,347,0),
(9,348,0),
(9,350,0),
(9,352,0),
(9,353,0),
(9,354,0),
(9,356,0),
(9,358,0),
(9,360,0),
(9,362,0),
(9,363,0),
(9,364,0),
(9,365,0),
(9,367,0),
(9,369,0),
(9,371,0),
(9,373,0),
(9,375,0),
(9,377,0),
(9,379,0),
(9,381,0),
(31,1,0),
(34,1,0),
(35,1,0),
(36,1,0),
(37,1,0),
(52,2,0),
(52,3,0),
(52,4,0),
(52,5,0),
(52,6,0),
(52,7,0),
(52,8,0),
(52,9,0),
(52,10,0),
(52,11,0),
(52,12,0),
(52,13,0),
(52,14,0),
(52,15,0),
(52,16,0),
(52,17,0),
(52,18,0),
(52,19,0),
(52,20,0),
(52,21,0),
(52,22,0),
(52,23,0),
(52,24,0),
(52,25,0),
(52,27,0),
(52,29,0),
(52,31,0),
(52,32,0),
(52,33,0),
(52,34,0),
(52,35,0),
(52,37,0),
(52,38,0),
(52,39,0),
(52,40,0),
(52,41,0),
(52,42,0),
(52,43,0),
(52,44,0),
(52,45,0),
(52,46,0),
(52,47,0),
(52,48,0),
(52,50,0),
(52,52,0),
(52,53,0),
(52,54,0),
(52,55,0),
(52,56,0),
(52,57,0),
(52,58,0),
(52,59,0),
(52,60,0),
(52,61,0),
(52,62,0),
(52,63,0),
(52,64,0),
(52,66,0),
(52,68,0),
(52,70,0),
(52,72,0),
(52,74,0),
(52,75,0),
(52,76,0),
(52,77,0),
(52,78,0),
(52,79,0),
(52,80,0),
(52,81,0),
(52,82,0),
(52,84,0),
(52,86,0),
(52,88,0),
(52,89,0),
(52,91,0),
(52,92,0),
(52,93,0),
(52,94,0),
(52,96,0),
(52,97,0),
(52,98,0),
(52,99,0),
(52,100,0),
(52,101,0),
(52,102,0),
(52,104,0),
(52,106,0),
(52,108,0),
(52,110,0),
(52,112,0),
(52,113,0),
(52,114,0),
(52,115,0),
(52,117,0),
(52,118,0),
(52,120,0),
(52,121,0),
(52,122,0),
(52,123,0),
(52,124,0),
(52,125,0),
(52,126,0),
(52,127,0),
(52,128,0),
(52,129,0),
(52,131,0),
(52,132,0),
(52,133,0),
(52,134,0),
(52,135,0),
(52,136,0),
(52,137,0),
(52,138,0),
(52,139,0),
(52,140,0),
(52,141,0),
(52,143,0),
(52,145,0),
(52,146,0),
(52,147,0),
(52,148,0),
(52,150,0),
(52,151,0),
(52,152,0),
(52,153,0),
(52,154,0),
(52,155,0),
(52,156,0),
(52,157,0),
(52,158,0),
(52,159,0),
(52,160,0),
(52,161,0),
(52,163,0),
(52,165,0),
(52,166,0),
(52,167,0),
(52,168,0),
(52,169,0),
(52,172,0),
(52,173,0),
(52,175,0),
(52,177,0),
(52,179,0),
(52,181,0),
(52,183,0),
(52,185,0),
(52,186,0),
(52,187,0),
(52,188,0),
(52,190,0),
(52,191,0),
(52,192,0),
(52,193,0),
(52,194,0),
(52,195,0),
(52,197,0),
(52,199,0),
(52,201,0),
(52,203,0),
(52,204,0),
(52,205,0),
(52,206,0),
(52,207,0),
(52,208,0),
(52,209,0),
(52,210,0),
(52,212,0),
(52,214,0),
(52,215,0),
(52,216,0),
(52,217,0),
(52,219,0),
(52,220,0),
(52,221,0),
(52,224,0),
(52,225,0),
(52,227,0),
(52,228,0),
(52,229,0),
(52,230,0),
(52,231,0),
(52,232,0),
(52,233,0),
(52,235,0),
(52,236,0),
(52,237,0),
(52,238,0),
(52,240,0),
(52,241,0),
(52,244,0),
(52,245,0),
(52,246,0),
(52,248,0),
(52,249,0),
(52,250,0),
(52,251,0),
(52,252,0),
(52,253,0),
(52,256,0),
(52,257,0),
(52,259,0),
(52,260,0),
(52,261,0),
(52,262,0),
(52,264,0),
(52,265,0),
(52,267,0),
(52,268,0),
(52,269,0),
(52,270,0),
(52,271,0),
(52,273,0),
(52,275,0),
(52,277,0),
(52,278,0),
(52,279,0),
(52,280,0),
(52,282,0),
(52,284,0),
(52,286,0),
(52,287,0),
(52,288,0),
(52,289,0),
(52,290,0),
(52,291,0),
(52,293,0),
(52,295,0),
(52,296,0),
(52,297,0),
(52,299,0),
(52,300,0),
(52,301,0),
(52,302,0),
(52,303,0),
(52,304,0),
(52,306,0),
(52,308,0),
(52,309,0),
(52,311,0),
(52,312,0),
(52,313,0),
(52,314,0),
(52,316,0),
(52,318,0),
(52,320,0),
(52,322,0),
(52,323,0),
(52,324,0),
(52,325,0),
(52,326,0),
(52,327,0),
(52,328,0),
(52,329,0),
(52,331,0),
(52,333,0),
(52,334,0),
(52,335,0),
(52,336,0),
(52,337,0),
(52,338,0),
(52,339,0),
(52,341,0),
(52,342,0),
(52,344,0),
(52,347,0),
(52,348,0),
(52,350,0),
(52,352,0),
(52,353,0),
(52,354,0),
(52,356,0),
(52,358,0),
(52,360,0),
(52,362,0),
(52,363,0),
(52,364,0),
(52,365,0),
(52,367,0),
(52,369,0),
(52,371,0),
(52,373,0),
(52,375,0),
(52,377,0),
(52,379,0),
(52,381,0),
(56,2,0),
(56,3,0),
(56,4,0),
(56,5,0),
(56,6,0),
(56,7,0),
(56,8,0),
(56,9,0),
(56,10,0),
(56,11,0),
(56,12,0),
(56,13,0),
(56,14,0),
(56,15,0),
(56,16,0),
(56,17,0),
(56,18,0),
(56,19,0),
(56,20,0),
(56,21,0),
(56,22,0),
(56,23,0),
(56,24,0),
(56,25,0),
(56,27,0),
(56,29,0),
(56,31,0),
(56,32,0),
(56,33,0),
(56,34,0),
(56,35,0),
(56,37,0),
(56,38,0),
(56,39,0),
(56,40,0),
(56,41,0),
(56,42,0),
(56,43,0),
(56,44,0),
(56,45,0),
(56,46,0),
(56,47,0),
(56,48,0),
(56,50,0),
(56,52,0),
(56,53,0),
(56,54,0),
(56,55,0),
(56,56,0),
(56,57,0),
(56,58,0),
(56,59,0),
(56,60,0),
(56,61,0),
(56,62,0),
(56,63,0),
(56,64,0),
(56,66,0),
(56,68,0),
(56,70,0),
(56,72,0),
(56,74,0),
(56,75,0),
(56,76,0),
(56,77,0),
(56,78,0),
(56,79,0),
(56,80,0),
(56,81,0),
(56,82,0),
(56,84,0),
(56,86,0),
(56,88,0),
(56,89,0),
(56,91,0),
(56,92,0),
(56,93,0),
(56,94,0),
(56,96,0),
(56,97,0),
(56,98,0),
(56,99,0),
(56,100,0),
(56,101,0),
(56,102,0),
(56,104,0),
(56,106,0),
(56,108,0),
(56,110,0),
(56,112,0),
(56,113,0),
(56,114,0),
(56,115,0),
(56,117,0),
(56,118,0),
(56,120,0),
(56,121,0),
(56,122,0),
(56,123,0),
(56,124,0),
(56,125,0),
(56,126,0),
(56,127,0),
(56,128,0),
(56,129,0),
(56,131,0),
(56,132,0),
(56,133,0),
(56,134,0),
(56,135,0),
(56,136,0),
(56,137,0),
(56,138,0),
(56,139,0),
(56,140,0),
(56,141,0),
(56,143,0),
(56,145,0),
(56,146,0),
(56,147,0),
(56,148,0),
(56,150,0),
(56,151,0),
(56,152,0),
(56,153,0),
(56,154,0),
(56,155,0),
(56,156,0),
(56,157,0),
(56,158,0),
(56,159,0),
(56,160,0),
(56,161,0),
(56,163,0),
(56,165,0),
(56,166,0),
(56,167,0),
(56,168,0),
(56,169,0),
(56,172,0),
(56,173,0),
(56,175,0),
(56,177,0),
(56,179,0),
(56,181,0),
(56,183,0),
(56,185,0),
(56,186,0),
(56,187,0),
(56,188,0),
(56,190,0),
(56,191,0),
(56,192,0),
(56,193,0),
(56,194,0),
(56,195,0),
(56,197,0),
(56,199,0),
(56,201,0),
(56,203,0),
(56,204,0),
(56,205,0),
(56,206,0),
(56,207,0),
(56,208,0),
(56,209,0),
(56,210,0),
(56,212,0),
(56,214,0),
(56,215,0),
(56,216,0),
(56,217,0),
(56,219,0),
(56,220,0),
(56,221,0),
(56,224,0),
(56,225,0),
(56,227,0),
(56,228,0),
(56,229,0),
(56,230,0),
(56,231,0),
(56,232,0),
(56,233,0),
(56,235,0),
(56,236,0),
(56,237,0),
(56,238,0),
(56,240,0),
(56,241,0),
(56,244,0),
(56,245,0),
(56,246,0),
(56,248,0),
(56,249,0),
(56,250,0),
(56,251,0),
(56,252,0),
(56,253,0),
(56,256,0),
(56,257,0),
(56,259,0),
(56,260,0),
(56,261,0),
(56,262,0),
(56,264,0),
(56,265,0),
(56,267,0),
(56,268,0),
(56,269,0),
(56,270,0),
(56,271,0),
(56,273,0),
(56,275,0),
(56,277,0),
(56,278,0),
(56,279,0),
(56,280,0),
(56,282,0),
(56,284,0),
(56,286,0),
(56,287,0),
(56,288,0),
(56,289,0),
(56,290,0),
(56,291,0),
(56,293,0),
(56,295,0),
(56,296,0),
(56,297,0),
(56,299,0),
(56,300,0),
(56,301,0),
(56,302,0),
(56,303,0),
(56,304,0),
(56,306,0),
(56,308,0),
(56,309,0),
(56,311,0),
(56,312,0),
(56,313,0),
(56,314,0),
(56,316,0),
(56,318,0),
(56,320,0),
(56,322,0),
(56,323,0),
(56,324,0),
(56,325,0),
(56,326,0),
(56,327,0),
(56,328,0),
(56,329,0),
(56,331,0),
(56,333,0),
(56,334,0),
(56,335,0),
(56,336,0),
(56,337,0),
(56,338,0),
(56,339,0),
(56,341,0),
(56,342,0),
(56,344,0),
(56,347,0),
(56,348,0),
(56,350,0),
(56,352,0),
(56,353,0),
(56,354,0),
(56,356,0),
(56,358,0),
(56,360,0),
(56,362,0),
(56,363,0),
(56,364,0),
(56,365,0),
(56,367,0),
(56,369,0),
(56,371,0),
(56,373,0),
(56,375,0),
(56,377,0),
(56,379,0),
(56,381,0),
(57,2,0),
(57,3,0),
(57,4,0),
(57,5,0),
(57,6,0),
(57,7,0),
(57,8,0),
(57,9,0),
(57,10,0),
(57,11,0),
(57,12,0),
(57,13,0),
(57,14,0),
(57,15,0),
(57,16,0),
(57,17,0),
(57,18,0),
(57,19,0),
(57,20,0),
(57,21,0),
(57,22,0),
(57,23,0),
(57,24,0),
(57,25,0),
(57,27,0),
(57,29,0),
(57,31,0),
(57,32,0),
(57,33,0),
(57,34,0),
(57,35,0),
(57,37,0),
(57,38,0),
(57,39,0),
(57,40,0),
(57,41,0),
(57,42,0),
(57,43,0),
(57,44,0),
(57,45,0),
(57,46,0),
(57,47,0),
(57,48,0),
(57,50,0),
(57,52,0),
(57,53,0),
(57,54,0),
(57,55,0),
(57,56,0),
(57,57,0),
(57,58,0),
(57,59,0),
(57,60,0),
(57,61,0),
(57,62,0),
(57,63,0),
(57,64,0),
(57,66,0),
(57,68,0),
(57,70,0),
(57,72,0),
(57,74,0),
(57,75,0),
(57,76,0),
(57,77,0),
(57,78,0),
(57,79,0),
(57,80,0),
(57,81,0),
(57,82,0),
(57,84,0),
(57,86,0),
(57,88,0),
(57,89,0),
(57,91,0),
(57,92,0),
(57,93,0),
(57,94,0),
(57,96,0),
(57,97,0),
(57,98,0),
(57,99,0),
(57,100,0),
(57,101,0),
(57,102,0),
(57,104,0),
(57,106,0),
(57,108,0),
(57,110,0),
(57,112,0),
(57,113,0),
(57,114,0),
(57,115,0),
(57,117,0),
(57,118,0),
(57,120,0),
(57,121,0),
(57,122,0),
(57,123,0),
(57,124,0),
(57,125,0),
(57,126,0),
(57,127,0),
(57,128,0),
(57,129,0),
(57,131,0),
(57,132,0),
(57,133,0),
(57,134,0),
(57,135,0),
(57,136,0),
(57,137,0),
(57,138,0),
(57,139,0),
(57,140,0),
(57,141,0),
(57,143,0),
(57,145,0),
(57,146,0),
(57,147,0),
(57,148,0),
(57,150,0),
(57,151,0),
(57,152,0),
(57,153,0),
(57,154,0),
(57,155,0),
(57,156,0),
(57,157,0),
(57,158,0),
(57,159,0),
(57,160,0),
(57,161,0),
(57,163,0),
(57,165,0),
(57,166,0),
(57,167,0),
(57,168,0),
(57,169,0),
(57,172,0),
(57,173,0),
(57,175,0),
(57,177,0),
(57,179,0),
(57,181,0),
(57,183,0),
(57,185,0),
(57,186,0),
(57,187,0),
(57,188,0),
(57,190,0),
(57,191,0),
(57,192,0),
(57,193,0),
(57,194,0),
(57,195,0),
(57,197,0),
(57,199,0),
(57,201,0),
(57,203,0),
(57,204,0),
(57,205,0),
(57,206,0),
(57,207,0),
(57,208,0),
(57,209,0),
(57,210,0),
(57,212,0),
(57,214,0),
(57,215,0),
(57,216,0),
(57,217,0),
(57,219,0),
(57,220,0),
(57,221,0),
(57,224,0),
(57,225,0),
(57,227,0),
(57,228,0),
(57,229,0),
(57,230,0),
(57,231,0),
(57,232,0),
(57,233,0),
(57,235,0),
(57,236,0),
(57,237,0),
(57,238,0),
(57,240,0),
(57,241,0),
(57,244,0),
(57,245,0),
(57,246,0),
(57,248,0),
(57,249,0),
(57,250,0),
(57,251,0),
(57,252,0),
(57,253,0),
(57,256,0),
(57,257,0),
(57,259,0),
(57,260,0),
(57,261,0),
(57,262,0),
(57,264,0),
(57,265,0),
(57,267,0),
(57,268,0),
(57,269,0),
(57,270,0),
(57,271,0),
(57,273,0),
(57,275,0),
(57,277,0),
(57,278,0),
(57,279,0),
(57,280,0),
(57,282,0),
(57,284,0),
(57,286,0),
(57,287,0),
(57,288,0),
(57,289,0),
(57,290,0),
(57,291,0),
(57,293,0),
(57,295,0),
(57,296,0),
(57,297,0),
(57,299,0),
(57,300,0),
(57,301,0),
(57,302,0),
(57,303,0),
(57,304,0),
(57,306,0),
(57,308,0),
(57,309,0),
(57,311,0),
(57,312,0),
(57,313,0),
(57,314,0),
(57,316,0),
(57,318,0),
(57,320,0),
(57,322,0),
(57,323,0),
(57,324,0),
(57,325,0),
(57,326,0),
(57,327,0),
(57,328,0),
(57,329,0),
(57,331,0),
(57,333,0),
(57,334,0),
(57,335,0),
(57,336,0),
(57,337,0),
(57,338,0),
(57,339,0),
(57,341,0),
(57,342,0),
(57,344,0),
(57,347,0),
(57,348,0),
(57,350,0),
(57,352,0),
(57,353,0),
(57,354,0),
(57,356,0),
(57,358,0),
(57,360,0),
(57,362,0),
(57,363,0),
(57,364,0),
(57,365,0),
(57,367,0),
(57,369,0),
(57,371,0),
(57,373,0),
(57,375,0),
(57,377,0),
(57,379,0),
(57,381,0),
(58,2,0),
(58,3,0),
(58,4,0),
(58,5,0),
(58,6,0),
(58,7,0),
(58,8,0),
(58,9,0),
(58,10,0),
(58,11,0),
(58,12,0),
(58,13,0),
(58,14,0),
(58,15,0),
(58,16,0),
(58,17,0),
(58,18,0),
(58,19,0),
(58,20,0),
(58,21,0),
(58,22,0),
(58,23,0),
(58,24,0),
(58,25,0),
(58,27,0),
(58,29,0),
(58,31,0),
(58,32,0),
(58,33,0),
(58,34,0),
(58,35,0),
(58,37,0),
(58,38,0),
(58,39,0),
(58,40,0),
(58,41,0),
(58,42,0),
(58,43,0),
(58,44,0),
(58,45,0),
(58,46,0),
(58,47,0),
(58,48,0),
(58,50,0),
(58,52,0),
(58,53,0),
(58,54,0),
(58,55,0),
(58,56,0),
(58,57,0),
(58,58,0),
(58,59,0),
(58,60,0),
(58,61,0),
(58,62,0),
(58,63,0),
(58,64,0),
(58,66,0),
(58,68,0),
(58,70,0),
(58,72,0),
(58,74,0),
(58,75,0),
(58,76,0),
(58,77,0),
(58,78,0),
(58,79,0),
(58,80,0),
(58,81,0),
(58,82,0),
(58,84,0),
(58,86,0),
(58,88,0),
(58,89,0),
(58,91,0),
(58,92,0),
(58,93,0),
(58,94,0),
(58,96,0),
(58,97,0),
(58,98,0),
(58,99,0),
(58,100,0),
(58,101,0),
(58,102,0),
(58,104,0),
(58,106,0),
(58,108,0),
(58,110,0),
(58,112,0),
(58,113,0),
(58,114,0),
(58,115,0),
(58,117,0),
(58,118,0),
(58,120,0),
(58,121,0),
(58,122,0),
(58,123,0),
(58,124,0),
(58,125,0),
(58,126,0),
(58,127,0),
(58,128,0),
(58,129,0),
(58,131,0),
(58,132,0),
(58,133,0),
(58,134,0),
(58,135,0),
(58,136,0),
(58,137,0),
(58,138,0),
(58,139,0),
(58,140,0),
(58,141,0),
(58,143,0),
(58,145,0),
(58,146,0),
(58,147,0),
(58,148,0),
(58,150,0),
(58,151,0),
(58,152,0),
(58,153,0),
(58,154,0),
(58,155,0),
(58,156,0),
(58,157,0),
(58,158,0),
(58,159,0),
(58,160,0),
(58,161,0),
(58,163,0),
(58,165,0),
(58,166,0),
(58,167,0),
(58,168,0),
(58,169,0),
(58,172,0),
(58,173,0),
(58,175,0),
(58,177,0),
(58,179,0),
(58,181,0),
(58,183,0),
(58,185,0),
(58,186,0),
(58,187,0),
(58,188,0),
(58,190,0),
(58,191,0),
(58,192,0),
(58,193,0),
(58,194,0),
(58,195,0),
(58,197,0),
(58,199,0),
(58,201,0),
(58,203,0),
(58,204,0),
(58,205,0),
(58,206,0),
(58,207,0),
(58,208,0),
(58,209,0),
(58,210,0),
(58,212,0),
(58,214,0),
(58,215,0),
(58,216,0),
(58,217,0),
(58,219,0),
(58,220,0),
(58,221,0),
(58,224,0),
(58,225,0),
(58,227,0),
(58,228,0),
(58,229,0),
(58,230,0),
(58,231,0),
(58,232,0),
(58,233,0),
(58,235,0),
(58,236,0),
(58,237,0),
(58,238,0),
(58,240,0),
(58,241,0),
(58,244,0),
(58,245,0),
(58,246,0),
(58,248,0),
(58,249,0),
(58,250,0),
(58,251,0),
(58,252,0),
(58,253,0),
(58,256,0),
(58,257,0),
(58,259,0),
(58,260,0),
(58,261,0),
(58,262,0),
(58,264,0),
(58,265,0),
(58,267,0),
(58,268,0),
(58,269,0),
(58,270,0),
(58,271,0),
(58,273,0),
(58,275,0),
(58,277,0),
(58,278,0),
(58,279,0),
(58,280,0),
(58,282,0),
(58,284,0),
(58,286,0),
(58,287,0),
(58,288,0),
(58,289,0),
(58,290,0),
(58,291,0),
(58,293,0),
(58,295,0),
(58,296,0),
(58,297,0),
(58,299,0),
(58,300,0),
(58,301,0),
(58,302,0),
(58,303,0),
(58,304,0),
(58,306,0),
(58,308,0),
(58,309,0),
(58,311,0),
(58,312,0),
(58,313,0),
(58,314,0),
(58,316,0),
(58,318,0),
(58,320,0),
(58,322,0),
(58,323,0),
(58,324,0),
(58,325,0),
(58,326,0),
(58,327,0),
(58,328,0),
(58,329,0),
(58,331,0),
(58,333,0),
(58,334,0),
(58,335,0),
(58,336,0),
(58,337,0),
(58,338,0),
(58,339,0),
(58,341,0),
(58,342,0),
(58,344,0),
(58,347,0),
(58,348,0),
(58,350,0),
(58,352,0),
(58,353,0),
(58,354,0),
(58,356,0),
(58,358,0),
(58,360,0),
(58,362,0),
(58,363,0),
(58,364,0),
(58,365,0),
(58,367,0),
(58,369,0),
(58,371,0),
(58,373,0),
(58,375,0),
(58,377,0),
(58,379,0),
(58,381,0),
(59,2,0),
(59,3,0),
(59,4,0),
(59,5,0),
(59,6,0),
(59,7,0),
(59,8,0),
(59,9,0),
(59,10,0),
(59,11,0),
(59,12,0),
(59,13,0),
(59,14,0),
(59,15,0),
(59,16,0),
(59,17,0),
(59,18,0),
(59,19,0),
(59,20,0),
(59,21,0),
(59,22,0),
(59,23,0),
(59,24,0),
(59,25,0),
(59,27,0),
(59,29,0),
(59,31,0),
(59,32,0),
(59,33,0),
(59,34,0),
(59,35,0),
(59,37,0),
(59,38,0),
(59,39,0),
(59,40,0),
(59,41,0),
(59,42,0),
(59,43,0),
(59,44,0),
(59,45,0),
(59,46,0),
(59,47,0),
(59,48,0),
(59,50,0),
(59,52,0),
(59,53,0),
(59,54,0),
(59,55,0),
(59,56,0),
(59,57,0),
(59,58,0),
(59,59,0),
(59,60,0),
(59,61,0),
(59,62,0),
(59,63,0),
(59,64,0),
(59,66,0),
(59,68,0),
(59,70,0),
(59,72,0),
(59,74,0),
(59,75,0),
(59,76,0),
(59,77,0),
(59,78,0),
(59,79,0),
(59,80,0),
(59,81,0),
(59,82,0),
(59,84,0),
(59,86,0),
(59,88,0),
(59,89,0),
(59,91,0),
(59,92,0),
(59,93,0),
(59,94,0),
(59,96,0),
(59,97,0),
(59,98,0),
(59,99,0),
(59,100,0),
(59,101,0),
(59,102,0),
(59,104,0),
(59,106,0),
(59,108,0),
(59,110,0),
(59,112,0),
(59,113,0),
(59,114,0),
(59,115,0),
(59,117,0),
(59,118,0),
(59,120,0),
(59,121,0),
(59,122,0),
(59,123,0),
(59,124,0),
(59,125,0),
(59,126,0),
(59,127,0),
(59,128,0),
(59,129,0),
(59,131,0),
(59,132,0),
(59,133,0),
(59,134,0),
(59,135,0),
(59,136,0),
(59,137,0),
(59,138,0),
(59,139,0),
(59,140,0),
(59,141,0),
(59,143,0),
(59,145,0),
(59,146,0),
(59,147,0),
(59,148,0),
(59,150,0),
(59,151,0),
(59,152,0),
(59,153,0),
(59,154,0),
(59,155,0),
(59,156,0),
(59,157,0),
(59,158,0),
(59,159,0),
(59,160,0),
(59,161,0),
(59,163,0),
(59,165,0),
(59,166,0),
(59,167,0),
(59,168,0),
(59,169,0),
(59,172,0),
(59,173,0),
(59,175,0),
(59,177,0),
(59,179,0),
(59,181,0),
(59,183,0),
(59,185,0),
(59,186,0),
(59,187,0),
(59,188,0),
(59,190,0),
(59,191,0),
(59,192,0),
(59,193,0),
(59,194,0),
(59,195,0),
(59,197,0),
(59,199,0),
(59,201,0),
(59,203,0),
(59,204,0),
(59,205,0),
(59,206,0),
(59,207,0),
(59,208,0),
(59,209,0),
(59,210,0),
(59,212,0),
(59,214,0),
(59,215,0),
(59,216,0),
(59,217,0),
(59,219,0),
(59,220,0),
(59,221,0),
(59,224,0),
(59,225,0),
(59,227,0),
(59,228,0),
(59,229,0),
(59,230,0),
(59,231,0),
(59,232,0),
(59,233,0),
(59,235,0),
(59,236,0),
(59,237,0),
(59,238,0),
(59,240,0),
(59,241,0),
(59,244,0),
(59,245,0),
(59,246,0),
(59,248,0),
(59,249,0),
(59,250,0),
(59,251,0),
(59,252,0),
(59,253,0),
(59,256,0),
(59,257,0),
(59,259,0),
(59,260,0),
(59,261,0),
(59,262,0),
(59,264,0),
(59,265,0),
(59,267,0),
(59,268,0),
(59,269,0),
(59,270,0),
(59,271,0),
(59,273,0),
(59,275,0),
(59,277,0),
(59,278,0),
(59,279,0),
(59,280,0),
(59,282,0),
(59,284,0),
(59,286,0),
(59,287,0),
(59,288,0),
(59,289,0),
(59,290,0),
(59,291,0),
(59,293,0),
(59,295,0),
(59,296,0),
(59,297,0),
(59,299,0),
(59,300,0),
(59,301,0),
(59,302,0),
(59,303,0),
(59,304,0),
(59,306,0),
(59,308,0),
(59,309,0),
(59,311,0),
(59,312,0),
(59,313,0),
(59,314,0),
(59,316,0),
(59,318,0),
(59,320,0),
(59,322,0),
(59,323,0),
(59,324,0),
(59,325,0),
(59,326,0),
(59,327,0),
(59,328,0),
(59,329,0),
(59,331,0),
(59,333,0),
(59,334,0),
(59,335,0),
(59,336,0),
(59,337,0),
(59,338,0),
(59,339,0),
(59,341,0),
(59,342,0),
(59,344,0),
(59,347,0),
(59,348,0),
(59,350,0),
(59,352,0),
(59,353,0),
(59,354,0),
(59,356,0),
(59,358,0),
(59,360,0),
(59,362,0),
(59,363,0),
(59,364,0),
(59,365,0),
(59,367,0),
(59,369,0),
(59,371,0),
(59,373,0),
(59,375,0),
(59,377,0),
(59,379,0),
(59,381,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=383 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES
(1,1,'category','',0,4),
(2,2,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"html.i-amphtml-fie\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(3,3,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"html.i-amphtml-singledoc.i-amphtml-embedded\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(4,4,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"html.i-amphtml-fie>body\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(5,5,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"html.i-amphtml-singledoc>body\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(6,6,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"html.i-amphtml-fie:not(.i-amphtml-inabox)>body\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(7,7,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(8,8,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"html.i-amphtml-ios-embed-legacy>body\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(9,9,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"html.i-amphtml-ios-embed\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(10,10,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"#i-amphtml-wrapper\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(11,11,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(12,12,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(13,13,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"#i-amphtml-wrapper>body\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(14,14,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"#i-amphtml-wrapper+body\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(15,15,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(16,16,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(17,17,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(18,18,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(19,19,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-scroll-disabled\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(20,20,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(21,21,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(22,22,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(23,23,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"amp-story .i-amphtml-loader-background\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(24,24,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-autocomplete-results\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(25,25,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-element\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(27,27,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-blurry-placeholder\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(29,29,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[layout=nodisplay]:not(.i-amphtml-element)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(31,31,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-fixed\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(32,32,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(33,33,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-responsive\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(34,34,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(35,35,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(37,37,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(38,38,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-intrinsic\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(39,39,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(40,40,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-intrinsic .i-amphtml-sizer\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(41,41,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-intrinsic-sizer\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(42,42,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-container\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(43,43,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-fixed-height\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(44,44,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(45,45,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-fill\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(46,46,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-fill.i-amphtml-notbuilt\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(47,47,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[layout=fill]:not(.i-amphtml-layout-fill)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(48,48,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-flex-item\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(50,50,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(52,52,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-fluid\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(53,53,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-size-defined\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(54,54,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-awaiting-size\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(55,55,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"i-amphtml-sizer\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(56,56,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"i-amphtml-sizer.i-amphtml-disable-ar\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(57,57,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-fill-content\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(58,58,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-size-defined .i-amphtml-fill-content\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6);
INSERT INTO `wp_term_taxonomy` VALUES
(59,59,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-replaced-content\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(60,60,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-screen-reader\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(61,61,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(62,62,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(63,63,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(64,64,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-unresolved\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(66,66,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-select-disabled\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(68,68,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-notbuilt\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(70,70,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[layout]:not(.i-amphtml-element)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(72,72,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(74,74,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(75,75,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(76,76,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(77,77,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(78,78,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(79,79,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(80,80,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(81,81,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(82,82,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-ghost\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(84,84,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-element>[placeholder]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(86,86,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[layout]:not(.i-amphtml-element)>[placeholder]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(88,88,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(89,89,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(91,91,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-element>[placeholder].amp-hidden\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(92,92,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-element>[placeholder].hidden\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(93,93,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-element:not(.amp-notsupported)>[fallback]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(94,94,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].amp-hidden\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(96,96,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].hidden\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(97,97,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-size-defined>[fallback]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(98,98,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-size-defined>[placeholder]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(99,99,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(100,100,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-notbuilt>[placeholder]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(101,101,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-hidden-by-media-query\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(102,102,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-element-error\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(104,104,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-element-error:before\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(106,106,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"i-amphtml-scroll-container\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(108,108,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"i-amphtml-scroll-container.amp-active\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(110,110,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-loading-container\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(112,112,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-notbuilt>.i-amphtml-loading-container\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(113,113,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-loading-container.amp-hidden\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(114,114,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-element>[overflow]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(115,115,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-layout-size-defined>[overflow]\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(117,117,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\".i-amphtml-element>[overflow].amp-visible\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(118,118,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"html.i-amphtml-fie>amp-analytics\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(120,120,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section>:last-child\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(121,121,'amp_validation_error','{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"node_name\":\"style\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"type\":\"css_error\"}',0,6),
(122,122,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"src\":\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(123,123,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"src\":\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(124,124,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(125,125,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(126,126,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-anim\",\"type\":\"html_attribute_error\"}',0,6),
(127,127,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-anim\",\"type\":\"html_attribute_error\"}',0,6),
(128,128,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(129,129,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(131,131,'amp_validation_error','{\"class_name\":\"i-amphtml-sizer\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_name\":\"class\",\"node_type\":2,\"parent_name\":\"i-amphtml-sizer\",\"type\":\"html_attribute_error\"}',0,6),
(132,132,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(133,133,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(134,134,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(135,135,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(136,136,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(137,137,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(138,138,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(139,139,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(140,140,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(141,141,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(143,143,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(145,145,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(146,146,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(147,147,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(148,148,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(150,150,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(151,151,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(152,152,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(153,153,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(154,154,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(155,155,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(156,156,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(157,157,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(158,158,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(159,159,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(160,160,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(161,161,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(163,163,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(165,165,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(166,166,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(167,167,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(168,168,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(169,169,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(172,171,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(173,173,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(175,175,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(177,177,'amp_validation_error','{\"class_name\":\"i-amphtml-intrinsic-sizer\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer 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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(179,179,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(181,181,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(183,183,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(185,185,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(186,186,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(187,187,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(188,188,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(190,190,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(191,191,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(192,192,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(193,193,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(194,194,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(195,195,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(197,197,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(199,199,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(201,201,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(203,203,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(204,204,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(205,205,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(206,206,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(207,207,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(208,208,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(209,209,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(210,210,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(212,212,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(214,214,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(215,215,'amp_validation_error','{\"class_name\":\"i-amphtml-intrinsic-sizer\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer 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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(216,216,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(217,217,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(219,218,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(220,220,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(221,221,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(224,223,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(225,225,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(227,227,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(228,228,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(229,229,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(230,230,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(231,231,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(232,232,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(233,233,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(235,235,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(236,236,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(237,237,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(238,238,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(240,240,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(241,241,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(244,243,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(245,245,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(246,246,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(248,248,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(249,249,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(250,250,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(251,251,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(252,252,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(253,253,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(256,255,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(257,257,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(259,259,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(260,260,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(261,261,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(262,262,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(264,264,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(265,265,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-intrinsic\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(267,267,'amp_validation_error','{\"class_name\":\"i-amphtml-layout-size-defined\",\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Alot88.co\\/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_name\":\"class\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(268,268,'amp_validation_error','{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"async\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.mjs\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"type\":\"js_error\"}',0,6),
(269,269,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.js\",\"crossorigin\":\"anonymous\"},\"node_name\":\"nomodule\",\"node_type\":2,\"parent_name\":\"script\",\"type\":\"html_attribute_error\"}',0,6),
(270,270,'amp_validation_error','{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.mjs\",\"async\":\"\",\"custom-element\":\"amp-anim\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"type\":\"js_error\"}',0,6),
(271,271,'amp_validation_error','{\"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\",\"node_type\":2,\"parent_name\":\"script\",\"type\":\"html_attribute_error\"}',0,6),
(273,273,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Alot88.co\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Alot88\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(275,275,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(277,277,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(278,278,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-anim\",\"type\":\"html_attribute_error\"}',0,6),
(279,279,'amp_validation_error','{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_name\":\"i-amphtml-sizer\",\"node_type\":1,\"parent_name\":\"amp-img\",\"type\":\"html_element_error\"}',0,6),
(280,280,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(282,282,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(284,284,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(286,286,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(287,287,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(288,288,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(289,289,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(290,290,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(291,291,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(293,293,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(295,295,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(296,296,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(297,297,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(299,299,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(300,300,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(301,301,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(302,302,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(303,303,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(304,304,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(306,306,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(308,308,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(309,309,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(311,311,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(312,312,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(313,313,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(314,314,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(316,316,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(318,318,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(320,320,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(322,322,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(323,323,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(324,324,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(325,325,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(326,326,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(327,327,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(328,328,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(329,329,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(331,331,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(333,333,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(334,334,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(335,335,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(336,336,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(337,337,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(338,338,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(339,339,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(341,341,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(342,342,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(344,344,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(347,346,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(348,348,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(350,350,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(352,352,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(353,353,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(354,354,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(356,356,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(358,358,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(360,360,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(362,362,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(363,363,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(364,364,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(365,365,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(367,367,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(369,369,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(371,371,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(373,373,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(375,375,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(377,377,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(379,379,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6),
(381,381,'amp_validation_error','{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Alot88.co\\/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\",\"node_type\":2,\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\"}',0,6);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

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

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES
(1,2,'created_date_gmt','2024-08-30 14:53:34'),
(2,3,'created_date_gmt','2024-08-30 14:53:34'),
(3,4,'created_date_gmt','2024-08-30 14:53:34'),
(4,5,'created_date_gmt','2024-08-30 14:53:34'),
(5,6,'created_date_gmt','2024-08-30 14:53:34'),
(6,7,'created_date_gmt','2024-08-30 14:53:34'),
(7,8,'created_date_gmt','2024-08-30 14:53:34'),
(8,9,'created_date_gmt','2024-08-30 14:53:35'),
(9,10,'created_date_gmt','2024-08-30 14:53:35'),
(10,11,'created_date_gmt','2024-08-30 14:53:35'),
(11,12,'created_date_gmt','2024-08-30 14:53:35'),
(12,13,'created_date_gmt','2024-08-30 14:53:35'),
(13,14,'created_date_gmt','2024-08-30 14:53:35'),
(14,15,'created_date_gmt','2024-08-30 14:53:35'),
(15,16,'created_date_gmt','2024-08-30 14:53:35'),
(16,17,'created_date_gmt','2024-08-30 14:53:35'),
(17,18,'created_date_gmt','2024-08-30 14:53:35'),
(18,19,'created_date_gmt','2024-08-30 14:53:35'),
(19,20,'created_date_gmt','2024-08-30 14:53:35'),
(20,21,'created_date_gmt','2024-08-30 14:53:35'),
(21,22,'created_date_gmt','2024-08-30 14:53:35'),
(22,23,'created_date_gmt','2024-08-30 14:53:35'),
(23,24,'created_date_gmt','2024-08-30 14:53:35'),
(24,25,'created_date_gmt','2024-08-30 14:53:35'),
(25,27,'created_date_gmt','2024-08-30 14:53:35'),
(26,29,'created_date_gmt','2024-08-30 14:53:35'),
(27,31,'created_date_gmt','2024-08-30 14:53:35'),
(28,32,'created_date_gmt','2024-08-30 14:53:36'),
(29,33,'created_date_gmt','2024-08-30 14:53:36'),
(30,34,'created_date_gmt','2024-08-30 14:53:36'),
(31,35,'created_date_gmt','2024-08-30 14:53:36'),
(32,37,'created_date_gmt','2024-08-30 14:53:36'),
(33,38,'created_date_gmt','2024-08-30 14:53:36'),
(34,39,'created_date_gmt','2024-08-30 14:53:36'),
(35,40,'created_date_gmt','2024-08-30 14:53:36'),
(36,41,'created_date_gmt','2024-08-30 14:53:36'),
(37,42,'created_date_gmt','2024-08-30 14:53:36'),
(38,44,'created_date_gmt','2024-08-30 14:53:36'),
(39,43,'created_date_gmt','2024-08-30 14:53:36'),
(40,45,'created_date_gmt','2024-08-30 14:53:36'),
(41,46,'created_date_gmt','2024-08-30 14:53:36'),
(42,47,'created_date_gmt','2024-08-30 14:53:36'),
(43,48,'created_date_gmt','2024-08-30 14:53:36'),
(44,50,'created_date_gmt','2024-08-30 14:53:36'),
(45,52,'created_date_gmt','2024-08-30 14:53:36'),
(46,53,'created_date_gmt','2024-08-30 14:53:36'),
(47,54,'created_date_gmt','2024-08-30 14:53:36'),
(48,55,'created_date_gmt','2024-08-30 14:53:36'),
(49,56,'created_date_gmt','2024-08-30 14:53:36'),
(50,57,'created_date_gmt','2024-08-30 14:53:37'),
(51,58,'created_date_gmt','2024-08-30 14:53:37'),
(52,59,'created_date_gmt','2024-08-30 14:53:37'),
(53,60,'created_date_gmt','2024-08-30 14:53:37'),
(54,61,'created_date_gmt','2024-08-30 14:53:37'),
(55,62,'created_date_gmt','2024-08-30 14:53:37'),
(56,63,'created_date_gmt','2024-08-30 14:53:37'),
(57,64,'created_date_gmt','2024-08-30 14:53:37'),
(58,66,'created_date_gmt','2024-08-30 14:53:37'),
(59,68,'created_date_gmt','2024-08-30 14:53:37'),
(60,70,'created_date_gmt','2024-08-30 14:53:37'),
(61,72,'created_date_gmt','2024-08-30 14:53:37'),
(62,74,'created_date_gmt','2024-08-30 14:53:37'),
(63,75,'created_date_gmt','2024-08-30 14:53:38'),
(64,76,'created_date_gmt','2024-08-30 14:53:38'),
(65,77,'created_date_gmt','2024-08-30 14:53:38'),
(66,78,'created_date_gmt','2024-08-30 14:53:38'),
(67,79,'created_date_gmt','2024-08-30 14:53:38'),
(68,80,'created_date_gmt','2024-08-30 14:53:38'),
(69,81,'created_date_gmt','2024-08-30 14:53:38'),
(70,82,'created_date_gmt','2024-08-30 14:53:38'),
(71,84,'created_date_gmt','2024-08-30 14:53:38'),
(72,86,'created_date_gmt','2024-08-30 14:53:38'),
(73,88,'created_date_gmt','2024-08-30 14:53:38'),
(74,89,'created_date_gmt','2024-08-30 14:53:38'),
(75,91,'created_date_gmt','2024-08-30 14:53:38'),
(76,92,'created_date_gmt','2024-08-30 14:53:38'),
(77,93,'created_date_gmt','2024-08-30 14:53:38'),
(78,94,'created_date_gmt','2024-08-30 14:53:38'),
(79,96,'created_date_gmt','2024-08-30 14:53:39'),
(80,97,'created_date_gmt','2024-08-30 14:53:39'),
(81,98,'created_date_gmt','2024-08-30 14:53:39'),
(82,99,'created_date_gmt','2024-08-30 14:53:39'),
(83,100,'created_date_gmt','2024-08-30 14:53:39'),
(84,101,'created_date_gmt','2024-08-30 14:53:39'),
(85,102,'created_date_gmt','2024-08-30 14:53:39'),
(86,104,'created_date_gmt','2024-08-30 14:53:39'),
(87,106,'created_date_gmt','2024-08-30 14:53:39'),
(88,108,'created_date_gmt','2024-08-30 14:53:39'),
(89,108,'created_date_gmt','2024-08-30 14:53:39'),
(90,110,'created_date_gmt','2024-08-30 14:53:39'),
(91,112,'created_date_gmt','2024-08-30 14:53:39'),
(92,113,'created_date_gmt','2024-08-30 14:53:39'),
(93,114,'created_date_gmt','2024-08-30 14:53:39'),
(94,115,'created_date_gmt','2024-08-30 14:53:40'),
(95,117,'created_date_gmt','2024-08-30 14:53:40'),
(96,118,'created_date_gmt','2024-08-30 14:53:40'),
(97,120,'created_date_gmt','2024-08-30 14:53:40'),
(98,121,'created_date_gmt','2024-08-30 14:53:40'),
(99,122,'created_date_gmt','2024-08-30 14:53:40'),
(100,123,'created_date_gmt','2024-08-30 14:53:40'),
(101,124,'created_date_gmt','2024-08-30 14:53:40'),
(102,125,'created_date_gmt','2024-08-30 14:53:40'),
(103,126,'created_date_gmt','2024-08-30 14:53:40'),
(104,127,'created_date_gmt','2024-08-30 14:53:40'),
(105,128,'created_date_gmt','2024-08-30 14:53:40'),
(106,129,'created_date_gmt','2024-08-30 14:53:40'),
(107,131,'created_date_gmt','2024-08-30 14:53:40'),
(108,132,'created_date_gmt','2024-08-30 14:53:40'),
(109,133,'created_date_gmt','2024-08-30 14:53:40'),
(110,134,'created_date_gmt','2024-08-30 14:53:41'),
(111,135,'created_date_gmt','2024-08-30 14:53:41'),
(112,136,'created_date_gmt','2024-08-30 14:53:41'),
(113,137,'created_date_gmt','2024-08-30 14:53:41'),
(114,138,'created_date_gmt','2024-08-30 14:53:41'),
(115,140,'created_date_gmt','2024-08-30 14:53:41'),
(116,139,'created_date_gmt','2024-08-30 14:53:41'),
(117,141,'created_date_gmt','2024-08-30 14:53:41'),
(118,143,'created_date_gmt','2024-08-30 14:53:41'),
(119,145,'created_date_gmt','2024-08-30 14:53:41'),
(120,146,'created_date_gmt','2024-08-30 14:53:41'),
(121,147,'created_date_gmt','2024-08-30 14:53:41'),
(122,148,'created_date_gmt','2024-08-30 14:53:41'),
(123,150,'created_date_gmt','2024-08-30 14:53:42'),
(124,151,'created_date_gmt','2024-08-30 14:53:42'),
(125,152,'created_date_gmt','2024-08-30 14:53:42'),
(126,153,'created_date_gmt','2024-08-30 14:53:42'),
(127,154,'created_date_gmt','2024-08-30 14:53:42'),
(128,156,'created_date_gmt','2024-08-30 14:53:42'),
(129,155,'created_date_gmt','2024-08-30 14:53:42'),
(130,157,'created_date_gmt','2024-08-30 14:53:42'),
(131,158,'created_date_gmt','2024-08-30 14:53:42'),
(132,159,'created_date_gmt','2024-08-30 14:53:42'),
(133,160,'created_date_gmt','2024-08-30 14:53:42'),
(134,161,'created_date_gmt','2024-08-30 14:53:43'),
(135,163,'created_date_gmt','2024-08-30 14:53:43'),
(136,165,'created_date_gmt','2024-08-30 14:53:43'),
(137,166,'created_date_gmt','2024-08-30 14:53:43'),
(138,167,'created_date_gmt','2024-08-30 14:53:43'),
(139,168,'created_date_gmt','2024-08-30 14:53:43'),
(140,169,'created_date_gmt','2024-08-30 14:53:43'),
(141,169,'created_date_gmt','2024-08-30 14:53:43'),
(142,171,'created_date_gmt','2024-08-30 14:53:43'),
(143,173,'created_date_gmt','2024-08-30 14:53:44'),
(144,173,'created_date_gmt','2024-08-30 14:53:44'),
(145,175,'created_date_gmt','2024-08-30 14:53:44'),
(146,177,'created_date_gmt','2024-08-30 14:53:44'),
(147,179,'created_date_gmt','2024-08-30 14:53:44'),
(148,181,'created_date_gmt','2024-08-30 14:53:44'),
(149,183,'created_date_gmt','2024-08-30 14:53:44'),
(150,185,'created_date_gmt','2024-08-30 14:53:45'),
(151,186,'created_date_gmt','2024-08-30 14:53:45'),
(152,187,'created_date_gmt','2024-08-30 14:53:45'),
(153,188,'created_date_gmt','2024-08-30 14:53:45'),
(154,190,'created_date_gmt','2024-08-30 14:53:45'),
(155,191,'created_date_gmt','2024-08-30 14:53:45'),
(156,192,'created_date_gmt','2024-08-30 14:53:45'),
(157,193,'created_date_gmt','2024-08-30 14:53:45'),
(158,194,'created_date_gmt','2024-08-30 14:53:45'),
(159,195,'created_date_gmt','2024-08-30 14:53:46'),
(160,197,'created_date_gmt','2024-08-30 14:53:46'),
(161,197,'created_date_gmt','2024-08-30 14:53:46'),
(162,199,'created_date_gmt','2024-08-30 14:53:46'),
(163,201,'created_date_gmt','2024-08-30 14:53:46'),
(164,203,'created_date_gmt','2024-08-30 14:53:46'),
(165,204,'created_date_gmt','2024-08-30 14:53:46'),
(166,205,'created_date_gmt','2024-08-30 14:53:46'),
(167,206,'created_date_gmt','2024-08-30 14:53:47'),
(168,207,'created_date_gmt','2024-08-30 14:53:47'),
(169,208,'created_date_gmt','2024-08-30 14:53:47'),
(170,209,'created_date_gmt','2024-08-30 14:53:47'),
(171,210,'created_date_gmt','2024-08-30 14:53:47'),
(172,212,'created_date_gmt','2024-08-30 14:53:47'),
(173,214,'created_date_gmt','2024-08-30 14:53:47'),
(174,215,'created_date_gmt','2024-08-30 14:53:47'),
(175,216,'created_date_gmt','2024-08-30 14:53:47'),
(176,217,'created_date_gmt','2024-08-30 14:53:47'),
(177,218,'created_date_gmt','2024-08-30 14:53:47'),
(178,220,'created_date_gmt','2024-08-30 14:53:47'),
(179,221,'created_date_gmt','2024-08-30 14:53:47'),
(180,223,'created_date_gmt','2024-08-30 14:53:48'),
(181,223,'created_date_gmt','2024-08-30 14:53:48'),
(182,225,'created_date_gmt','2024-08-30 14:53:48'),
(183,227,'created_date_gmt','2024-08-30 14:53:48'),
(184,228,'created_date_gmt','2024-08-30 14:53:48'),
(185,229,'created_date_gmt','2024-08-30 14:53:48'),
(186,230,'created_date_gmt','2024-08-30 14:53:48'),
(187,231,'created_date_gmt','2024-08-30 14:53:48'),
(188,232,'created_date_gmt','2024-08-30 14:53:48'),
(189,233,'created_date_gmt','2024-08-30 14:53:49'),
(190,235,'created_date_gmt','2024-08-30 14:53:49'),
(191,236,'created_date_gmt','2024-08-30 14:53:49'),
(192,237,'created_date_gmt','2024-08-30 14:53:49'),
(193,238,'created_date_gmt','2024-08-30 14:53:49'),
(194,240,'created_date_gmt','2024-08-30 14:53:49'),
(195,241,'created_date_gmt','2024-08-30 14:53:50'),
(196,243,'created_date_gmt','2024-08-30 14:53:50'),
(197,245,'created_date_gmt','2024-08-30 14:53:50'),
(198,246,'created_date_gmt','2024-08-30 14:53:50'),
(199,248,'created_date_gmt','2024-08-30 14:53:50'),
(200,249,'created_date_gmt','2024-08-30 14:53:50'),
(201,250,'created_date_gmt','2024-08-30 14:53:50'),
(202,251,'created_date_gmt','2024-08-30 14:53:51'),
(203,252,'created_date_gmt','2024-08-30 14:53:51'),
(204,253,'created_date_gmt','2024-08-30 14:53:51'),
(205,253,'created_date_gmt','2024-08-30 14:53:51'),
(206,255,'created_date_gmt','2024-08-30 14:53:51'),
(208,257,'created_date_gmt','2024-08-30 14:53:51'),
(209,259,'created_date_gmt','2024-08-30 14:53:51'),
(210,260,'created_date_gmt','2024-08-30 14:53:52'),
(211,261,'created_date_gmt','2024-08-30 14:53:52'),
(212,262,'created_date_gmt','2024-08-30 14:53:52'),
(213,262,'created_date_gmt','2024-08-30 14:53:52'),
(214,264,'created_date_gmt','2024-08-30 14:53:52'),
(215,265,'created_date_gmt','2024-08-30 14:53:52'),
(216,267,'created_date_gmt','2024-08-30 14:53:52'),
(217,268,'created_date_gmt','2024-08-30 14:53:53'),
(218,269,'created_date_gmt','2024-08-30 14:53:53'),
(219,270,'created_date_gmt','2024-08-30 14:53:53'),
(220,271,'created_date_gmt','2024-08-30 14:53:53'),
(221,273,'created_date_gmt','2024-08-30 14:53:53'),
(222,275,'created_date_gmt','2024-08-30 14:53:53'),
(223,277,'created_date_gmt','2024-08-30 14:53:54'),
(224,278,'created_date_gmt','2024-08-30 14:53:54'),
(225,279,'created_date_gmt','2024-08-30 14:53:54'),
(226,280,'created_date_gmt','2024-08-30 14:53:54'),
(227,280,'created_date_gmt','2024-08-30 14:53:54'),
(228,282,'created_date_gmt','2024-08-30 14:53:54'),
(229,282,'created_date_gmt','2024-08-30 14:53:54'),
(230,284,'created_date_gmt','2024-08-30 14:53:54'),
(231,286,'created_date_gmt','2024-08-30 14:53:54'),
(232,287,'created_date_gmt','2024-08-30 14:53:55'),
(233,288,'created_date_gmt','2024-08-30 14:53:55'),
(234,289,'created_date_gmt','2024-08-30 14:53:55'),
(235,290,'created_date_gmt','2024-08-30 14:53:55'),
(236,291,'created_date_gmt','2024-08-30 14:53:55'),
(237,293,'created_date_gmt','2024-08-30 14:53:55'),
(238,295,'created_date_gmt','2024-08-30 14:53:56'),
(239,296,'created_date_gmt','2024-08-30 14:53:56'),
(240,297,'created_date_gmt','2024-08-30 14:53:56'),
(241,299,'created_date_gmt','2024-08-30 14:53:56'),
(242,300,'created_date_gmt','2024-08-30 14:53:56'),
(243,301,'created_date_gmt','2024-08-30 14:53:56'),
(244,302,'created_date_gmt','2024-08-30 14:53:56'),
(245,303,'created_date_gmt','2024-08-30 14:53:57'),
(246,304,'created_date_gmt','2024-08-30 14:53:57'),
(247,306,'created_date_gmt','2024-08-30 14:53:57'),
(248,308,'created_date_gmt','2024-08-30 14:53:57'),
(249,309,'created_date_gmt','2024-08-30 14:53:58'),
(250,311,'created_date_gmt','2024-08-30 14:53:58'),
(251,312,'created_date_gmt','2024-08-30 14:53:58'),
(252,313,'created_date_gmt','2024-08-30 14:53:58'),
(253,314,'created_date_gmt','2024-08-30 14:53:58'),
(254,314,'created_date_gmt','2024-08-30 14:53:58'),
(255,316,'created_date_gmt','2024-08-30 14:53:59'),
(256,318,'created_date_gmt','2024-08-30 14:53:59'),
(257,320,'created_date_gmt','2024-08-30 14:53:59'),
(258,322,'created_date_gmt','2024-08-30 14:53:59'),
(259,323,'created_date_gmt','2024-08-30 14:53:59'),
(260,324,'created_date_gmt','2024-08-30 14:53:59'),
(261,325,'created_date_gmt','2024-08-30 14:54:00'),
(262,326,'created_date_gmt','2024-08-30 14:54:00'),
(263,327,'created_date_gmt','2024-08-30 14:54:00'),
(264,328,'created_date_gmt','2024-08-30 14:54:00'),
(265,329,'created_date_gmt','2024-08-30 14:54:00'),
(266,331,'created_date_gmt','2024-08-30 14:54:01'),
(267,333,'created_date_gmt','2024-08-30 14:54:01'),
(268,334,'created_date_gmt','2024-08-30 14:54:01'),
(269,335,'created_date_gmt','2024-08-30 14:54:01'),
(270,336,'created_date_gmt','2024-08-30 14:54:01'),
(271,337,'created_date_gmt','2024-08-30 14:54:01'),
(272,338,'created_date_gmt','2024-08-30 14:54:02'),
(273,339,'created_date_gmt','2024-08-30 14:54:02'),
(274,341,'created_date_gmt','2024-08-30 14:54:02'),
(275,342,'created_date_gmt','2024-08-30 14:54:02'),
(276,344,'created_date_gmt','2024-08-30 14:54:02'),
(277,346,'created_date_gmt','2024-08-30 14:54:03'),
(278,348,'created_date_gmt','2024-08-30 14:54:03'),
(279,350,'created_date_gmt','2024-08-30 14:54:03'),
(280,352,'created_date_gmt','2024-08-30 14:54:04'),
(281,353,'created_date_gmt','2024-08-30 14:54:04'),
(282,354,'created_date_gmt','2024-08-30 14:54:04'),
(283,354,'created_date_gmt','2024-08-30 14:54:04'),
(284,356,'created_date_gmt','2024-08-30 14:54:04'),
(285,358,'created_date_gmt','2024-08-30 14:54:05'),
(286,360,'created_date_gmt','2024-08-30 14:54:05'),
(287,362,'created_date_gmt','2024-08-30 14:54:05'),
(288,363,'created_date_gmt','2024-08-30 14:54:05'),
(289,364,'created_date_gmt','2024-08-30 14:54:05'),
(290,365,'created_date_gmt','2024-08-30 14:54:05'),
(291,367,'created_date_gmt','2024-08-30 14:54:06'),
(292,369,'created_date_gmt','2024-08-30 14:54:06'),
(293,371,'created_date_gmt','2024-08-30 14:54:06'),
(294,373,'created_date_gmt','2024-08-30 14:54:07'),
(295,373,'created_date_gmt','2024-08-30 14:54:07'),
(296,375,'created_date_gmt','2024-08-30 14:54:07'),
(297,377,'created_date_gmt','2024-08-30 14:54:07'),
(298,379,'created_date_gmt','2024-08-30 14:54:08'),
(299,381,'created_date_gmt','2024-08-30 14:54:08');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=383 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES
(1,'Alot88','uncategorized',0),
(2,'6e926e99c95cf363c495975d2995f84f','6e926e99c95cf363c495975d2995f84f',1),
(3,'78dd4d7bebdba8caab9e2ff853b2e7f3','78dd4d7bebdba8caab9e2ff853b2e7f3',1),
(4,'bc368a0d8e4c8dc126d5f2d9d376b2d4','bc368a0d8e4c8dc126d5f2d9d376b2d4',1),
(5,'32cbcdc5dfac231079dd911df24735d3','32cbcdc5dfac231079dd911df24735d3',1),
(6,'796859c545b2b8bbc78aaf45428a856a','796859c545b2b8bbc78aaf45428a856a',1),
(7,'6c341bfced358c62f6d0507cb02c595c','6c341bfced358c62f6d0507cb02c595c',1),
(8,'f74dd261c0bbb601c9c2bebac91866cc','f74dd261c0bbb601c9c2bebac91866cc',1),
(9,'1103860b579a837033c4baa2578d2cde','1103860b579a837033c4baa2578d2cde',1),
(10,'05632efcdb03f348543a908bd58b5208','05632efcdb03f348543a908bd58b5208',1),
(11,'d966a13a6b153c2af02d7685435e2191','d966a13a6b153c2af02d7685435e2191',1),
(12,'7c10c9a7a5da21835a8316b5d7e21491','7c10c9a7a5da21835a8316b5d7e21491',1),
(13,'9b6bd38549de6e60687ba6ef004148ad','9b6bd38549de6e60687ba6ef004148ad',1),
(14,'f49c84f57dc012e17cba9a783b3230c9','f49c84f57dc012e17cba9a783b3230c9',1),
(15,'1b569efb19a9b26f5c0b63aa5ccb6f98','1b569efb19a9b26f5c0b63aa5ccb6f98',1),
(16,'98f7f952cdf89436d1fe8bfef9cd1dff','98f7f952cdf89436d1fe8bfef9cd1dff',1),
(17,'5ef16232cb7c2b455dd95878bfef36ad','5ef16232cb7c2b455dd95878bfef36ad',1),
(18,'967f2883d59e1961f74302d034e20363','967f2883d59e1961f74302d034e20363',1),
(19,'74cfdfb0b90c5a30a15f515ec5793db1','74cfdfb0b90c5a30a15f515ec5793db1',1),
(20,'a15e44da56c1bf79870abe5023b84a95','a15e44da56c1bf79870abe5023b84a95',1),
(21,'d16f8f1a8797a2fe257afdf7e0770c55','d16f8f1a8797a2fe257afdf7e0770c55',1),
(22,'e1339dfd5ce836fb59343ea2280744a2','e1339dfd5ce836fb59343ea2280744a2',1),
(23,'e304f4ec3f6df028a03c5a319927aec1','e304f4ec3f6df028a03c5a319927aec1',1),
(24,'90d71052e4e57147bf5c7b77a4474890','90d71052e4e57147bf5c7b77a4474890',1),
(25,'4968113fe0bf02feb08d10681aacb08a','4968113fe0bf02feb08d10681aacb08a',1),
(27,'b1c7043094426cc546f37b75044b4c03','b1c7043094426cc546f37b75044b4c03',1),
(29,'ab11958d7828e129dfcc6dacfa6538f6','ab11958d7828e129dfcc6dacfa6538f6',1),
(31,'7a56a2da869de0147a3128ae03b6a7ce','7a56a2da869de0147a3128ae03b6a7ce',1),
(32,'06e2f1baa02202f8b6e64ae762b52e31','06e2f1baa02202f8b6e64ae762b52e31',1),
(33,'abb7edd7244e18c2bcf1206bc5c2f63b','abb7edd7244e18c2bcf1206bc5c2f63b',1),
(34,'cbb02f9cbe1032d8273f84e1763271ad','cbb02f9cbe1032d8273f84e1763271ad',1),
(35,'02be1b3c96a02bb5618ee00f49035114','02be1b3c96a02bb5618ee00f49035114',1),
(37,'b1c24de44529a455723b7f5ecfb325e0','b1c24de44529a455723b7f5ecfb325e0',1),
(38,'424e38f6208529dda0deca9b5761551b','424e38f6208529dda0deca9b5761551b',1),
(39,'cf235538b0e34806687ec3e05217f3d7','cf235538b0e34806687ec3e05217f3d7',1),
(40,'c994637899b3260f3b08af60acd30b7e','c994637899b3260f3b08af60acd30b7e',1),
(41,'62bbfff47a671421852c730e6e75c52c','62bbfff47a671421852c730e6e75c52c',1),
(42,'7956acf2a344f92b5c1d642d96009eba','7956acf2a344f92b5c1d642d96009eba',1),
(43,'85f1a444eefbab93f26482896ef0517d','85f1a444eefbab93f26482896ef0517d',1),
(44,'3763c1d45150b1bb670dcf26f6970f95','3763c1d45150b1bb670dcf26f6970f95',1),
(45,'369be1b254f130414b0198b186e5c8e9','369be1b254f130414b0198b186e5c8e9',1),
(46,'597c7a1cda0081db7abf51f1fff65200','597c7a1cda0081db7abf51f1fff65200',1),
(47,'b7eced3df1f3c799a47532b24d3ae213','b7eced3df1f3c799a47532b24d3ae213',1),
(48,'0ebb421eab88295615fc41dedf317e93','0ebb421eab88295615fc41dedf317e93',1),
(50,'ac7607581d0bf919bad773c14c4e7f71','ac7607581d0bf919bad773c14c4e7f71',1),
(52,'cc6617893416bac6381cfe9f2610fa8d','cc6617893416bac6381cfe9f2610fa8d',1),
(53,'05b03d0f41d6c796546f040d56472ad2','05b03d0f41d6c796546f040d56472ad2',1),
(54,'211f493cfc36aa016bbd1cabeedc95b5','211f493cfc36aa016bbd1cabeedc95b5',1),
(55,'163cff4c70bc46f71881b3e7e66d46a6','163cff4c70bc46f71881b3e7e66d46a6',1),
(56,'1c1a75a4d87a6e5a4195d81919e7df57','1c1a75a4d87a6e5a4195d81919e7df57',1),
(57,'1bf411fe0f9d7bcf0de1ee9a82af86f8','1bf411fe0f9d7bcf0de1ee9a82af86f8',1),
(58,'704c2c3a7fab806172501bb0c68b6521','704c2c3a7fab806172501bb0c68b6521',1),
(59,'ed3a6dc59f746d84ee645c7d70433516','ed3a6dc59f746d84ee645c7d70433516',1),
(60,'851e321f225a5e780c69c1093c4fa080','851e321f225a5e780c69c1093c4fa080',1),
(61,'3b05a628fc5434156f1011e17f61cfc0','3b05a628fc5434156f1011e17f61cfc0',1),
(62,'0810e2f827a96c5d28f4a097adf7c065','0810e2f827a96c5d28f4a097adf7c065',1),
(63,'877f1688632ddcb840fcc05b782bfef5','877f1688632ddcb840fcc05b782bfef5',1),
(64,'67ad44335dfff37be43caf4b3ea9055e','67ad44335dfff37be43caf4b3ea9055e',1),
(66,'458cc5f045ce35dfc6b0299062b0487c','458cc5f045ce35dfc6b0299062b0487c',1),
(68,'8b1461c0ec91cc0e50413fcc3df42893','8b1461c0ec91cc0e50413fcc3df42893',1),
(70,'a79d184c4bf2c1ac6bdb8b0e03fcbed5','a79d184c4bf2c1ac6bdb8b0e03fcbed5',1),
(72,'0a26ecf71f42183d674b37f23a3b5f76','0a26ecf71f42183d674b37f23a3b5f76',1),
(74,'0991ec0e12d22ff55065ce8e97602a6c','0991ec0e12d22ff55065ce8e97602a6c',1),
(75,'1a21b76af7f00d9e2a1d87ea823fc85c','1a21b76af7f00d9e2a1d87ea823fc85c',1),
(76,'963b1d5a1619a8e07bd1801383df5fa0','963b1d5a1619a8e07bd1801383df5fa0',1),
(77,'e3127efb582e232b19e444f59b9e3d0b','e3127efb582e232b19e444f59b9e3d0b',1),
(78,'8c5c0526583da8fd3120c40c995b5f65','8c5c0526583da8fd3120c40c995b5f65',1),
(79,'249e96497ba86b7690a59ac6fce8eb65','249e96497ba86b7690a59ac6fce8eb65',1),
(80,'8eeb3fbf4ea07ba9ef69ad542775dfe1','8eeb3fbf4ea07ba9ef69ad542775dfe1',1),
(81,'ffba64de2949b671984b2dc743d51a96','ffba64de2949b671984b2dc743d51a96',1),
(82,'509454f95506892bd6c5af346f1b2213','509454f95506892bd6c5af346f1b2213',1),
(84,'c582270ca7786dd0383fd758b94745cb','c582270ca7786dd0383fd758b94745cb',1),
(86,'459a208a950bd2aa1532a3740d8fb094','459a208a950bd2aa1532a3740d8fb094',1),
(88,'5f37837a4a2efd583dc3aaf2f7b3d02f','5f37837a4a2efd583dc3aaf2f7b3d02f',1),
(89,'ac2ac0f42aff860bcf2167fd5d01a24e','ac2ac0f42aff860bcf2167fd5d01a24e',1),
(91,'e8088c8e910743a15e0914acc7bf6e6e','e8088c8e910743a15e0914acc7bf6e6e',1),
(92,'f597934953747370cf60ed592724c062','f597934953747370cf60ed592724c062',1),
(93,'1f2047116156cb77916c13f5940f80ac','1f2047116156cb77916c13f5940f80ac',1),
(94,'add339ec65b68502249bfa77ca6e7956','add339ec65b68502249bfa77ca6e7956',1),
(96,'efa7e3ef4c6af1f35e0cc3157a434732','efa7e3ef4c6af1f35e0cc3157a434732',1),
(97,'b1cab7b841eb94d415c495c4e963fd93','b1cab7b841eb94d415c495c4e963fd93',1),
(98,'a0cd33acd45ade5cdb7b101eec489685','a0cd33acd45ade5cdb7b101eec489685',1),
(99,'e0a007a258e63e30610eedaf4166cd44','e0a007a258e63e30610eedaf4166cd44',1),
(100,'8a5a9a51902eba28aba28f3dc5d63314','8a5a9a51902eba28aba28f3dc5d63314',1),
(101,'7627de0161e40639a3284a9da3f07244','7627de0161e40639a3284a9da3f07244',1),
(102,'1d9b23ae0d737d0ce55e8942c72473c2','1d9b23ae0d737d0ce55e8942c72473c2',1),
(104,'86126f5d472d40586dc65e040fe2e388','86126f5d472d40586dc65e040fe2e388',1),
(106,'a2db1da3fca457f573c8f946d2626f15','a2db1da3fca457f573c8f946d2626f15',1),
(108,'9d8399c965095d9dd0683dca6b17cb2a','9d8399c965095d9dd0683dca6b17cb2a',1),
(110,'15a888e79f5e1e182758333e8aed8349','15a888e79f5e1e182758333e8aed8349',1),
(112,'207559750b0f3bd71acd406b5d1fe85f','207559750b0f3bd71acd406b5d1fe85f',1),
(113,'931fc2a18a45ccf3690af57d90552e1d','931fc2a18a45ccf3690af57d90552e1d',1),
(114,'9b14ca3eea5c95c289e619458db2381c','9b14ca3eea5c95c289e619458db2381c',1),
(115,'6226542c6d4da8e2219b7d1dfab332dc','6226542c6d4da8e2219b7d1dfab332dc',1),
(117,'bd54f11dad81cb6c72d924322908d6d9','bd54f11dad81cb6c72d924322908d6d9',1),
(118,'8dfc48bb6b9b6286d08e9ddf113eeec6','8dfc48bb6b9b6286d08e9ddf113eeec6',1),
(120,'100a03e0c840b67977bf9c5decf711fe','100a03e0c840b67977bf9c5decf711fe',1),
(121,'6bf733ed6d30bbd71a9eb5826db12fb4','6bf733ed6d30bbd71a9eb5826db12fb4',1),
(122,'253fe5b9bfed491a713fce6566c43c51','253fe5b9bfed491a713fce6566c43c51',1),
(123,'af806b1030bb980b21c60a45861423bb','af806b1030bb980b21c60a45861423bb',1),
(124,'a60ecfcc45dc99e00862d787b8d8b00b','a60ecfcc45dc99e00862d787b8d8b00b',1),
(125,'0f820f10796e0e0695c30c984fc20b46','0f820f10796e0e0695c30c984fc20b46',1),
(126,'64df928bcdde83ceb88799fc7b66eac5','64df928bcdde83ceb88799fc7b66eac5',1),
(127,'b95848f415935e7de4c8fd20c80fbcdf','b95848f415935e7de4c8fd20c80fbcdf',1),
(128,'358748f618555e2473dd77c4ba69402a','358748f618555e2473dd77c4ba69402a',1),
(129,'41a209413360d5b62c09bb8b6609cb7b','41a209413360d5b62c09bb8b6609cb7b',1),
(131,'b86c416482be3fc0a436766c9b29740f','b86c416482be3fc0a436766c9b29740f',1),
(132,'d30bcd4f82ee401d5d6b8cebb16d3a73','d30bcd4f82ee401d5d6b8cebb16d3a73',1),
(133,'1a79257de152df7a6cf379fbe4b8db8c','1a79257de152df7a6cf379fbe4b8db8c',1),
(134,'1625416f1f69efb2518e84b2005d8389','1625416f1f69efb2518e84b2005d8389',1),
(135,'857794a6c06f0eafb338c1f5278e59d4','857794a6c06f0eafb338c1f5278e59d4',1),
(136,'ca4d7de25db18b448555c567b2841982','ca4d7de25db18b448555c567b2841982',1),
(137,'be89a632bd6a570fcda93f9eee312a76','be89a632bd6a570fcda93f9eee312a76',1),
(138,'7f914e2fcd0d6fb84fef3116039a8579','7f914e2fcd0d6fb84fef3116039a8579',1),
(139,'45cf10283edd11c5b9b5bd3928e326d4','45cf10283edd11c5b9b5bd3928e326d4',1),
(140,'646a671989c9cb08608d6b89c56f08bb','646a671989c9cb08608d6b89c56f08bb',1),
(141,'ea3936041ef267ef6b36719b51fa18e6','ea3936041ef267ef6b36719b51fa18e6',1),
(143,'6fbb284e868309495435b2b32ebd6fff','6fbb284e868309495435b2b32ebd6fff',1),
(145,'f56a485f11007e4038e03923fb9f6ca2','f56a485f11007e4038e03923fb9f6ca2',1),
(146,'a3b1b39c3e2469530c65466e1bf0ab76','a3b1b39c3e2469530c65466e1bf0ab76',1),
(147,'5b30a065b288a53c9a02e2df6de02013','5b30a065b288a53c9a02e2df6de02013',1),
(148,'2cd8c3d37bca752f10d972cf376998b4','2cd8c3d37bca752f10d972cf376998b4',1),
(150,'cfc37e43ed2253987138236347c54444','cfc37e43ed2253987138236347c54444',1),
(151,'fbc56059512605a2fa359da1f0b8bd0f','fbc56059512605a2fa359da1f0b8bd0f',1),
(152,'25155f6d41beda35dc9f8012bd6b9b29','25155f6d41beda35dc9f8012bd6b9b29',1),
(153,'bea96fb6516575e56bb9b1f1e681b7c2','bea96fb6516575e56bb9b1f1e681b7c2',1),
(154,'5735b87004d134b7572ffbf073d67b83','5735b87004d134b7572ffbf073d67b83',1),
(155,'7723a94e54f1a04ac172277f9744b176','7723a94e54f1a04ac172277f9744b176',1),
(156,'01b717c1b45026f5f685717ba848f9f9','01b717c1b45026f5f685717ba848f9f9',1),
(157,'32952caeec0516541e1672facb397e85','32952caeec0516541e1672facb397e85',1),
(158,'423cbe6182bfb1bf988abca479395677','423cbe6182bfb1bf988abca479395677',1),
(159,'de2f020ae6ad391351d0b0bb9a454d21','de2f020ae6ad391351d0b0bb9a454d21',1),
(160,'2b026ea7184021eaea23b68ef635a0a6','2b026ea7184021eaea23b68ef635a0a6',1),
(161,'42220c4522d9608644627ef8ae7c602c','42220c4522d9608644627ef8ae7c602c',1),
(163,'9114127b6126272e6d806f1b5cf4ac7d','9114127b6126272e6d806f1b5cf4ac7d',1),
(165,'b21b2d2a40d0f8c9deff189330400b7d','b21b2d2a40d0f8c9deff189330400b7d',1),
(166,'a759282c114c4b050f64d13b9ce495f6','a759282c114c4b050f64d13b9ce495f6',1),
(167,'bf463e554d59bd3767b6fb7fcc847b4a','bf463e554d59bd3767b6fb7fcc847b4a',1),
(168,'9fcd9e92f876b88a3d83895a153c75af','9fcd9e92f876b88a3d83895a153c75af',1),
(169,'ab63ae7c4c8e207d70123f05b69f2deb','ab63ae7c4c8e207d70123f05b69f2deb',1),
(171,'3ee8d5a5ea98e48ebad5983fb8999fb0','3ee8d5a5ea98e48ebad5983fb8999fb0',1),
(173,'3aa41480bb4f2fe2834174a630d7e0e4','3aa41480bb4f2fe2834174a630d7e0e4',1),
(175,'6553ee9f414ae5aba7fb12441536f036','6553ee9f414ae5aba7fb12441536f036',1),
(177,'0e2152cdd7af9215ef49e56f632e70df','0e2152cdd7af9215ef49e56f632e70df',1),
(179,'100aeda4f59c35bef72b3fce2cd7a344','100aeda4f59c35bef72b3fce2cd7a344',1),
(181,'a0c990a48f943283146b9c2fc44c3d75','a0c990a48f943283146b9c2fc44c3d75',1),
(183,'9deae9b082e7e0c439ef675dc298c86a','9deae9b082e7e0c439ef675dc298c86a',1),
(185,'b060445c17d3529d5e3625ab2a690263','b060445c17d3529d5e3625ab2a690263',1),
(186,'88b4fcbf5298f849f46b4a3a7b09bc6b','88b4fcbf5298f849f46b4a3a7b09bc6b',1),
(187,'72d5160424e890715ab53a7d2052898d','72d5160424e890715ab53a7d2052898d',1),
(188,'582d8d3c9fadcbd07bb64d808dd00fd8','582d8d3c9fadcbd07bb64d808dd00fd8',1),
(190,'42aba97ff0f2df6df9888ddb5904a7e1','42aba97ff0f2df6df9888ddb5904a7e1',1),
(191,'59fa85f1b25a3e7b9fa21b14d1af6b60','59fa85f1b25a3e7b9fa21b14d1af6b60',1),
(192,'b9790ae38a4e32dddd92024fa43f51a3','b9790ae38a4e32dddd92024fa43f51a3',1),
(193,'9372607b0b307ac6486819fc601b9e51','9372607b0b307ac6486819fc601b9e51',1),
(194,'c859d917b24b3c81f60b021d609cda23','c859d917b24b3c81f60b021d609cda23',1),
(195,'1c0dd55102c25d8bd4216bce10649cc4','1c0dd55102c25d8bd4216bce10649cc4',1),
(197,'c87bdc14f80b4d166d10d4aa18001f23','c87bdc14f80b4d166d10d4aa18001f23',1),
(199,'e97a818ba2d24b141f82f06e77e26240','e97a818ba2d24b141f82f06e77e26240',1),
(201,'394cb9f231b680e3786935bf8b1f1139','394cb9f231b680e3786935bf8b1f1139',1),
(203,'34af801e8665d5300825011c922699fb','34af801e8665d5300825011c922699fb',1),
(204,'163eac662237701d726581af57da90fa','163eac662237701d726581af57da90fa',1),
(205,'d471de65ed7adf7772c7ea201876991b','d471de65ed7adf7772c7ea201876991b',1),
(206,'0b674997b5f92493a90fd2b5730354df','0b674997b5f92493a90fd2b5730354df',1),
(207,'e4203e6bcb785dba20935a5fc7f46f88','e4203e6bcb785dba20935a5fc7f46f88',1),
(208,'8bd665441ddf5b0c2f3b582b383d4cc1','8bd665441ddf5b0c2f3b582b383d4cc1',1),
(209,'bdc1b3273201c2a9fd4de9f10c236e7e','bdc1b3273201c2a9fd4de9f10c236e7e',1),
(210,'e3420c5084f53a9baa8e828da6e83b0e','e3420c5084f53a9baa8e828da6e83b0e',1),
(212,'3167b8e538e1b5a6374aea60ed8f4252','3167b8e538e1b5a6374aea60ed8f4252',1),
(214,'9eab15374c1dcd1fe7138e6b62f13f9b','9eab15374c1dcd1fe7138e6b62f13f9b',1),
(215,'cb2019334c88677deceb643e341e6fbb','cb2019334c88677deceb643e341e6fbb',1),
(216,'3a9530f290bbbd0f81da1fc81f7cb66e','3a9530f290bbbd0f81da1fc81f7cb66e',1),
(217,'5b8ae7b2830654ae82ac881d583fe127','5b8ae7b2830654ae82ac881d583fe127',1),
(218,'28c6f6d53b842452682b12b10821cf05','28c6f6d53b842452682b12b10821cf05',1),
(220,'127c3c44a19aa40c36cfab7827d2f067','127c3c44a19aa40c36cfab7827d2f067',1),
(221,'f0181f4a00905170ef2321aec8b2c2b4','f0181f4a00905170ef2321aec8b2c2b4',1),
(223,'88b6c4abc902868ec13d868790d6908e','88b6c4abc902868ec13d868790d6908e',1),
(225,'2479d352758f0f64483ce8d4bbd3615e','2479d352758f0f64483ce8d4bbd3615e',1),
(227,'94d3879217d2ed6430f948ea303c9b22','94d3879217d2ed6430f948ea303c9b22',1),
(228,'c0a1781007bb6055d4c0d0f22e68999f','c0a1781007bb6055d4c0d0f22e68999f',1),
(229,'d8aba24e68c2bf7c76a8495d4ec082ce','d8aba24e68c2bf7c76a8495d4ec082ce',1),
(230,'ec1622f5f2b731ce1fe56dd51ebb1322','ec1622f5f2b731ce1fe56dd51ebb1322',1),
(231,'358be3490ca3654ce2c88d2df002b2a5','358be3490ca3654ce2c88d2df002b2a5',1),
(232,'4dc7bae24215dce359ac08408d857a13','4dc7bae24215dce359ac08408d857a13',1),
(233,'f6ae516ffc5955d2f4aab6f71d568a73','f6ae516ffc5955d2f4aab6f71d568a73',1),
(235,'b306659c36893015f78855b48637a0b8','b306659c36893015f78855b48637a0b8',1),
(236,'813e1d295b00f2bb3ffe2f5be34d0674','813e1d295b00f2bb3ffe2f5be34d0674',1),
(237,'a3ef4571f3f6f12bf0be6197ad689cec','a3ef4571f3f6f12bf0be6197ad689cec',1),
(238,'6476a7fce7b5922292bae0ea52f77a3c','6476a7fce7b5922292bae0ea52f77a3c',1),
(240,'c90dc3d38ed62a4ce8a83c5f2749765e','c90dc3d38ed62a4ce8a83c5f2749765e',1),
(241,'cacf80dbb7b9816a8ad193ecb7631e55','cacf80dbb7b9816a8ad193ecb7631e55',1),
(243,'4fc33f07faa2e2fbb318dfb388b1c8d2','4fc33f07faa2e2fbb318dfb388b1c8d2',1),
(245,'5337ee090c04e01aeda5b1a78d74febd','5337ee090c04e01aeda5b1a78d74febd',1),
(246,'05e57cd00bcea6a41bf187308225dff5','05e57cd00bcea6a41bf187308225dff5',1),
(248,'42990904723cf8c37941f9d0a7c3cce9','42990904723cf8c37941f9d0a7c3cce9',1),
(249,'481468b2389026c9721b434b8d4fde5b','481468b2389026c9721b434b8d4fde5b',1),
(250,'a2218dae6556e5f3c3743b383ebed7e7','a2218dae6556e5f3c3743b383ebed7e7',1),
(251,'2ca8e8b3e3df8e63f28f8b981a3f88b8','2ca8e8b3e3df8e63f28f8b981a3f88b8',1),
(252,'1b7b9e970bc65fd2fb20b5846db06751','1b7b9e970bc65fd2fb20b5846db06751',1),
(253,'86b6bca2eb8bfb67b0a40aea0b2550eb','86b6bca2eb8bfb67b0a40aea0b2550eb',1),
(255,'bc800fcf80f7b9a2210172e21a597454','bc800fcf80f7b9a2210172e21a597454',1),
(257,'122776ae32f4f5c9d0ebab68117369e3','122776ae32f4f5c9d0ebab68117369e3',1),
(259,'801b925272176e85e6bd81d072646b69','801b925272176e85e6bd81d072646b69',1),
(260,'3c587d0ef1a6333c3d7a7a6d1ffdb78a','3c587d0ef1a6333c3d7a7a6d1ffdb78a',1),
(261,'1db76dc31a9bafee99ff66e0f03d1d2e','1db76dc31a9bafee99ff66e0f03d1d2e',1),
(262,'8f443fcf6156c8e3878ea3d55e96c4e9','8f443fcf6156c8e3878ea3d55e96c4e9',1),
(264,'3dff1719ee16e6b5a57c5fab69f895f7','3dff1719ee16e6b5a57c5fab69f895f7',1),
(265,'9731e61fa04eac88334754419f0dce1b','9731e61fa04eac88334754419f0dce1b',1),
(267,'fb1ce73e7d58dbfde7627d6847856ce9','fb1ce73e7d58dbfde7627d6847856ce9',1),
(268,'e11a26aa2ad342bb36c19b79ab09e93f','e11a26aa2ad342bb36c19b79ab09e93f',1),
(269,'1d6511080509f8f89501f92db80d5ad3','1d6511080509f8f89501f92db80d5ad3',1),
(270,'a1170acfbe89118b02612d924454ba77','a1170acfbe89118b02612d924454ba77',1),
(271,'621a0620cddff518c050f892caa46f15','621a0620cddff518c050f892caa46f15',1),
(273,'041b819a4791962dc7c443ccf821bea7','041b819a4791962dc7c443ccf821bea7',1),
(275,'3761cc870f559cdaa51d87566fa4d52d','3761cc870f559cdaa51d87566fa4d52d',1),
(277,'a876be5a0b6eecfaf48de6700a3ecec5','a876be5a0b6eecfaf48de6700a3ecec5',1),
(278,'d637f23065a7858397d18daebaf5075a','d637f23065a7858397d18daebaf5075a',1),
(279,'a35832e2f5938a6647333b9358c43743','a35832e2f5938a6647333b9358c43743',1),
(280,'99eb9a68952834aabfc2166763b70d7a','99eb9a68952834aabfc2166763b70d7a',1),
(282,'18dcf232b929a39863fe5d8a94ef73a3','18dcf232b929a39863fe5d8a94ef73a3',1),
(284,'59451e1db14d9ce78850a67e3b1e7145','59451e1db14d9ce78850a67e3b1e7145',1),
(286,'15a5140e9b26f884988519434950a12e','15a5140e9b26f884988519434950a12e',1),
(287,'1899e7f52664d8faa22e13586cc058aa','1899e7f52664d8faa22e13586cc058aa',1),
(288,'5842aa3d9b7967b94b96d0efa94f76ef','5842aa3d9b7967b94b96d0efa94f76ef',1),
(289,'ed993daf38c293df247ff8ffa11aaf09','ed993daf38c293df247ff8ffa11aaf09',1),
(290,'af58e1c018f2d1b926192eac2ee24181','af58e1c018f2d1b926192eac2ee24181',1),
(291,'32a6a18ae2bfa38f8c04afacfe2c7035','32a6a18ae2bfa38f8c04afacfe2c7035',1),
(293,'48ad371ae06687067b8bdd423152bf64','48ad371ae06687067b8bdd423152bf64',1),
(295,'a28efcd5e98e5ce7d5330037984f781b','a28efcd5e98e5ce7d5330037984f781b',1),
(296,'df978c7ca83598bfb530c775060d2aaa','df978c7ca83598bfb530c775060d2aaa',1),
(297,'4f897b628472dadedcc7cc71daffe662','4f897b628472dadedcc7cc71daffe662',1),
(299,'6194d5adf8540584ee4a8a50acd4d204','6194d5adf8540584ee4a8a50acd4d204',1),
(300,'3d359d83b527590d2194981e45ea55e6','3d359d83b527590d2194981e45ea55e6',1),
(301,'00e470865386d7214062a40715dc13de','00e470865386d7214062a40715dc13de',1),
(302,'d9203736779bc77f14da79393759dea3','d9203736779bc77f14da79393759dea3',1),
(303,'dc6daec6eb28b7cc7c3355697c7e9655','dc6daec6eb28b7cc7c3355697c7e9655',1),
(304,'737c9d55cde0ef61a6dc9f1d50f79021','737c9d55cde0ef61a6dc9f1d50f79021',1),
(306,'d6a49ec3eb873239de77705e62d017ed','d6a49ec3eb873239de77705e62d017ed',1),
(308,'ae80bfc5d2d021acc3534ce4e18510a0','ae80bfc5d2d021acc3534ce4e18510a0',1),
(309,'fc006a7b97d0391c4e100ffd47469b6b','fc006a7b97d0391c4e100ffd47469b6b',1),
(311,'ff8999f917a71521d85313e8e208d3b9','ff8999f917a71521d85313e8e208d3b9',1),
(312,'d08473af99cabb7d6b620428540879cb','d08473af99cabb7d6b620428540879cb',1),
(313,'48c08a8dd0205103a0c7a3e050d4725a','48c08a8dd0205103a0c7a3e050d4725a',1),
(314,'6c3e8815a678c350d587abd7fec4c3fc','6c3e8815a678c350d587abd7fec4c3fc',1),
(316,'29caa0acde0dddd6c76721c8da8fbe92','29caa0acde0dddd6c76721c8da8fbe92',1),
(318,'48afd4a9d0909a95ad8326d037d5d8ad','48afd4a9d0909a95ad8326d037d5d8ad',1),
(320,'a871b43e7b6eaeef563a98fc4a01ee1d','a871b43e7b6eaeef563a98fc4a01ee1d',1),
(322,'1855d8666286f54c4579d7ec7be66c8c','1855d8666286f54c4579d7ec7be66c8c',1),
(323,'d8587a3b3927ee5185050daf2ed62309','d8587a3b3927ee5185050daf2ed62309',1),
(324,'7bcea053fa489448e05d6fc53803e58f','7bcea053fa489448e05d6fc53803e58f',1),
(325,'73bbea140b1cccab180c3b9dade36a7b','73bbea140b1cccab180c3b9dade36a7b',1),
(326,'6ad59083d2f44ec590d30e3030c577af','6ad59083d2f44ec590d30e3030c577af',1),
(327,'1da18bb6be3c0b47740497f6c56a76c8','1da18bb6be3c0b47740497f6c56a76c8',1),
(328,'0a66fb3630544e408ef6f1b49607e94f','0a66fb3630544e408ef6f1b49607e94f',1),
(329,'e0923bd016ca02d637c832a544627585','e0923bd016ca02d637c832a544627585',1),
(331,'c863eaaac1215e8d0bd79d2c6b4ffd6b','c863eaaac1215e8d0bd79d2c6b4ffd6b',1),
(333,'6a5a0d5128b1fa423efd37185a21a4e9','6a5a0d5128b1fa423efd37185a21a4e9',1),
(334,'e01eacb70284aaa2870684499a9b8cd2','e01eacb70284aaa2870684499a9b8cd2',1),
(335,'d66ad65de168366280439243a3e01e43','d66ad65de168366280439243a3e01e43',1),
(336,'d780b992cbe34378557dff0750380a38','d780b992cbe34378557dff0750380a38',1),
(337,'53ea03b578949fb91b607d6d41612569','53ea03b578949fb91b607d6d41612569',1),
(338,'5de249f5c6b1877caacba9ae4c6564ca','5de249f5c6b1877caacba9ae4c6564ca',1),
(339,'cb35e150a0e733097b607d779828acdb','cb35e150a0e733097b607d779828acdb',1),
(341,'40305f38782694a0b20f79c91e679914','40305f38782694a0b20f79c91e679914',1),
(342,'3b40b0ccfc5de6b29cf031fa63704f81','3b40b0ccfc5de6b29cf031fa63704f81',1),
(344,'2ee63dc6ec2a43877543d2f0eb8c3eca','2ee63dc6ec2a43877543d2f0eb8c3eca',1),
(346,'841c695ea0daec6aaa92e655cac36f8b','841c695ea0daec6aaa92e655cac36f8b',1),
(348,'b12697f8a2dbdc80d8ac1b92b38d5251','b12697f8a2dbdc80d8ac1b92b38d5251',1),
(350,'7e550941bbc049a08f04a8ef44aa0005','7e550941bbc049a08f04a8ef44aa0005',1),
(352,'72a2f3f460e509d08cb1d16fc7f27701','72a2f3f460e509d08cb1d16fc7f27701',1),
(353,'823f9e6d51904e17c8980d2d1d6e7e6c','823f9e6d51904e17c8980d2d1d6e7e6c',1),
(354,'6098dba584acba83256b9e1212a14cb1','6098dba584acba83256b9e1212a14cb1',1),
(356,'6908e97f512b8fc10206aa10db511b8f','6908e97f512b8fc10206aa10db511b8f',1),
(358,'dcbfb95680e586daa7eed8f2031875b9','dcbfb95680e586daa7eed8f2031875b9',1),
(360,'2d373675761801d53d282588aca3f2c1','2d373675761801d53d282588aca3f2c1',1),
(362,'44d36f210f1725a9187b7a853dd845b0','44d36f210f1725a9187b7a853dd845b0',1),
(363,'a0b286bab948029ad29d9988e206acb9','a0b286bab948029ad29d9988e206acb9',1),
(364,'1ec0b4c0658c9a7ad9e80f50a7d0e9a8','1ec0b4c0658c9a7ad9e80f50a7d0e9a8',1),
(365,'1b8a9a3f0c846bf08982407f1a5cc3fc','1b8a9a3f0c846bf08982407f1a5cc3fc',1),
(367,'6092299357d10891e9a9b511e6f61342','6092299357d10891e9a9b511e6f61342',1),
(369,'9e6e53aff8c8a73933704b23097a05b6','9e6e53aff8c8a73933704b23097a05b6',1),
(371,'428c71b5eca5c53ad6e3c602e5b7abbd','428c71b5eca5c53ad6e3c602e5b7abbd',1),
(373,'e01d202ddb8fead285322efb8eca87c2','e01d202ddb8fead285322efb8eca87c2',1),
(375,'c02cc22aea9b652e0977f67b1014ae82','c02cc22aea9b652e0977f67b1014ae82',1),
(377,'8e51ef49560ca89e962aee187db31c89','8e51ef49560ca89e962aee187db31c89',1),
(379,'30d2fbe7ea5efc9ae753d15b76d6d7d9','30d2fbe7ea5efc9ae753d15b76d6d7d9',1),
(381,'3e2d22bb03ede51c01bd4f714c44aab7','3e2d22bb03ede51c01bd4f714c44aab7',1);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

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

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES
(1,1,'nickname','Admin'),
(2,1,'first_name',''),
(3,1,'last_name',''),
(4,1,'description',''),
(5,1,'rich_editing','true'),
(6,1,'syntax_highlighting','true'),
(7,1,'comment_shortcuts','false'),
(8,1,'admin_color','fresh'),
(9,1,'use_ssl','0'),
(10,1,'show_admin_bar_front','true'),
(11,1,'locale',''),
(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'wp_user_level','10'),
(14,1,'dismissed_wp_pointers',''),
(15,1,'show_welcome_panel','0'),
(16,1,'session_tokens','a:4:{s:64:\"5b7705c7f1a8f34a123ab1f9c064baee53c33b340d2d7ebe1ae8d2b0307b1d4d\";a:4:{s:10:\"expiration\";i:1727047482;s:2:\"ip\";s:13:\"62.197.146.25\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";s:5:\"login\";i:1726874682;}s:64:\"8e592a67c689388bd66ff5cbc3ff9d4ffb200b592386cbf9762f1ff0e3d8c014\";a:4:{s:10:\"expiration\";i:1727047482;s:2:\"ip\";s:13:\"62.197.146.25\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";s:5:\"login\";i:1726874682;}s:64:\"82d3aaea8a67fb4efbd3bf09fb8a7c611947ab18ffedc058a7f1efd0b2b28609\";a:4:{s:10:\"expiration\";i:1727047482;s:2:\"ip\";s:13:\"62.197.146.25\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";s:5:\"login\";i:1726874682;}s:64:\"988cf24b689a87fa701e96bf1295f4e547197927e934dc2613d26d587b277dda\";a:4:{s:10:\"expiration\";i:1727047482;s:2:\"ip\";s:13:\"62.197.146.25\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";s:5:\"login\";i:1726874682;}}'),
(17,1,'wp_dashboard_quick_press_last_post_id','28'),
(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"62.197.146.0\";}'),
(19,1,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:379:\"<p>Anda dapat mempercepat situs Anda dan mendapatkan insight dalam struktur internal linking Anda dengan mengizinkan kami menjalankan beberapa optimisasi bagaimana data SEO disimpan. </p><p>Kami perkirakan ini akan berlangsung kurang dari semenit.</p><a class=\"button\" href=\"https://alot88.co/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">Mulai SEO optimasi data</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(20,1,'amp_dev_tools_enabled','false'),
(21,1,'_yoast_wpseo_introductions','a:1:{s:25:\"ai-fix-assessments-upsell\";b:1;}'),
(22,1,'wp_user-settings','libraryContent=browse&hidetb=1&mfold=f'),
(23,1,'wp_user-settings-time','1725902212'),
(24,1,'closedpostboxes_dashboard','a:0:{}'),
(25,1,'metaboxhidden_dashboard','a:5:{i:0;s:19:\"dashboard_right_now\";i:1;s:18:\"dashboard_activity\";i:2;s:32:\"wpseo-wincher-dashboard-overview\";i:3;s:21:\"dashboard_quick_press\";i:4;s:17:\"dashboard_primary\";}'),
(26,1,'_yoast_wpseo_profile_updated','1725029610');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES
(1,'Admin','$P$Bu2mG0OcgI04TTfveTIvVK5n2tmm6e0','admin','duniasalakejo@gmail.com','https://alot88.co','2024-08-30 06:27:46','',0,'Admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable`
--

DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext DEFAULT NULL,
  `permalink_hash` varchar(40) DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) NOT NULL,
  `object_sub_type` varchar(32) DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `breadcrumb_title` text DEFAULT NULL,
  `post_status` varchar(20) DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext DEFAULT NULL,
  `primary_focus_keyword` varchar(191) DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text DEFAULT NULL,
  `twitter_image` longtext DEFAULT NULL,
  `twitter_description` longtext DEFAULT NULL,
  `twitter_image_id` varchar(191) DEFAULT NULL,
  `twitter_image_source` text DEFAULT NULL,
  `open_graph_title` text DEFAULT NULL,
  `open_graph_description` longtext DEFAULT NULL,
  `open_graph_image` longtext DEFAULT NULL,
  `open_graph_image_id` varchar(191) DEFAULT NULL,
  `open_graph_image_source` text DEFAULT NULL,
  `open_graph_image_meta` mediumtext DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  `schema_page_type` varchar(64) DEFAULT NULL,
  `schema_article_type` varchar(64) DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable`
--

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES
(2,'https://alot88.co/','18:8a59e048aa896b15a520c07f310b11e1',NULL,'home-page',NULL,NULL,NULL,'%%title%% %%sep%%','','Beranda',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,NULL,NULL,'2024-08-30 14:26:06','2024-11-01 20:14:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-20 23:38:30','2024-08-30 06:27:46',NULL),
(5,'https://alot88.co/category/uncategorized/','41:1f3400960d78ed5aeb7996b3c5f5aeaf',1,'term','category',NULL,NULL,NULL,NULL,'Alot88',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-30 14:34:47','2024-11-01 20:14:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-20 23:38:30',NULL,NULL),
(6,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-30 14:34:48','2024-08-30 14:34:48',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),
(7,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'Anda mencari %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-30 14:34:48','2024-08-30 14:34:48',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),
(9,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Laman tidak ditemukan %%sep%% %%sitename%%',NULL,'Galat 404: Laman tidak ditemukan',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-30 14:53:31','2024-08-30 14:53:31',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),
(10,'https://alot88.co/','18:8a59e048aa896b15a520c07f310b11e1',21,'post','page',1,0,'%%title%% %%sep%% ALOT 88 Nikmati BGM Musik Pargoy Situs Andalan','Nikmati BGM terkenal musik Pargoy situs ALOT88! Bermain ditemani irama hits yang bikin semangat. Gabung ALOT 88 untuk pengalaman menghibur!','ALOT88','publish',1,0,NULL,NULL,'https://alot88.co/','ALOT88',45,90,1,0,0,NULL,NULL,NULL,NULL,'https://alot88.co/wp-content/uploads/2024/08/Indukan-Mabar88.png',NULL,'22','featured-image',NULL,NULL,'https://alot88.co/wp-content/uploads/2024/08/Indukan-Mabar88.png','22','featured-image','{\"width\":514,\"height\":747,\"filesize\":178951,\"url\":\"https://alot88.co/wp-content/uploads/2024/08/Indukan-Mabar88.png\",\"path\":\"/home/alot88.co/public_html/wp-content/uploads/2024/08/Indukan-Mabar88.png\",\"size\":\"full\",\"id\":22,\"alt\":\"ALOT88\",\"pixels\":383958,\"type\":\"image/png\"}',0,NULL,NULL,'2024-08-31 05:46:15','2024-09-18 04:45:42',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-18 04:45:42','2024-08-31 05:47:41',0),
(11,'https://alot88.co/alot88-daftar/','32:60c5764c07d00e6c5c16e994b114fb75',31,'post','post',1,0,'%%title%% %%sep%% Favorite Games Terbaik Game Online','Alot88 Daftar merupakan situs game dengan agency terpercaya dalam keseruan gaming yang tak terbatas dan nikmati pengalaman terpercaya.','Alot88 Daftar','publish',1,0,NULL,NULL,'https://alot88.co/alot88-daftar/%e2%80%8e','Alot88 Daftar',49,90,0,0,0,NULL,NULL,NULL,NULL,'https://alot88.co/wp-content/uploads/2024/09/Mabar.jpg',NULL,'32','featured-image',NULL,NULL,'https://alot88.co/wp-content/uploads/2024/09/Mabar.jpg','32','featured-image','{\"width\":201,\"height\":201,\"filesize\":7074,\"url\":\"https://alot88.co/wp-content/uploads/2024/09/Mabar.jpg\",\"path\":\"/home/alot88.co/public_html/wp-content/uploads/2024/09/Mabar.jpg\",\"size\":\"full\",\"id\":32,\"alt\":\"Alot88 Daftar\",\"pixels\":40401,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-09-20 23:36:18','2024-09-20 23:36:46',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-20 23:36:46','2024-09-20 23:36:46',0),
(12,'https://alot88.co/author/admin/','31:524b102137d91f84b16b34a42b7a227b',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/6cabaa3a10c5b8d90e24ec3b5c0ca39c?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/6cabaa3a10c5b8d90e24ec3b5c0ca39c?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2024-09-20 23:36:46','2024-11-01 20:14:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-20 23:38:30','2024-08-31 05:47:41',NULL),
(13,'https://alot88.co/alot88-register/','34:242a517ced1235ff19f10092f929e8fc',34,'post','post',1,0,'%%title%% %%sep%% Sensation Game Terpercaya Dan Populer','Alot88 Register merupakan agen game dengan experience gaming yang tak terbatas dan nikmati peluang meraih hadiah spektakuler.','Alot88 Register','publish',1,0,NULL,NULL,'https://alot88.co/alot88-register/','Alot88 Register',49,90,0,0,0,NULL,NULL,NULL,NULL,'https://alot88.co/wp-content/uploads/2024/09/Mabar-1.jpg',NULL,'38','featured-image',NULL,NULL,'https://alot88.co/wp-content/uploads/2024/09/Mabar-1.jpg','38','featured-image','{\"width\":201,\"height\":201,\"filesize\":7074,\"url\":\"https://alot88.co/wp-content/uploads/2024/09/Mabar-1.jpg\",\"path\":\"/home/alot88.co/public_html/wp-content/uploads/2024/09/Mabar-1.jpg\",\"size\":\"full\",\"id\":38,\"alt\":\"Alot88 Register\",\"pixels\":40401,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-09-20 23:36:50','2024-09-20 23:37:15',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-20 23:37:15','2024-09-20 23:37:15',0),
(14,'https://alot88.co/?p=35','23:f13e242d2c7ba6aadd21ad57200d3c0f',35,'post','post',1,0,'%%title%% %%sep%% Situs Game Top Reward Besar Terpercaya Benefit','Alot88 Login merupakan agen games online dengan hadiah prize pool yang menggiurkan dan raih hadiah dalam komunitas terbaik.','Alot88 Login','future',0,0,NULL,NULL,'https://alot88.co/alot88-login/','Alot88 Login',49,90,0,0,0,NULL,NULL,NULL,NULL,'https://alot88.co/wp-content/uploads/2024/09/Mabar-2.jpg',NULL,'40','featured-image',NULL,NULL,'https://alot88.co/wp-content/uploads/2024/09/Mabar-2.jpg','40','featured-image','{\"width\":201,\"height\":201,\"filesize\":7074,\"url\":\"https://alot88.co/wp-content/uploads/2024/09/Mabar-2.jpg\",\"path\":\"/home/alot88.co/public_html/wp-content/uploads/2024/09/Mabar-2.jpg\",\"size\":\"full\",\"id\":40,\"alt\":\"Alot88 Login\",\"pixels\":40401,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2024-09-20 23:37:18','2024-09-20 23:37:43',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-20 23:37:43','2024-10-04 17:00:48',0),
(15,'https://alot88.co/alot88-download/','34:c8a812e1ff3ebf87ee2b451e95a6dbaa',36,'post','post',1,0,'%%title%% %%sep%% Favorite Games Terbaik Game Online','Alot88 Download merupakan website games online dengan benefit dengan gaming tanpa batas dan nikmati peluang keuntungan besar.','Alot88 Download','publish',1,0,NULL,NULL,'https://alot88.co/alot88-download/','Alot88 Download',49,90,0,0,0,NULL,NULL,NULL,NULL,'https://alot88.co/wp-content/uploads/2024/09/Mabar-3.jpg',NULL,'42','featured-image',NULL,NULL,'https://alot88.co/wp-content/uploads/2024/09/Mabar-3.jpg','42','featured-image','{\"width\":201,\"height\":201,\"filesize\":7074,\"url\":\"https://alot88.co/wp-content/uploads/2024/09/Mabar-3.jpg\",\"path\":\"/home/alot88.co/public_html/wp-content/uploads/2024/09/Mabar-3.jpg\",\"size\":\"full\",\"id\":42,\"alt\":\"Alot88 Download\",\"pixels\":40401,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-09-20 23:37:46','2024-10-30 01:35:28',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-20 23:38:06','2024-10-18 17:00:49',0),
(16,'https://alot88.co/alot88-online/','32:c28b4f5054c5a8c7d104f9c8d02a46d0',37,'post','post',1,0,'%%title%% %%sep%% Situs Game Top Reward Besar Terpercaya Benefit','Alot88 Online merupakan situs games trusted dan populer dengan sensasi dalam pengalaman gaming dan nikmati kesenangan terpercaya dunia.','Alot88 Online','publish',1,0,NULL,NULL,'https://alot88.co/alot88-online/%e2%80%8e','Alot88 Online',49,90,0,0,0,NULL,NULL,NULL,NULL,'https://alot88.co/wp-content/uploads/2024/09/Mabar-4.jpg',NULL,'44','featured-image',NULL,NULL,'https://alot88.co/wp-content/uploads/2024/09/Mabar-4.jpg','44','featured-image','{\"width\":201,\"height\":201,\"filesize\":7074,\"url\":\"https://alot88.co/wp-content/uploads/2024/09/Mabar-4.jpg\",\"path\":\"/home/alot88.co/public_html/wp-content/uploads/2024/09/Mabar-4.jpg\",\"size\":\"full\",\"id\":44,\"alt\":\"Alot88 Online\",\"pixels\":40401,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-09-20 23:38:10','2024-11-01 20:14:23',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-20 23:38:30','2024-11-01 17:00:49',0);
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES
(5,0,0,1),
(6,0,0,1),
(7,0,0,1),
(10,0,0,1),
(11,0,0,1),
(12,0,0,1),
(13,0,0,1),
(14,0,0,1),
(15,0,0,1),
(16,0,0,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_migrations`
--

DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wp_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_migrations`
--

LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES
(1,'20171228151840'),
(2,'20171228151841'),
(3,'20190529075038'),
(4,'20191011111109'),
(5,'20200408101900'),
(6,'20200420073606'),
(7,'20200428123747'),
(8,'20200428194858'),
(9,'20200429105310'),
(10,'20200430075614'),
(11,'20200430150130'),
(12,'20200507054848'),
(13,'20200513133401'),
(14,'20200609154515'),
(15,'20200616130143'),
(16,'20200617122511'),
(17,'20200702141921'),
(18,'20200728095334'),
(19,'20201202144329'),
(20,'20201216124002'),
(21,'20201216141134'),
(22,'20210817092415'),
(23,'20211020091404'),
(24,'20230417083836');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_primary_term`
--

DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_primary_term`
--

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

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-11-17  0:04:30

https://t.me/RX1948 - 2025