403Webshell
Server IP : 185.252.147.100  /  Your IP : 216.73.216.196
Web Server : nginx/1.27.3
System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
User : mitr ( 1000)
PHP Version : 8.2.29
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /www/DB/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/DB/eps.sql
-- MariaDB dump 10.19  Distrib 10.11.6-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: eps
-- ------------------------------------------------------
-- Server version	10.11.6-MariaDB-0+deb12u1

/*!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 */;
INSERT INTO `wp_comments` VALUES
(1,1,'Комментатор WordPress','wapuu@wordpress.example','https://ru.wordpress.org/','','2024-01-29 19:20:16','2024-01-29 16:20:16','Привет! Это комментарий.\nЧтобы начать модерировать, редактировать и удалять комментарии, перейдите на экран «Комментарии» в консоли.\nАватары авторов комментариев загружаются с сервиса <a href=\"https://ru.gravatar.com/\">Gravatar</a>.',0,'post-trashed','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = 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_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=2319 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,'siteurl','https://east-point.site','yes'),
(2,'home','https://east-point.site','yes'),
(3,'blogname','East Point','yes'),
(4,'blogdescription','','yes'),
(5,'users_can_register','0','yes'),
(6,'admin_email','alimov.d@hotmail.com','yes'),
(7,'start_of_week','1','yes'),
(8,'use_balanceTags','0','yes'),
(9,'use_smilies','1','yes'),
(10,'require_name_email','','yes'),
(11,'comments_notify','','yes'),
(12,'posts_per_rss','10','yes'),
(13,'rss_use_excerpt','0','yes'),
(14,'mailserver_url','mail.example.com','yes'),
(15,'mailserver_login','login@example.com','yes'),
(16,'mailserver_pass','password','yes'),
(17,'mailserver_port','110','yes'),
(18,'default_category','1','yes'),
(19,'default_comment_status','','yes'),
(20,'default_ping_status','','yes'),
(21,'default_pingback_flag','','yes'),
(22,'posts_per_page','10','yes'),
(23,'date_format','d.m.Y','yes'),
(24,'time_format','H:i','yes'),
(25,'links_updated_date_format','d.m.Y H:i','yes'),
(26,'comment_moderation','','yes'),
(27,'moderation_notify','','yes'),
(28,'permalink_structure','/%postname%/','yes'),
(29,'rewrite_rules','a:112:{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:101:\"(%d0%b1%d0%b5%d0%b7-%d1%80%d1%83%d0%b1%d1%80%d0%b8%d0%ba%d0%b8)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:84:\"(%d0%b1%d0%b5%d0%b7-%d1%80%d1%83%d0%b1%d1%80%d0%b8%d0%ba%d0%b8)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:66:\"(%d0%b1%d0%b5%d0%b7-%d1%80%d1%83%d0%b1%d1%80%d0%b8%d0%ba%d0%b8)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:101:\"(%D0%B1%D0%B5%D0%B7-%D1%80%D1%83%D0%B1%D1%80%D0%B8%D0%BA%D0%B8)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:84:\"(%D0%B1%D0%B5%D0%B7-%D1%80%D1%83%D0%B1%D1%80%D0%B8%D0%BA%D0%B8)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:66:\"(%D0%B1%D0%B5%D0%B7-%D1%80%D1%83%D0%B1%D1%80%D0%B8%D0%BA%D0%B8)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:14:\"category/(.+)$\";s:45:\"index.php?wpseo_category_redirect=$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:41:\"gspbstylebook/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"gspbstylebook/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"gspbstylebook/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"gspbstylebook/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"gspbstylebook/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"gspbstylebook/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"gspbstylebook/([^/]+)/embed/?$\";s:46:\"index.php?gspbstylebook=$matches[1]&embed=true\";s:34:\"gspbstylebook/([^/]+)/trackback/?$\";s:40:\"index.php?gspbstylebook=$matches[1]&tb=1\";s:42:\"gspbstylebook/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?gspbstylebook=$matches[1]&paged=$matches[2]\";s:49:\"gspbstylebook/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?gspbstylebook=$matches[1]&cpage=$matches[2]\";s:38:\"gspbstylebook/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?gspbstylebook=$matches[1]&page=$matches[2]\";s:30:\"gspbstylebook/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"gspbstylebook/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"gspbstylebook/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"gspbstylebook/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"gspbstylebook/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"gspbstylebook/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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: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\";}','yes'),
(30,'hack_file','0','yes'),
(31,'blog_charset','UTF-8','yes'),
(32,'moderation_keys','','no'),
(33,'active_plugins','a:6:{i:0;s:35:\"disable-updates/disable-updates.php\";i:1;s:55:\"greenshift-animation-and-page-builder-blocks/plugin.php\";i:2;s:33:\"greenshiftgsap/greenshiftgsap.php\";i:3;s:29:\"nginx-fastcgi-cache-purge.php\";i:4;s:21:\"tools4wp/tools4wp.php\";i:5;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),
(34,'category_base','','yes'),
(35,'ping_sites','http://rpc.pingomatic.com/','yes'),
(36,'comment_max_links','2','yes'),
(37,'gmt_offset','3','yes'),
(38,'default_email_category','1','yes'),
(39,'recently_edited','','no'),
(40,'template','greenshift','yes'),
(41,'stylesheet','greenshift','yes'),
(42,'comment_registration','','yes'),
(43,'html_type','text/html','yes'),
(44,'use_trackback','0','yes'),
(45,'default_role','subscriber','yes'),
(46,'db_version','56657','yes'),
(47,'uploads_use_yearmonth_folders','','yes'),
(48,'upload_path','','yes'),
(49,'blog_public','1','yes'),
(50,'default_link_category','2','yes'),
(51,'show_on_front','posts','yes'),
(52,'tag_base','','yes'),
(53,'show_avatars','','yes'),
(54,'avatar_rating','G','yes'),
(55,'upload_url_path','','yes'),
(56,'thumbnail_size_w','0','yes'),
(57,'thumbnail_size_h','0','yes'),
(58,'thumbnail_crop','','yes'),
(59,'medium_size_w','0','yes'),
(60,'medium_size_h','0','yes'),
(61,'avatar_default','mystery','yes'),
(62,'large_size_w','0','yes'),
(63,'large_size_h','0','yes'),
(64,'image_default_link_type','','yes'),
(65,'image_default_size','','yes'),
(66,'image_default_align','','yes'),
(67,'close_comments_for_old_posts','','yes'),
(68,'close_comments_days_old','14','yes'),
(69,'thread_comments','','yes'),
(70,'thread_comments_depth','5','yes'),
(71,'page_comments','','yes'),
(72,'comments_per_page','50','yes'),
(73,'default_comments_page','newest','yes'),
(74,'comment_order','asc','yes'),
(75,'sticky_posts','a:0:{}','yes'),
(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(79,'uninstall_plugins','a:1:{s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";}','no'),
(80,'timezone_string','','yes'),
(81,'page_for_posts','0','yes'),
(82,'page_on_front','0','yes'),
(83,'default_post_format','0','yes'),
(84,'link_manager_enabled','0','yes'),
(85,'finished_splitting_shared_terms','1','yes'),
(86,'site_icon','49','yes'),
(87,'medium_large_size_w','768','yes'),
(88,'medium_large_size_h','0','yes'),
(89,'wp_page_for_privacy_policy','3','yes'),
(90,'show_comments_cookies_opt_in','','yes'),
(91,'admin_email_lifespan','1722097215','yes'),
(92,'disallowed_keys','','no'),
(93,'comment_previously_approved','','yes'),
(94,'auto_plugin_theme_update_emails','a:0:{}','no'),
(95,'auto_update_core_dev','enabled','yes'),
(96,'auto_update_core_minor','enabled','yes'),
(97,'auto_update_core_major','enabled','yes'),
(98,'wp_force_deactivated_plugins','a:0:{}','yes'),
(99,'initial_db_version','55853','yes'),
(100,'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;}}}','yes'),
(101,'fresh_site','0','yes'),
(102,'WPLANG','ru_RU','yes'),
(103,'user_count','1','no'),
(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:167:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Свежие записи</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:247:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Свежие комментарии</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Архивы</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Рубрики</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),
(105,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";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:\"array_version\";i:3;}','yes'),
(106,'cron','a:13:{i:1706545216;a:5:{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;}}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;}}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;}}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;}}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:1706545227;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:1706545230;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:1706545287;a:1:{s:28:\"wp_update_comment_type_batch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1706545335;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:1706546443;a:1:{s:26:\"greenshift_check_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706550164;a:2:{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;}}}i:1706551140;a:1:{s:30:\"wpseo_start_cleanup_indexables\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1706552912;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"b4b17768ecd6a3369b716a0ce3abb8f6\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:9;}}}}i:1706552937;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"c8bde69a9f79ca24059e3807f9a3bcf8\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:10;}}}}i:1706553766;a:1:{s:27:\"wpseo_indexable_index_batch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:15:\"fifteen_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1706631616;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;}','yes'),
(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.4.3\";s:5:\"files\";a:500:{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:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.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:\"query/style-rtl.css\";i:357;s:23:\"query/style-rtl.min.css\";i:358;s:15:\"query/style.css\";i:359;s:19:\"query/style.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}','yes'),
(122,'_transient_doing_cron','1710044865.3367469310760498046875','yes'),
(123,'theme_mods_twentytwentythree','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1706545539;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\";}}}}','yes'),
(131,'_site_transient_timeout_browser_4be5075824dfc9ebfcea962f3188097c','1707150029','no'),
(132,'_site_transient_browser_4be5075824dfc9ebfcea962f3188097c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"120.0.0.0\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),
(133,'_site_transient_timeout_php_check_3ead6126e06875548127f8b4f3f12dd9','1707150030','no'),
(134,'_site_transient_php_check_3ead6126e06875548127f8b4f3f12dd9','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),
(148,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1706588525','no'),
(149,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jan 2024 21:43:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.5-alpha-57372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WP Briefing: Episode 71: New Year, New Blog!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2024/01/episode-71-new-year-new-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jan 2024 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16745\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:270:\"In the latest WordPress Briefing, Executive Director Josepha Haden Chomphosy revisits our roots in blogging and breaks down the essentials of starting your first WordPress blog. Tune in to Episode 71 for practical tips and inspiration to kickstart your blogging journey.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2024/01/WPB071.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18609:\"\n<p>In the latest WordPress Briefing, Executive Director Josepha Haden Chomphosy revisits our roots in blogging and breaks down the essentials of starting your first WordPress blog. Tune in to Episode 71 for practical tips and inspiration to kickstart your blogging journey.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/download/\">WordPress 6.4.2 Download</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/getting-started-with-wordpress-get-setup/\">Getting Started with WordPress: Get Setup</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\">How to Make a WordPress Blog Social Learning Space Event</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/\">WordPress Plugins</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/\">WordPress Themes</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li>&nbsp;<a href=\"https://make.wordpress.org/themes/2023/12/29/a-year-in-themes-team-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">A Year in Review With Themes Team</a>\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/12/22/wordpress-end-of-year-celebrations/\">WordPress End-of-Year Celebrations!</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/12/leap-into-2024-with-these-site-editor-tools/\" target=\"_blank\" rel=\"noreferrer noopener\">Leap into 2024 with these Site Editor Tools</a>\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/team-reps/\" target=\"_blank\" rel=\"noreferrer noopener\">2024 Team Reps</a>&nbsp;&#8211; Watch for updates as we move into 2024. Each team in the WordPress project goes through a process to review and elect new team reps. Those elections are happening now.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2024/01/19/big-picture-goals-2024/\">Big Pictures Goals 2024</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16745\"></span>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.&nbsp;</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40]&nbsp;<strong>Josepha:</strong> Today, we&#8217;ve got a throwback episode about blogging. If you&#8217;re like me, you sometimes miss the early days of blogs, where the words were a little more pensive, and the images were a little less professional. If you&#8217;re on a slow hobby journey like so many of us are right now, give this one a listen.</p>\n\n\n\n<p>[00:00:58] (music interlude)</p>\n\n\n\n<p>[00:01:05]&nbsp;<strong>Josepha:</strong> You may be one of these contributors I keep mentioning. You may be an agency owner or freelancer. Maybe you&#8217;ve wondered how to make a WordPress blog for your big idea. Or maybe you&#8217;re one of the many people who use WordPress for their own project or business.&nbsp;</p>\n\n\n\n<p>Before WordPress was known as a content management system, as a way to get sites online fast, it was a blogging tool. We have long since outgrown that, but even 20 years into our journey, blogging is still a key part of what WordPress enables you to do. That&#8217;s because, even after those 20 years, the mission of WordPress is still the same, and that is to democratize publishing.</p>\n\n\n\n<p>To help people have a place online where they can tell their stories, or share their projects, or set up their businesses. If you&#8217;ve ever tried to set up a blog, you know that there isn&#8217;t a lot of information about what to know before you get going at all. So, I&#8217;m going to talk about that a little bit today.</p>\n\n\n\n<p>[00:02:06] <strong>Josepha:</strong> And just by the way, if you heard the word blog right now and thought, Oh, Jospeha, how old fashioned. I think it&#8217;s important to remember that there&#8217;s a business advantage to having well-written, relevant content on your website. And if you&#8217;re not blogging for business, because not all of us are, then the benefits are a little different but still important to my mind. Things like the cathartic benefits of journaling, a chance to build community, and the general importance of preserving wisdom for the ages. </p>\n\n\n\n<p>Anyway, back to the topic at hand, before we can get to any of the fancy things that WordPress can do nowadays, it&#8217;s important to know a few things as you get ready to set up your first-ever website. So let&#8217;s dive in. </p>\n\n\n\n<p>Here is how you need to get yourself started. First, have an idea and a plan. So, have an idea for what you&#8217;re doing, the concept of your content, who you want to reach, but also some concept of a domain name. I would encourage you to not necessarily get your heart set on a domain name at first, cause like, if you want the domain name WordPress.org, like, we own that, you can&#8217;t have that. But if you know that you want a domain like &#8216;WordPressbloggingforthefuture.com&#8217; like, that one might be more available. And if you know kind of the words you want in your domain, then you can be a bit flexible about what is there.&nbsp;</p>\n\n\n\n<p>[00:03:30] <strong>Josepha:</strong> The second thing that you need to do is that if you are just getting started, ask yourself the question, what sort of host do I want? We kind of mention all along the WordPress process that, like, you need a good host, but it&#8217;s not always clear where that decision has to happen. It happens right here at the start before you even know what WordPress is most of the time. So, the earliest question that you have to answer for yourself is, what sort of host do I want? Where do I want my site to live? So ask yourself how much you want to get into the maintenance and configuration of your website and the hardware that it lives on versus creating content or keeping your shop up to date. There&#8217;s this whole spectrum of hosting options, and they range from full service, where they will keep your WordPress software up to date and provide daily backups, and have customer support if something goes really wrong.</p>\n\n\n\n<p>[00:04:23] <strong>Josepha:</strong> So it ranges all the way from full service like that, all the way down to essentially zero service, just kind of hands off. They give you a space to keep your WordPress software, to keep your WordPress site, but they leave everything else up to you. They leave the backups up to you; they leave updating up to you, things like that.</p>\n\n\n\n<p>So that&#8217;s the first thing you have to ask yourself and the first question you have to be able to answer. Most of the time, you will want to start with one of the full-service options. That way, you know that your software is set up correctly and safely from the start. And as you learn more about the software, and what you want, and what you need, and you have the ability to learn in the time that you have, the more that you can add on either services with the existing host that you chose or moving to a different host; however, that works out for you.</p>\n\n\n\n<p>[00:05:09] <strong>Josepha:</strong> So if that one sounds like the right option, then you choose a host, go to their site, and actually, most of them will have a way to walk you through how to set up a WordPress site inside their system. Most of the time, it&#8217;s just one click, and then they ask you some questions to get some configurations right.</p>\n\n\n\n<p>The other option that on the like zero, zero service side, that&#8217;s not quite fair, but you know, on the other side of that spectrum, that probably will be appealing to you if you are already familiar with code or already know how to manage a server, or you know how to work in this thing called cPanel, etc. So if you already have a lot of information on how all of that works, you can, if you want to, head over to WordPress.org/download and you can download a zip file of the WordPress software and set that up in your own environment. Okay, quick check here. If this all sounds roughly doable to you, or at least it feels like we&#8217;re in the right starting point, but you find yourself thinking, gosh, I just wish she would slow down a little, I&#8217;ve got you covered.</p>\n\n\n\n<p>[00:06:17] <strong>Josepha:</strong> In the show notes, you&#8217;ll find a link to one of the LearnWP courses for getting started with WordPress. There&#8217;s a section on choosing a host, as well as various other early steps of this process. If you felt like I blazed through all of that, which, honestly, I kind of did. You can work through those lessons in that course at your own pace, and it&#8217;s really a very good guide.</p>\n\n\n\n<p>All right. So let&#8217;s pretend we did all of that. Now you&#8217;ve got yourself a website. The thing that you will want to do next, or rather the first thing that you&#8217;ll notice once you get your site up and running, is that there&#8217;s this &#8216;Hello World&#8217; post. There&#8217;s a post that already exists in there. The Hello World post is a placeholder for the common features of a blog post.</p>\n\n\n\n<p>[00:07:03] <strong>Josepha:</strong> There, you can find your featured image, your title, your content, and even some fake comments. You can either edit this post so that you can see how your writing will look from the start, and you can kind of compare, like, okay, the Hello World part over here on this page exists in this field over here on this page. So you can kind of see where everything works, how it all looks together. Or, if you&#8217;re more familiar with WordPress or CMSs in general, you can simply remove that and start fresh. We&#8217;ve got now a website. We know kind of how to look at our posts and create posts, where comments are, where they can be moderated, and stuff.</p>\n\n\n\n<p>And so, the most fun task for everyone is choosing a theme. But if it doesn&#8217;t sound like a fun task to you, I can help you kind of do some choose-your-own-adventure guiding questions here. Firstly, you can ask yourself how you want the site to look. Do you want it to mostly be a lot of photos or entirely words? Mostly animations? You can head to the theme directory and search for a theme with most of the features that you want. There&#8217;s like a filtering system where you can put in, like, you want, three columns so that you can have three columns of text if you want it to look kind of like an old school newspaper kind of layout and things like that.&nbsp;</p>\n\n\n\n<p>[00:08:24] <strong>Josepha:</strong> There&#8217;s also a way to look for themes inside your instance, your WordPress site, but like, if you haven&#8217;t set that up yet, but you do still want to see kind of what your theme options are, you can go to WordPress.org/themes and take a look at what&#8217;s out there. Just as a quick side note, if you get to that theme directory, if you get to WordPress.org/themes, and it feels overwhelming, which I can understand, I recommend starting with a theme that is designed for blogging specifically, so that you can see how things look right away. And there&#8217;s actually a theme that does come with every WordPress site, so if you&#8217;re not ready, you can skip this thing entirely. And just work with the theme that&#8217;s already there. Every WordPress instance ships with a theme, and it is fully functional when you get your site up and running, so you don&#8217;t need to choose a theme right now if you don&#8217;t feel ready. And then the other very fun thing that people do with their WordPress sites, is to add plugins to them.</p>\n\n\n\n<p>[00:09:20] <strong>Josepha:</strong> Plugins are these little pieces of software that you add on to the WordPress software that lets it do additional things. It adds additional functionality to it. The questions that you can ask to kind of guide yourself through what sorts of plugins you might want what sorts of functionality you might want to add to your site are a little similar to the ones that you want to ask for figuring out which themes.</p>\n\n\n\n<p>So, figure out if there are tasks that you need visitors to do. Do you need them to contact you? Do you want them to watch a video? Should they review and respond to questions? If you have a concept of the things that you want users to do on your website, then you can head to the plugin directory and search for a plugin with features that you need.</p>\n\n\n\n<p>[00:10:05] <strong>Josepha:</strong> Also, there are just endless lists of recommended plugins out there. If that is something that you find valuable as part of your research, those are also easy to find. And as a general side note here as well, there are even more plugins than there are themes. So if you have gotten to this point and feel like you don&#8217;t quite know the answers to the questions that I shared, and it&#8217;s going to be a while until you feel like you can know what those answers are. That&#8217;s totally fine. I&#8217;ll tell you this, I have never seen a site without a contact form. So feel free to begin your journey there. There are a lot of great plugins for contact forms, and it can kind of help you figure out how to work with plugins in that way. So, yeah, I made it sound like you can get a WordPress website built in like seven minutes.</p>\n\n\n\n<p>And on the one hand, you definitely can. And on the other hand, it&#8217;s still a little bit more complicated. So here I have a final note for everyone. You will hear around the WordPress ecosystem and, obviously, hear some things that could make you feel a little nervous about doing this for the first time.</p>\n\n\n\n<p>[00:11:10] <strong>Josepha</strong>: Things like the five-second installation, which WordPress has been famous for for years, but also about how easy and simple it all is. And as somebody who was once in the position of learning WordPress for the first time, like I first encountered a WordPress site in 2009, and I started learning how to use WordPress in 2010. </p>\n\n\n\n<p>I can say with confidence that once you learn it, it&#8217;s easy. We are the easiest of the hard options for CMSs like content management systems are just complicated. But we are the easiest one out there. And so, as you&#8217;re learning, I want to just remind you to celebrate your small wins along the way. If you feel like you&#8217;re late to this blogging game like you should have had a website for years, I mean, sure, that could be true.</p>\n\n\n\n<p>[00:12:01] <strong>Josepha:</strong> And yes, the best time to plant a tree was 20 years ago, but the second best time to plant that tree is today. WordPress didn&#8217;t start out powering over 40% of the web, and your first site can&#8217;t be immediately measured in the millions of readers. So, what will your small beginning lead you to?</p>\n\n\n\n<p>[00:12:18] (Music interlude)</p>\n\n\n\n<p>[00:12:25] <strong>Josepha:</strong> And now, our small list of big things. Today we&#8217;ve got some look-back items and some look-forward items. So let&#8217;s hop right in. </p>\n\n\n\n<p>First thing is we have a year in review with the themes team. So much amazing work has been done by the themes team over the past year, both for reviewing themes and creating them. So I&#8217;ll leave a link to those in the show notes. </p>\n\n\n\n<p>We also have a post out that just has some general celebrations from teams around the community. I&#8217;ll leave a link to that. It probably has been linked in quite a few places, but you know, we don&#8217;t always embrace those moments of celebration. We don&#8217;t always embrace our wins. And so it&#8217;s always good to share those early and often. There are probably more than just those two. So if you posted one or you saw a really interesting one that you think that we should know about, don&#8217;t forget to share it.&nbsp;</p>\n\n\n\n<p>[00:13:16] <strong>Josepha:</strong> Next, we have a leap into 2024 with Site Editor tools. So, on the new Developer Blog, if you haven&#8217;t seen it yet, there is a lot of excellent content there for whether you are like an advanced developer in WordPress or you&#8217;re kind of intermediate and ready to move into your advanced developer era.&nbsp;</p>\n\n\n\n<p>The Site Editor will give you a powerful way to visually create every part of your site and tell your story. And this post will help you to kind of see how to handle everything from big style changes to simple copy updates, all in a single place. We want to make sure that you get the most out of your WordPress this year. And that post will give you a few standout tools and features that you&#8217;ll want to try.&nbsp;</p>\n\n\n\n<p>You&#8217;ll also want to keep an eye out for updates as we move into 2024 around team reps. So each team in the WordPress project goes through a process to review and elect team reps, and elections are happening now.</p>\n\n\n\n<p>[00:14:12] <strong>Josepha:</strong> Along with things that are happening now that you should keep an eye on, the annual goals, our big picture post has gone out as well. It went out at the end of the week last week. There&#8217;ll be a link to all of these in the show notes. And yeah, keep an eye out for, hopefully, a fantastic 2024 in WordPress.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. And if you like what you heard today, share it with a fellow WordPresser, or if you have questions about what you heard, you can share those with me at WPbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:14:57] (Music outro)</p>\n\n\n\n<p>&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16745\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Data Liberation in 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2024/01/data-liberation-in-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Jan 2024 16:58:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16736\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:314:\"Imagine a more open web where people can switch between any platform of their choosing. A web where being locked into a system is a thing of the past. This is the web I’ve always wanted to see. That’s why I announced a new initiative called Data Liberation for 2024. Migrating your site to WordPress, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2885:\"\n<p>Imagine a more open web where people can switch between any platform of their choosing. A web where being locked into a system is a thing of the past. This is the web I’ve always wanted to see. That’s why I announced a new initiative called <a href=\"https://wordpress.org/data-liberation/\" target=\"_blank\" rel=\"noreferrer noopener\">Data Liberation</a> for 2024. Migrating your site to WordPress, or exporting all your content from WordPress, should be possible in one click. I want WordPress’ export format to become the lingua franca of CMSes, whether coming to WordPress or moving within WordPress. </p>\n\n\n\n<p>I often hear about folks across the WordPress community duplicating efforts when creating scripts and workflows to move users to WordPress. Imagine if we shared those resources instead and built community-owned plugins that anyone could use! </p>\n\n\n\n<p>But it should be more than plugins; workflows, tutorials, and helper scripts should be shared, too. I want this resource to have space to include moving from social networks, moving from a page builder to core blocks, switching from classic to blocks, and improving WordPress current canonical plugins for importing. </p>\n\n\n\n<h2 class=\"wp-block-heading\">You can help!</h2>\n\n\n\n<p>Of course, the heart of any open source project is the community that shows up to build it. My hope is that this marks the start of a new contribution pathway, separate from core teams, that allows folks to contribute what they’ve learned and what they’ve created to help others move to WordPress. I expect this emphasis on migration will also influence future development, both in core and with recommended community or canonical plugins.</p>\n\n\n\n<p>There are a few things that I think will be key to making this project a success:</p>\n\n\n\n<ul>\n<li>A dedicated landing page on WordPress.org following a WordPress.org/and/[platform-name] format.</li>\n\n\n\n<li>A forum used for non-review user feedback and general discussion.</li>\n\n\n\n<li>A dedicated Slack channel.</li>\n\n\n\n<li>Moderation within hours rather than days.</li>\n\n\n\n<li>Listed on <a href=\"https://github.com/WordPress\">WordPress GitHub</a> with syncing for individual commits to SVN for history in both places.</li>\n</ul>\n\n\n\n<p>By complementing the community’s existing efforts—the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future program</a>, the <a href=\"https://learn.wordpress.org/\">Learn WordPress initiative</a>, a focus on internationalization, etc.—my hope is that this will help even more people see themselves in the WordPress project, providing fresh momentum for <a href=\"https://events.wordpress.org/\">WordCamps and meetups</a>. </p>\n\n\n\n<p>It’s never been more crucial to champion openness on the web. Bringing focused attention to improved portability will untether users and increase their freedom like never before.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16736\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WP Briefing: Episode 70: A Look Ahead at WordPress in 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2024/01/episode-70-a-look-ahead-at-wordpress-in-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Jan 2024 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16677\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:264:\"Curious about WordPress\'s big-picture items for 2024? Phase 3, Data Liberation, new meetups, and more, get the spotlight in this episode. Join Executive Director Josepha Haden Chomphosy for all this, plus a small list of big things coming up in the next two weeks.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:50:\"https://wordpress.org/news/files/2024/01/WP070.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8342:\"\n<p>Curious about WordPress&#8217;s big-picture items for 2024? Phase 3, Data Liberation, new meetups, and more, get the spotlight in this episode. Join Executive Director Josepha Haden Chomphosy for all this, plus a small list of big things coming up in the next two weeks.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\">Real-Time Collaboration</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/\">Make WordPress Core</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/\">Make WordPress Plugins</a></li>\n\n\n\n<li><a href=\"https://events.wordpress.org/\">WordCamp Events</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/12/12/overflow-questions-from-state-of-the-word-2023/\">Overflow Questions from State of the Word 2023 in Madrid, Spain</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\" target=\"_blank\" rel=\"noreferrer noopener\">Annual Meetup Survey</a>&nbsp;&#8211; This is the final chance to share your feedback on WordPress meetups for 2024 and how we can improve the program in the future.&nbsp;</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16677\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.&nbsp;</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Hello, my dears, and welcome to 2024. I hope you&#8217;ve had a lovely break. At the top of the year, I like to look around and gather the projects that the community is interested in. We can&#8217;t always commit to everything, and sometimes even the things we plan to do can&#8217;t make it across the finish line. In the next few weeks, I&#8217;ll be publishing kind of the big picture goals for the year, but I wanted to share a little bit about what I&#8217;ve collected so far.</p>\n\n\n\n<p>[00:01:05] <strong>Josepha:</strong> Firstly, we&#8217;ve got Phase 3. This has been called a few things over the years: collaborative editing, multiplayer, co-editing. But whatever it&#8217;s been called, the biggest changes to writing and design workflows are likely to happen in this phase. A redesigned workflow can be a bit of a shock. But fortunately, we already have a prototype out there.</p>\n\n\n\n<p>I&#8217;ll include a link to some resources in the show notes, or of course, you can always stop by make.WordPress.org/core for some insights. But I would encourage you to, at the very least, get your hands on that prototype to see what it looks like is coming in Phase 3 so that you can be aware and provide your feedback.</p>\n\n\n\n<p>The next thing on our list is Data Liberation. This is a new-to-us project that was introduced at State of the Word. Fortunately, though, it&#8217;s not a new concept overall. Data Liberation is actually one of the earliest ideas that sold me on WordPress. The idea that you could set up a site for a client, or yourself, and that hard work wasn&#8217;t lost if something went wrong, was really important to me. It&#8217;s been a long time since we put any effort into our importers and exporters, and I think this will be a good focus for the year.</p>\n\n\n\n<p>[00:02:14] <strong>Josepha:</strong> The next thing that I&#8217;ve picked up, kind of a list of three things, but there are three mid-sized areas that I want us to pay attention to this year: plugins, old tickets, and new meetups.&nbsp;</p>\n\n\n\n<p>Plugins, because they really have turned a corner on where they ended 2023. A lot of work has been done to make sure that they&#8217;ve streamlined some efforts, gotten some better onboarding for folks as they&#8217;re going in, and we could really use a hand to keep that momentum going.</p>\n\n\n\n<p>Old tickets, because it&#8217;s something that we hope for year after year when we&#8217;re talking to people about what they want in new releases. So often, part of what they say is some way to work through all of these old things that have been around forever, some with patches. And why not, after all?</p>\n\n\n\n<p>And then new meetups, because I really still think that meetups are the best intro to WordPress. No matter whether you&#8217;re wanting to become a developer eventually or, like, the community-building aspect is the thing that hooks you forever. Meetups are the place to encourage those and discover those.&nbsp;</p>\n\n\n\n<p>[00:03:20] <strong>Josepha:</strong> The next thing on my list is also two things. It&#8217;s two things, but kind of a guess at the moment. There are two summit items that I want us to try to consider this year.</p>\n\n\n\n<p>So the first one is contributor recognition. Acknowledgment and recognition, I think, are two different things, and there was an entire series of sessions at the summit where we talked about it. And so I think that it&#8217;s worth us digging in on that.</p>\n\n\n\n<p>The other thing from the summit that I would really like us to all kind of dig in on is accessibility, how we do it, how we confirm it, what we think we should do versus what we actually do, and see what we can move on the needle there.</p>\n\n\n\n<p>And the last thing is sort of a personal wish. I think it&#8217;s about time that we take a look at the way that we kind of manage ourselves as a project, the way that we do our meetings and report on our successes, things like that. And I realize that this is a big thing, and it might be a little bit scary. But, I mean, we&#8217;ve been doing this for a really long time, and it&#8217;s probably as good a time as any, frankly, to look at what we&#8217;re doing by habit or tradition and see if it still suits us.</p>\n\n\n\n<p>So, that&#8217;s my back of the napkin set of notes so far. Keep an eye out in the next couple of weeks for the annual Big Picture post so you can get some context, notes, and discussion opportunities. And, of course, anything that has shown up that&#8217;s a bit bigger, a bit more final will be in there as well.&nbsp;</p>\n\n\n\n<p>But first, our small list of big things. </p>\n\n\n\n<p>[00:04:52] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:05:00] <strong>Josepha:</strong> Firstly, State of the Word had nearly 200 questions submitted, and Matt has been answering the overflow on make.WordPress.org/project. So, I&#8217;ll include a link, but head on over there to that post if you would like to catch up on those.</p>\n\n\n\n<p>And then the second item, and last item, is that you&#8217;ve got a few more days left to give us feedback on WordPress meetups in 2023, and give us an idea of what we can do to improve those. I believe those close on January 14th. I really love my local meetup, and I hope that we can get some of that same sort of feeling going in all of yours, too.</p>\n\n\n\n<p>[00:05:33] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser, or if you had questions about what you heard, you can share those with me at wpbriefing@WordPress.org.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Thanks again for tuning in for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:06:02] (Music outro)&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16677\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"The Month in WordPress – December 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2024/01/the-month-in-wordpress-december-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Jan 2024 10:10:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16680\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"As 2023 came to a close, WordPress bid farewell with the much-anticipated annual State of the Word and the 6.5 roadmap, among other exciting updates. Read on to learn more about the community’s end-of-year celebrations and catch a sneak peek of what’s in store for the year ahead. Highlights from State of the Word On [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11236:\"\n<p>As 2023 came to a close, WordPress bid farewell with the much-anticipated annual State of the Word and the 6.5 roadmap, among other exciting updates.</p>\n\n\n\n<p>Read on to learn more about the community’s end-of-year celebrations and catch a sneak peek of what’s in store for the year ahead.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Highlights from State of the Word</h2>\n\n\n\n<p>On December 11, WordPress co-founder Matt Mullenweg delivered his annual <strong><a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a> keynote in Madrid, Spain</strong>, marking the first international edition of the event. Nearly 200 WordPress enthusiasts and tech industry leaders gathered in person to hear what’s next for WordPress—with a large audience joining online or from one of the 47 watch parties held across 18 countries.</p>\n\n\n\n<p>The keynote <a href=\"https://wordpress.org/news/2023/12/state-of-the-word-2023-recap/\">highlighted</a> last year’s milestones and showcased compelling demos, providing a glimpse into the upcoming developments for the Site Editor, Collaboration phase, and Admin redesign. Matt also introduced 2024’s focus on <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a>, aiming to unlock digital barriers and frictionless migrations into WordPress for a more open web.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/c7M4mBVgP3Y?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<p>The event concluded with a <a href=\"https://www.youtube.com/watch?v=S01uBD2pyQY\">Q&amp;A session</a> and <a href=\"https://make.wordpress.org/project/2023/12/12/overflow-questions-from-state-of-the-word-2023/\">this follow-up post</a>.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Roadmap to WordPress 6.5</h2>\n\n\n\n<p>WordPress 6.5 is <a href=\"https://make.wordpress.org/core/6-5/\">scheduled</a> for release on <strong>March 26, 2024</strong>. This major release is set to introduce a new Font Library for easy global font management, support for Appearance Tools in Classic Themes, Data Views for templates and patterns, and more robust revisions across the editing experience, among other highlights.</p>\n\n\n\n<p>6.5 will also include new APIs like Interactivity, Custom Fields, and Block Binding that expand block capabilities and underpin features like Synced Pattern Overrides.</p>\n\n\n\n<p>Learn more about the features planned for WordPress 6.5 in <a href=\"https://make.wordpress.org/core/2023/12/07/roadmap-to-6-5/\">this roadmap post</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Don’t wait for the next release to optimize your creative workflows with <a href=\"https://wordpress.org/news/2023/12/leap-into-2024-with-these-site-editor-tools/\">these powerful Site Editor tools</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Two new versions of Gutenberg shipped in December:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/12/06/whats-new-in-gutenberg-17-2-6-december/\"><strong>Gutenberg 17.2</strong></a> introduced improvements to the site editing experience, including the ability to drag and drop blocks to the top and bottom of documents and sticky table headers. The update also enhanced the Interactivity API docs and addressed numerous bug fixes.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/12/20/whats-new-in-gutenberg-17-3-20-december/\"><strong>Gutenberg 17.3</strong></a> featured a summary of changes in the global styles revision history, an updated preferences panel, and a new social icon for the Gravatar service, along with the ongoing development of Phase 3 features.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates</h2>\n\n\n\n<ul>\n<li>Openverse <a href=\"https://make.wordpress.org/openverse/2023/12/11/introducing-enhanced-content-safety-features-on-openverse/\">introduced new features to filter sensitive content</a>, aiming for a more accessible and safer browsing experience. This update marks the beginning of a significant initiative to enhance content safety tools.</li>\n\n\n\n<li>Matrix contributors <a href=\"https://make.wordpress.org/project/2023/12/12/update-on-matrix-migration-pausing-the-transition/\">announced</a> the decision to pause the Making WordPress Slack migration to Matrix and the factors contributing to it.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/meta/2023/12/15/developer-resources-gets-a-refresh/\">redesign of the Developer Resources section</a> went live last month.</li>\n\n\n\n<li>Are you searching for events in your local community? Explore the recently launched <a href=\"https://make.wordpress.org/community/2023/12/13/announcing-the-new-wordpress-events-page/\">WordPress.org Events page</a>—your new central hub for discovering upcoming events or applying to organize one.</li>\n\n\n\n<li>In 2023, WordPress significantly <a href=\"https://make.wordpress.org/core/2023/12/19/wordpress-performance-impact-on-core-web-vitals-in-2023/\">improved Core Web Vitals (CWV) across sites</a>. The overall passing rates went up from 28.31% to 36.44% on mobile and from 32.55% to 40.80% on desktop, making both WordPress and the whole web perform better.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/12/22/call-to-action-2024-major-releases-call-for-volunteers/\">Volunteers are needed</a> for 2024’s WordPress major releases. If you’re interested, now’s the time to get involved!</li>\n\n\n\n<li>Check out all the community <a href=\"https://make.wordpress.org/project/2023/12/22/wordpress-end-of-year-celebrations/\">achievements and contributions</a> that moved the WordPress project closer to its goals in 2023.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Requests for feedback &amp; testing</h2>\n\n\n\n<ul>\n<li>Complete the <a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\">2023 Annual Meetup Survey</a> before January 14, 2024, and help strengthen WordPress meetups in the future.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events</h2>\n\n\n\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f9-1f1fc.png\" alt=\"🇹🇼\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> WordCamp Asia has opened <a href=\"https://asia.wordcamp.org/2024/contributor-day-registration/\">registrations for its Contributor Day</a>. The conference will be held in Taipei, Taiwan, on March 7-9, 2024.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1fa.png\" alt=\"🇪🇺\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> WordCamp Europe’s <a href=\"https://europe.wordcamp.org/2024/speakers/call-for-speakers/\">call for speakers</a> is open until January 15, 2024. Don’t miss the chance to be part of this event by either submitting your speaking proposals or <a href=\"https://europe.wordcamp.org/2024/sponsors/call-for-sponsors/\">supporting it as a sponsor</a>.</li>\n\n\n\n<li>Mark your calendars! <a href=\"https://us.wordcamp.org/2024/\">WordCamp US 2024</a> is headed to Portland, Oregon, from September 17 to 20, as revealed during the State of the Word.</li>\n\n\n\n<li>Check out these WordPress events happening soon:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://events.wordpress.org/kolkata/2024/careercamp/\">Kolkata CareerCamp</a>, India on January 6, 2024</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f5.png\" alt=\"🇳🇵\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://nepal.wordcamp.org/2024/\">WordCamp Nepal</a> on January 12-13, 2024</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://zaragoza.wordcamp.org/2024/\">WordCamp Zaragoza</a>, Spain on January 19-20, 2024</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://events.wordpress.org/jakarta/2024/web-challenge/\">WordPress Web Challenge</a>, Indonesia on January 27, 2024</li>\n</ul>\n</li>\n</ul>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em><strong>Have a story we should include in the next issue of The Month in WordPress? Fill out </strong></em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><em><strong> to let us know.</strong></em></p>\n\n\n\n<p><em>Thank you to <a href=\"https://profiles.wordpress.org/bernard0omnisend/\">Bernard Meyer</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, and <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a></em> <em>for contributing to this edition of The Month in WordPress.</em></p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading\">Subscribe to WordPress News</h3>\n\n\n\n<p>Join other subscribers and receive WordPress news directly in your inbox.</p>\n\n\n<div class=\"wp-block-jetpack-subscriptions__supports-newline is-style-split wp-block-jetpack-subscriptions\">\n		<div>\n			<div>\n				<div>\n					<p >\n						<a href=\"https://wordpress.org/news/?post_type=post&#038;p=16680\" style=\"text-decoration: none; font-size: 16px;padding: 15px 23px 15px 23px;margin: 0px; margin-left: 10px;border-radius: 0px;border-width: 1px; background-color: #113AF5; color: #FFFFFF;\">Subscribe</a>\n					</p>\n				</div>\n			</div>\n		</div>\n	</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16680\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:75:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n\n\n\n\n\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Leap into 2024 with these Site Editor Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2023/12/leap-into-2024-with-these-site-editor-tools/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Dec 2023 18:35:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"Site editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16658\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:297:\"The Site Editor gives you a powerful way to visually create every part of your site and tell your story. It lets you handle everything from big stylistic changes to simple copy updates all in a single place. To help you make the most of this new way to WordPress, here are a few standout [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:6:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:70:\"https://wordpress.org/news/files/2023/12/Command-Palette-news-post.mp4\";s:6:\"length\";s:7:\"5553759\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:70:\"https://wordpress.org/news/files/2023/12/Style-book-news-post-demo.mp4\";s:6:\"length\";s:8:\"30842905\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:75:\"https://wordpress.org/news/files/2023/12/Styling-options-news-post-demo.mp4\";s:6:\"length\";s:8:\"27873396\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:88:\"https://wordpress.org/news/files/2023/12/Distraction-free-and-preview-news-post-demo.mp4\";s:6:\"length\";s:8:\"24659305\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:68:\"https://wordpress.org/news/files/2023/12/Patterns-news-post-demo.mp4\";s:6:\"length\";s:7:\"3617911\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:69:\"https://wordpress.org/news/files/2023/12/List-View-news-post-demo.mp4\";s:6:\"length\";s:7:\"2163970\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"annezazu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9352:\"\n<p>The Site Editor gives you a powerful way to visually create every part of your site and tell your story. It lets you handle everything from big stylistic changes to simple copy updates all in a single place. To help you make the most of this new way to WordPress, here are a few standout tools and features you’ll want to try.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Command Palette</h3>\n\n\n\n<p>Think of the Command Palette as the ultimate shortcut tool, letting you do more with less clicks and without needing to remember where each option might be. It’s available across the editing experience, whether you’re switching between templates in the Site Editor or toggling open settings in the Post Editor, with specific contextual options depending on where you are.<strong> </strong>You can use the keyboard shortcut Cmd+K on Mac or Ctrl+K on Windows to activate it and get started.&nbsp;</p>\n\n\n\n<p>If you think of a command that doesn’t exist yet that would help with your workflow, open a <a href=\"https://github.com/WordPress/gutenberg/issues/new/choose\">feature request issue</a> so we can consider adding it.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/12/Command-Palette-news-post.mp4\"></video></figure>\n\n\n\n<p class=\"is-style-default\"><a href=\"https://make.wordpress.org/core/2023/09/12/core-editor-improvement-commanding-the-command-palette/\"><em>Read more</em></a><em> about everything you can do with the Command Palette, including a </em><a href=\"https://wordpress.org/documentation/article/site-editor-command-palette/#list-of-available-commands\"><em>list of available commands</em></a><em>.&nbsp;</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">Style Book</h3>\n\n\n\n<p>The Style Book helps you see all the blocks on your site as you style them. It’s built into the Styles section and can be toggled on/off as you’d like. This is especially useful when you’re aiming for design consistency for a client, trying to see how a change might impact a block that might not be visible, or wanting to get a different look at how a style variation will switch things up.</p>\n\n\n\n<p>Work is also underway for the next WordPress release to <a href=\"https://github.com/WordPress/gutenberg/pull/56800\">integrate the Style Book into Style revisions</a> to allow for an at-a-glance view of changes made. </p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/12/Style-book-news-post-demo.mp4\"></video></figure>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tutorial/how-to-use-the-wordpress-stylebook-with-your-block-theme/\"><em>Learn more</em></a><em> about how best to use the Style Book.</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">Styling shortcuts</h3>\n\n\n\n<p>Sometimes you get a design just right—the color contrast, the perfect padding, the exact font size. Instead of needing to manually recreate the design or copy/paste the block to fill in with new content, you have two powerful options built into the editing experience: copy/paste styles and apply styles globally for all instances of the desired block.&nbsp;</p>\n\n\n\n<p>Copying and pasting styles is perfect for more nuanced and smaller changes, like headings on a landing page that you intentionally want to be distinct. Applying changes globally is best for blocks like buttons and for changes that are likely to work well across layouts, like setting a specific border radius and color. This helps keep the creativity flowing and makes achieving design consistency across your site much easier.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/12/Styling-options-news-post-demo.mp4\"></video></figure>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"><em>Read more</em></a><em> about the various styling options available.&nbsp;</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">Distraction free mode</h3>\n\n\n\n<p>Just like an artist might need to take a few steps back to view their in-progress artwork, sometimes we need to get a different view of our site before diving back in. Distraction free offers you that alternate perspective with a pared-down experience that lets you focus purely on creating, like:</p>\n\n\n\n<ul>\n<li>Hiding the top toolbar until one intentionally hovers over where it typically sits.</li>\n\n\n\n<li>Removing many of the top toolbar buttons.</li>\n\n\n\n<li>Automatically closing any open sidebars, like block settings and list view.&nbsp;</li>\n\n\n\n<li>Hiding the insertion point indicator, reducing visual clutter.&nbsp;</li>\n\n\n\n<li>Hiding the block toolbar for individual blocks.</li>\n</ul>\n\n\n\n<p>It’s worth noting that this mode can be used when writing posts and pages too! For an added bonus and more views of your site, you can use the preview options to see how your site might look across different devices.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/12/Distraction-free-and-preview-news-post-demo.mp4\"></video></figure>\n\n\n\n<p><a href=\"https://wordpress.org/documentation/article/distraction-free-mode/\"><em>Learn more</em></a><em> about making the most out of Distraction free mode.&nbsp;</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">Patterns</h3>\n\n\n\n<p>Patterns are a collection of blocks that make it simple to add complex layouts and designs to any WordPress site without starting from scratch. They save time by reducing duplication and ensuring consistency. You can create your own, use theme-provided patterns, or <a href=\"https://wordpress.org/patterns/\">lean on the Pattern Directory</a>.&nbsp;</p>\n\n\n\n<p>You can also specify whether to sync your patterns so that one change applies to all parts of your site, or to keep them unsynced so you can customize each instance. For any patterns you create, you can assign categories to make them easy to find and organize. Use the Inserter with easy filtering options to add patterns to your content, and head to the dedicated Patterns section in the Site Editor to create or edit patterns to your liking.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/12/Patterns-news-post-demo.mp4\"></video></figure>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tutorial/creating-your-own-custom-synced-or-non-synced-patterns/\"><em>Learn more</em></a><em> about creating patterns.&nbsp;</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">List View</h3>\n\n\n\n<p>List View is the go-to tool for navigating between layers of your content, selecting exactly what you need, and getting a sense of how everything fits together. Similar to the Style Book and Distraction free mode, you can toggle it on/off as you’d like. It’s currently visible in the Top Toolbar and will remain open as you navigate through your site. Beyond providing a simple view of the layers of your site, there are more recent additions to List View that makes the tool even more powerful:</p>\n\n\n\n<ul>\n<li>See previews of your images for Image and Gallery blocks reflected in List View to make it easier to find what you need.</li>\n\n\n\n<li>The Escape key deselects blocks to make it easier to purely preview your content without any blocks selected.&nbsp;</li>\n\n\n\n<li>Lean on a keyboard shortcut for duplicating blocks quickly: CMD+Shift+D for Mac or Control + Shift + D for Windows.&nbsp;</li>\n\n\n\n<li>Drag and drop blocks at any level directly within List View.</li>\n\n\n\n<li>Rename Group blocks and have the custom name reflected in List View for improved organization.</li>\n</ul>\n\n\n\n<p>Here’s how a few of these improvements come together:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/12/List-View-news-post-demo.mp4\"></video></figure>\n\n\n\n<p><a href=\"https://wordpress.org/documentation/article/list-view/\"><em>Learn more</em></a><em> about using List View. </em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>As you explore these tools, remember that, except for the Style Book, you can use these features when writing posts and pages too. Expect the Site Editor and other tools to evolve with each release. To get a sneak peek at what’s planned for the next major WordPress release in March, <a href=\"https://make.wordpress.org/core/2023/12/07/roadmap-to-6-5/\">check out the roadmap</a> and stay tuned. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Subscribe to WordPress News</h3>\n\n\n\n<p>Join other subscribers and receive WordPress news directly in your inbox. </p>\n\n\n<div class=\"wp-block-jetpack-subscriptions__supports-newline wp-block-jetpack-subscriptions\">\n		<div>\n			<div>\n				<div>\n					<p >\n						<a href=\"https://wordpress.org/news/?post_type=post&#038;p=16658\" style=\"text-decoration: none; font-size: 16px;padding: 15px 23px 15px 23px;margin: 0px; margin-left: 10px;border-radius: 0px;border-width: 1px; background-color: #113AF5; color: #FFFFFF;\">Subscribe</a>\n					</p>\n				</div>\n			</div>\n		</div>\n	</div>\n\n\n<p><em>Thank you to the contributors who collaborated on this post: <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/joen/\" data-type=\"link\" data-id=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WP Briefing: Episode 69: Reflections on State of the Word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2023/12/episode-69-reflections-on-state-of-the-word/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Dec 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16654\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:232:\"In this episode, WordPress Executive Director Josepha Haden Chomphosy reflects on the recent 2023 State of the Word, which took place in Madrid, Spain, and some of the highlights of the work across the WordPress open source project.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2023/12/WPB069.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10686:\"\n<p>In this episode, WordPress Executive Director Josepha Haden Chomphosy reflects on the recent 2023 State of the Word, which took place in Madrid, Spain, and some of the highlights of the work across the WordPress open source project.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@WordPress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/12/state-of-the-word-2023-recap/\">State of the Word Recap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\">WordPress Contributor Mentorship Program: Pilot Program Proposal</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/12/22/wordpress-end-of-year-celebrations/\">WordPress End of Year Celebrations!</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/12/11/introducing-enhanced-content-safety-features-on-openverse/\" target=\"_blank\" rel=\"noreferrer noopener\">Introducing Enhanced Content Safety Features on Openverse</a>&nbsp;&#8211; Introducing new features for enhanced content safety on Openverse. </li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\" target=\"_blank\" rel=\"noreferrer noopener\">Alert: WordPress Security Team Impersonation Scams</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/12/02/join-the-plugin-review-team/\" target=\"_blank\" rel=\"noreferrer noopener\">Join the Plugin Review Team!</a> &#8211; The Plugin Review Team is looking for new members; the deadline to apply is on December 31, 2023.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16654\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40]&nbsp;<strong>Josepha:</strong> We wrapped up State of the Word earlier this month, and while I was sitting there being the only person to clap for the love of cake, I realized just how much we have been able to accomplish this year. And on the one hand, I shouldn&#8217;t be surprised.</p>\n\n\n\n<p>After all, progress is radical over time yet incremental in time. But all told, 2023 has been a big year for WordPress. There&#8217;s been some radical progress in a few places. There are the things you know because you&#8217;ve heard them all year. You heard them in State of the Word.</p>\n\n\n\n<p>We turned 20, for instance. We shipped three on-time releases. We had three well-organized flagship events, and we prototyped essential parts of phase 3. But there&#8217;s a lot of work that happens outside of flagship events and software releases, and I&#8217;d like to highlight a few examples of operational excellence in our community and ecosystem.</p>\n\n\n\n<p>[00:01:31] <strong>Josepha:</strong> First highlight goes to the contributors who are building community. Going back to 2021, we&#8217;ve been working to bring people back together in person.</p>\n\n\n\n<p>And in that year, we had 19 events. In 2022, we had 24 events, so a modest increase of just over 30%. But then, in 2023, the WordPress community banded together on a campaign to reignite passion in our Meetup groups and encourage playfulness in our WordCamp planning. And not only did we see a 57% increase in active Meetup groups, But we also saw a 116% increase in WordCamps, 54 WordCamps in all. That&#8217;s about a third of the way to our all-time annual high of 142.</p>\n\n\n\n<p>And to complement these in-person opportunities, Learn also shipped 104 pieces of new content and hosted 258 online workshops because location should never be a barrier to entry for joining WordPress.&nbsp;</p>\n\n\n\n<p>[00:02:32] <strong>Josepha:</strong> Second highlight goes to the contributors who are managing our directories. We do have a lot of directories. We have Plugins, Themes, Photos, Block plugins. We got a lot.</p>\n\n\n\n<p>And I&#8217;m sure that everyone saw the consistent and borderline pleading calls to join the Plugin team this year. And for folks who&#8217;ve been around a bit, you probably recall a similar set of consistent and pleading calls to join the Theme team a few years back. Concurrent with the work to refill that contribution pipeline, folks over in Meta and across the project generally, were working on automating as many checks as possible, loosening guidelines where it was reasonable, and modernizing as many processes as we could.</p>\n\n\n\n<p>I&#8217;m happy to share that the theme wait time is at a historic low, with their longest wait sometimes just at a week. And as anxious as I am about the plugin wait times, we&#8217;re actually seeing a lot of progress there as well. As we follow a process similar to the one that we did on themes, I imagine it&#8217;s only gonna get better. So, in 2023, we&#8217;ve onboarded six new team members. And since September, the number of plugins awaiting initial review has been cut in half.</p>\n\n\n\n<p>And then coming up in Q1 of 2024, we&#8217;ll have a project focused entirely on automating as many checks as possible. So I still need you, but I also need you to know that your work there matters and is having an impact.</p>\n\n\n\n<p>[00:03:55] <strong>Josepha:</strong> The third highlight goes to the contributors who are doing outreach. This year, we launched a mentorship program with an 89% completion rate because we&#8217;ve seen time and again that our most prolific contributors had someone at the start that they felt safe asking dumb questions with. We launched and nurtured the developer blog, which was a need identified by the community because there was no place for intermediate and advanced developers to get excited about their cool explorations. And there were 53 posts there this year with thirteen thousand views, which is a 251% increase for the record, which is a ridiculous increase, but it&#8217;s a lot. Thirteen thousand views is a lot.</p>\n\n\n\n<p>We have focused on documentation as we suggested in Porto of 2022. And marketing, I know not always our favorite topic, but marketing, our ability to talk about ourselves to more than just ourselves, has increased dramatically this year.&nbsp;</p>\n\n\n\n<p>Not only have we started rolling out a modern design across our website, but we also are present and engaged on eight different platforms with 20-plus episodes of this very podcast and also video content that netted us seven and a half million views this year. That&#8217;s a lot of numbers, and there&#8217;s a post that goes with it.</p>\n\n\n\n<p>[00:05:10] <strong>Josepha:</strong> Check out the show notes. But if you&#8217;re not gonna check out the show notes because you listen to this on Pocket Casts or Google or something, go to make.WordPress.org/project, and it&#8217;ll be over there. But the point is, it&#8217;s been a banner year for the software, and I am grateful for every tester, designer, and developer that showed up for it. But I also know that what makes WordPress truly irreplaceable is our ecosystem, and it&#8217;s contributions like this and the contributors who do them that make our ecosystem vibrant and responsive and thriving on into the future.</p>\n\n\n\n<p>So, thank you all for the contributions you make to WordPress. Thank you for the shining example of how to do open source at scale, and thank you for another great year together.&nbsp;</p>\n\n\n\n<p>[00:06:04] <strong>Josepha:</strong> Which brings us now to our small list of big things. It is indeed a small this time. First up, I would like to introduce our enhanced content safety features on Openverse. By default, search results now exclude openly licensed media containing sensitive textual content. But this new feature adds additional filtering based on titles, tags, and descriptions of the work as well.</p>\n\n\n\n<p>[00:06:27] <strong>Josepha:</strong> The second thing on our small list of big things is that there is just a general alert. There&#8217;s a WordPress security team impersonation scam that&#8217;s going on out there. The team is aware of multiple ongoing phishing scams impersonating both the WordPress team and the WordPress security team in an attempt to convince administrators to install a plugin on their website which contains malware. I&#8217;ll include a link to that post just in case you have anyone that you think might need to be aware of that, but also all of our site administrators know. Like, WordPress is not gonna email you asking for passwords or anything ever. </p>\n\n\n\n<p>[00:07:02] <strong>Josepha:</strong> And item number three, I would like you to join the Plugin review team. I know I just said it in the body of the episode. But, the Plugin review team is looking for new members still who believe in our mission of guiding plugin authors in responsibly transforming their innovative ideas into reality and ensuring a great WordPress plugin experience for end users. There is a deadline to apply; it&#8217;s December 31st. And so you can get that done over the holidays, over a glass of eggnog if that&#8217;s how you choose to celebrate whatever it is that you do. </p>\n\n\n\n<p>And that&#8217;s it for your small list of big things.&nbsp;</p>\n\n\n\n<p>Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. See you again in a couple of weeks.&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16654\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"State of the Word 2023 Recap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2023/12/state-of-the-word-2023-recap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Dec 2023 22:55:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"state of the word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16617\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:384:\"On December 11, WordPress co-founder Matt Mullenweg traveled to beautiful Madrid, Spain, to deliver his annual State of the Word keynote. It was the first time this event took place outside the United States. Against the backdrop of Palacio Neptuno—an iconic architectural gem and UNESCO World Heritage site—nearly 200 contributors, developers, extenders, and friends of [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:20461:\"\n<p>On December 11, WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> traveled to beautiful Madrid, Spain, to deliver his annual <a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a> keynote. It was the first time this event took place outside the United States. Against the backdrop of <a href=\"https://www.palacioneptuno.com/\">Palacio Neptuno</a>—an iconic architectural gem and UNESCO World Heritage site—nearly 200 contributors, developers, extenders, and friends of the project came together to hear from Matt, with millions more joining online.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/c7M4mBVgP3Y?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">An introduction from the Executive Director</h2>\n\n\n\n<p>Kicking off the event, <a href=\"https://profiles.wordpress.org/chanthaboune/\" target=\"_blank\" rel=\"noreferrer noopener\">Josepha Haden Chomphosy</a>, Executive Director of the WordPress project, spoke about the community’s heart and spirit as what fuels hope for the future, ensuring the freedoms of the open web for all. She invited Matt on stage with a closing statement of confidence that such values and characteristics will move the project forward into the next 20 years as it has for the last 20.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=1024%2C682&#038;ssl=1\" alt=\"Josepha Haden Chomphosy, Executive Director of the WordPress project, speaking at a podium \" class=\"wp-image-16627\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Looking back at 2023</h2>\n\n\n\n<p>Taking the stage, Matt shared his excitement about the event being the first international State of the Word. He honored the Spanish WordPress community for hosting, citing their past WordCamp accomplishments. From there, Matt jumped right into a reflection of this year’s notable moments. He recalled the project’s 20th-anniversary celebrations, how the software has evolved, and how much more the community came together this year—doubling the number of WordCamps to 70, taking place in 33 countries.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:0;padding-bottom:var(--wp--preset--spacing--40);padding-left:0\">\n<p class=\"has-text-align-center\">We’re always aiming to learn and improve. Tell us how to make meetups better.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpressdotorg.survey.fm/2023-meetup-annual-survey?p=1\" target=\"_blank\" rel=\"noreferrer noopener\">Take the 2023 Meetup Survey</a></div>\n</div>\n</div>\n\n\n\n<p>Matt continued with callouts to several resources on <a href=\"https://wordpress.org/\">WordPress.org</a>: the all-new <a href=\"https://events.wordpress.org/\">Events</a> page, the redesigned <a href=\"https://wordpress.org/showcase/\">Showcase</a>, a new <a href=\"https://wordpress.org/remembers/\">WordPress Remembers memorial</a>, and the <a href=\"https://wordpress.org/news/2023/09/openverse-wins-the-2023-oeg-open-infrastructure-award/\">award-winning Openverse</a>. He also demoed <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a>, a tool allowing users to experiment with WordPress directly in their browsers, as well as the versatile <a href=\"https://wordpress.org/themes/twentytwentyfour/\">Twenty Twenty-Four default theme</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=1024%2C682&#038;ssl=1\" alt=\"Matías Ventura, Lead Architect of Gutenberg, speaking on stage at State of the Word\" class=\"wp-image-16621\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Collaborative editing and more</h2>\n\n\n\n<p>Matt recapped the four phases of the Gutenberg project, noting that work has begun on Phase 3: Collaboration before passing the microphone to <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, Lead Architect of Gutenberg.&nbsp;</p>\n\n\n\n<p>After a quick interlude in Spanish, Matías acknowledged how much progress had been made on the software this year. He spoke about the aim of the Site Editor to become both an exemplary writing environment and a superior design tool while noting improvements to the&nbsp;<a href=\"https://wordpress.org/documentation/article/footnotes-block/\" target=\"_blank\" rel=\"noreferrer noopener\">Footnotes Block</a>&nbsp;and the ease of&nbsp;<a href=\"https://wordpress.org/documentation/article/distraction-free-mode/\" target=\"_blank\" rel=\"noreferrer noopener\">Distraction Free mode</a>.</p>\n\n\n\n<p>While there was no set timeline for collaboration and workflows, Matías was excited to share a working prototype in the Editor. He showcased some of the most interesting aspects of collaborative editing, including establishing a sync engine that allows real-time edits to be visible across sessions. He invited contributors to test the prototype in the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a> and <a href=\"https://github.com/WordPress/gutenberg/issues/52593\">share their feedback in Github</a>.</p>\n\n\n\n<p>From there, Matías highlighted other exciting developments, including the emphasis on Patterns and their continued evolution as a powerful tool for workflows, and the ability to connect blocks to custom fields. He was thrilled to speak about performance improvements, noting that work is in progress to make the Editor <a href=\"https://www.codevitals.run/project/gutenberg\">at least twice as fast</a>. Speaking about front-end performance, he shared what’s to come with a <a href=\"https://wpmovies.dev/\">demo of the Interactivity API</a>, showcasing how it can make transitions, search, and other interactions instant—all with standard WordPress blocks and features.&nbsp;</p>\n\n\n\n<p>Matías concluded with a look at how the Admin redesign will take cues from the Site Editor, eventually allowing users to shape their WordPress Admin experience based on their unique needs.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=1024%2C684&#038;ssl=1\" alt=\"WordPress co-founder Matt Mullenweg speaking at a podium\" class=\"wp-image-16624\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=1024%2C684&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=768%2C513&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">AI and Data Liberation</h2>\n\n\n\n<p>Matt returned to the stage to expand on the future of WordPress, reinforcing his past advice to <em>learn AI deeply</em>. He expressed his excitement about what can be accomplished with the wealth of AI tools available, how contributors are already experimenting with natural language processing and WordPress Playground to create and build.</p>\n\n\n\n<p>Finally, Matt introduced an additional focus for the project in 2024: <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a>, with the goal to make importing from other platforms into WordPress as frictionless as possible. He spoke about the tendency of content management systems to keep users locked in as part of his motivation to <em>unlock digital barriers</em>. The Data Liberation initiative will work on one-click migration and the export format from WordPress.&nbsp;</p>\n\n\n\n<p>More than just tools, Data Liberation reflects the project’s ethos to allow seamless contributions. With that, Matt invited anyone interested to jump into the action, noting a new <a href=\"https://github.com/wordpress/data-liberation\">Data Liberation GitHub repository</a> and forthcoming <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack</a> channels as places to get started.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Questions and answers</h2>\n\n\n\n<p>Following the presentation, Matt fielded questions from the live-stream and in-person audiences during an interactive question-and-answer session hosted by <a href=\"https://profiles.wordpress.org/monchomad/\">Jose Ramón Padrón (Moncho)</a>.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/S01uBD2pyQY?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<p>Additional questions from the live session will be answered in a follow-up post on <a href=\"https://make.wordpress.org/project\">make.WordPress.org/project</a>. Subscribe to our blog notifications to be sure you don’t miss it. And don’t forget to mark your calendars for next year’s <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia</a> (Taipei, Taiwan), <a href=\"https://europe.wordcamp.org/2024/\">WordCamp Europe</a> (Torino, Italy), and WordCamp US (Portland, Oregon, United States).</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:34.98661%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"720\" data-id=\"16628\" data-link=\"https://wordpress.org/news/?attachment_id=16628\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg\" data-width=\"1280\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"853\" data-id=\"16618\" data-link=\"https://wordpress.org/news/?attachment_id=16618\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg\" data-width=\"1280\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:65.01339%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"853\" data-id=\"16626\" data-link=\"https://wordpress.org/news/?attachment_id=16626\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg\" data-width=\"1280\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:75.87343%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=900&#038;ssl=1 900w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=1500&#038;ssl=1 1500w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=1800&#038;ssl=1 1800w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=1920&#038;ssl=1 1920w\" alt=\"\" data-height=\"1080\" data-id=\"16632\" data-link=\"https://wordpress.org/news/?attachment_id=16632\" data-url=\"https://wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png\" data-width=\"1920\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?ssl=1\" data-amp-layout=\"responsive\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:24.12657%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg?strip=info&#038;w=720&#038;ssl=1 720w\" alt=\"\" data-height=\"1280\" data-id=\"16630\" data-link=\"https://wordpress.org/news/?attachment_id=16630\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg\" data-width=\"720\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:63.00314%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"853\" data-id=\"16620\" data-link=\"https://wordpress.org/news/?attachment_id=16620\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg\" data-width=\"1280\" src=\"https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:36.99686%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"720\" data-id=\"16619\" data-link=\"https://wordpress.org/news/?attachment_id=16619\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg\" data-width=\"1280\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"720\" data-id=\"16629\" data-link=\"https://wordpress.org/news/?attachment_id=16629\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg\" data-width=\"1280\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div></div></div></div>\n\n\n\n<p><em><em>Thank you to <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a>, <a href=\'https://profiles.wordpress.org/nilovelez/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nilovelez</a>, <a href=\'https://profiles.wordpress.org/fepr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>fepr</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, and the many others who made this event and post possible.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WP Briefing: Episode 68: Toward a More Interconnected Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2023/12/episode-68-toward-a-more-interconnected-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Dec 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16569\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:235:\"In this episode, WordPress Executive Director, Josepha Haden Chomphosy articulates the vision for a collaborative ecosystem where knowledge sharing and contributions to open source tools lead to a more interconnected and empowered web.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2023/12/WPB068.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14552:\"\n<p>In this episode, WordPress Executive Director, Josepha Haden Chomphosy articulates the vision for a collaborative ecosystem where knowledge sharing and contributions to open source tools lead to a more interconnected and empowered web.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@WordPress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word 2022</a></li>\n\n\n\n<li><a href=\"https://thephp.foundation/\">PHP Foundation</a></li>\n\n\n\n<li>Josepha&#8217;s <a href=\"https://make.wordpress.org/project/2022/01/21/big-picture-goals-2022/\">Big Picture Goals 2022</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/\">Gutenberg 17.1</a> has been released and is <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\">available for download</a>! The latest release includes new enhancements, bug fixes, and continued work on Phase 3 features.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\" target=\"_blank\" rel=\"noreferrer noopener\">Announcing the 2023 Annual Meetup Survey</a> &#8211; The Community team proposed a survey for all meetup members and organizers. Please complete the <a href=\"https://wordpressdotorg.survey.fm/2023-meetup-annual-survey\" target=\"_blank\" rel=\"noreferrer noopener\">Annual Meetup Survey</a>  by January 14, 2024– even if you haven&#8217;t participated in a meetup recently!</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/11/29/request-for-feedback-lesson-handbook-pages/\" target=\"_blank\" rel=\"noreferrer noopener\">Request for feedback: Lesson Handbook pages</a> &#8211; As the Training team progresses towards the 2024 launch of <a href=\"https://make.wordpress.org/training/2023/07/07/project-thread-learning-pathways-on-learn-wordpress/\">Learning Pathways</a>, they&#8217;re developing a set of content creation guidelines to streamline and scale the process. These guidelines will focus on efficient methods for developing, reviewing, and updating content. To gather input, a <a href=\"https://docs.google.com/document/d/1twvDGmVZsyjBZbi9abiqoA_a2G7O_WNis_iGL2Sccg0/edit#heading=h.srkdcrt4k0v8\">Google Doc</a> has been created where you can share your ideas. Please provide your feedback and comments on this document by Tuesday, December 19, 2023.</li>\n\n\n\n<li><a href=\"https://playground.wordpress.net/\">WordPress Playground</a> makes WordPress instantly accessible for users, learners, extenders, and contributors.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/11/30/embracing-matrix-for-enhanced-communication/\">Embracing Matrix for Enhanced Communication</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16569\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> If you&#8217;re already familiar with the WordPress project, and if you&#8217;re listening to this podcast, I feel like it&#8217;s a safe assumption that you&#8217;re probably also familiar with the fact that we are what&#8217;s considered a free and open source software project. We adhere to the four freedoms of open source. We track bugs in the open, and we believe that knowledge sharing can only improve our products. </p>\n\n\n\n<p>But you might not be aware of the other open source projects that are foundational to ours and otherwise are integral to our commitment to the open web. At last year&#8217;s State of the Word, Matt mentioned that one of the coolest things about being a plugin or theme author in WordPress is that you get to run your open source project on the same infrastructure that WordPress runs on. So, no matter whether you have five installs or five thousand, you&#8217;re getting the benefits of our bug trackers, messaging, and network of project sites. But beyond those, which are, of course, near and dear to us, we also support projects like PHP and its foundation. Openverse and its founding organization Creative Commons, and of course, the two that we&#8217;re hearing a lot about this year and next, Playground and Matrix.</p>\n\n\n\n<p>[00:01:52] <strong>Josepha:</strong> That&#8217;s a lot of projects and not even a comprehensive list. And honestly, it can seem, I don&#8217;t know, a little weird. Like, we&#8217;re a FOSS CMS, right? You probably know why we contribute back to PHP. It&#8217;s the same reason we ask people to contribute to WordPress. But why are we giving so much time to a media search engine, or a Web Assembly implementation, or even a messaging protocol?</p>\n\n\n\n<p>At first glance, there are, of course, a lot of quick and easy answers. For instance, like, open source is open source. Any open source contribution is going to be a good contribution. All open source in the world increases good and freedom in the world. Like, open source is open source. Makes sense, right?</p>\n\n\n\n<p>Another quick and easy answer is, you know, they&#8217;re part of us. And that&#8217;s true, definitely, for PHP, like, they&#8217;re part of us, and so we should be contributing back to them. Because we rely on them so much. And then a third quick and easy answer is that we, as the biggest open source CMS on the planet, basically, we can, spare a lending hand. We can offer a little bit of help to those around us.&nbsp;</p>\n\n\n\n<p>[00:03:03] <strong>Josepha:</strong> And those are all true. I don&#8217;t think that anyone would disagree with any of that. But the thing that ties it all together for me is something that&#8217;s a little harder to see. In the 2022 goals that I posted, I said that my second goal for our year was to support open source alternatives for all site-building necessities.</p>\n\n\n\n<p>At the time, I was primarily talking about Openverse and the directory of photos that was being created as a CC-first source. But that also applies to all of our directories. It did then, just as it does now. And Trac, and our vast network of WordPress sites. All the tools we use in order to collaborate with, and lead for, and learn from each other.</p>\n\n\n\n<p>I want us to be able to do everything it takes to build an online presence using open source tools and methods because WordPress is just a glorious little microcosm of the interconnected web. It reminds me of this art installation I had the privilege of experiencing. It&#8217;s called Meow Wolf. I went to the one in Denver, but there are a few different installations across the U.S.&nbsp;The one that I went to is this massive art installation, and it is designed to be interactive, but it wasn&#8217;t until you started sharing your experience sharing your knowledge with other people that you realized it was also collaborative, a set of buttons you pushed in one room would cause a light show in some other room.</p>\n\n\n\n<p>[00:04:34] <strong>Josepha:</strong> So you were enhancing the experience of strangers in some completely disconnected room to yours, and they couldn&#8217;t distinguish it from an automation or something they did, or just plain old magic. And that&#8217;s what we&#8217;re doing by supporting these other open source tools. Yes, every new open source contribution results in more freedom in the world. Yes, we owe support to the components that got us where we are today. And yes, we absolutely can and should pay it forward. But more importantly than all that, we&#8217;re creating the opportunity for new interactions, new brilliance, and new defenders of the open web every time that we work on these open source products.</p>\n\n\n\n<p>[00:05:20] <strong>Josepha:</strong> And it doesn&#8217;t matter if we will ever see any of those people. And it doesn&#8217;t matter if they will ever thank us. What matters is that we see that knowledge like this is worth preserving and worth sharing. Because knowledge shared, information shared is like light. The more you share it, the more there is.</p>\n\n\n\n<p>And I want you to be able to take that sharing and use it to light the world. I want you to be able to go out and tell people how open source has changed your life, how WordPress has opened doors for you, or how much these tools have empowered your clients. I want you to remember why you came to WordPress in the first place, and I need you to hear me when I say that I need you here in WordPress today because every little ripple of good that we create makes the world a little more good.</p>\n\n\n\n<p>[00:06:12] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:20] <strong>Josepha:</strong> (SLBT) And now, my friends, that brings us to our time for the small list of big things. I&#8217;ve got a kind of a big list because I always kind of have a big list anymore, but the first thing on my list is Gutenberg 17.1. That has been released and is available for download. It includes several new enhancements, loads of bug fixes, and continues that work on phase three features that we are starting to see come through. If you don&#8217;t have it already, go out and grab it, test it, break it, and tell us what you tested and how it broke things.&nbsp;</p>\n\n\n\n<p>[00:06:52] <strong>Josepha:</strong> The second thing on my small list of big things is that there is currently an annual meetup survey out. So, we&#8217;ve had an increase in our meetup events, and certainly an increase in the active number of meetup groups that we have, but the community team is proposing a unified survey for all meetup members and organizers, and if you haven&#8217;t participated in it yet go and fill it out. You don&#8217;t have to have actually gone to a meetup event recently in order to take it, but, you know, it might be helpful. Either way, you have until January 14, 2024, to fill that out.</p>\n\n\n\n<p>[00:07:30] <strong>Josepha:</strong> The third thing on my small list of big things is a request for feedback. The training team is working toward launching Learning Pathways in 2024. They&#8217;re looking to create a new set of content creation guidelines that enables the learning pathways to scale with a straightforward process for developing, reviewing, and updating that content. There&#8217;s a Google doc for you where you can contribute your ideas, and that doc will be open for feedback through this week and into next week. I believe it closes on Tuesday, the 19th of December, 2023.</p>\n\n\n\n<p>[00:08:04] <strong>Josepha:</strong> And then the final thing on my small list of big things is actually, it&#8217;s a dual call-in. I already said with my first one about the Gutenberg plugin: get in there and test it and break it, and then tell us how it broke and what you were doing when you were testing it and broke it. And I encourage you to do that also for Matrix and Playground.</p>\n\n\n\n<p>So Playground has been a really big deal all year long. It was a big deal at the end of last year. It showed up for us in November 2022 and has been really just growing in surprising ways all the way through 2023. So if you have not yet seen it, you haven&#8217;t gotten your hands on it yet, it&#8217;s a WordPress installation that is loaded entirely in the browser, totally server-free, and we&#8217;re looking at a couple of new implementations that make it easier for users who are trying to, like, kick the tires of WordPress before they decide, and developers who are wanting to test new pull requests and things like that.</p>\n\n\n\n<p>So keep an eye out if it sounds interesting; it is interesting. And wander over and figure out how that&#8217;s working. And the other thing in that last call for collective testing is Matrix. So Matrix is an open source federated messaging protocol, and like so many technology projects out there at the moment, we are trying to make sure that we are preparing ourselves for the future arrival of Web 3 and all of the things that are coming along with current advancements in federated everything and AI and etc., etc.</p>\n\n\n\n<p>And so, Matrix is an open source messaging protocol. There are a lot of different ways to get connected. I&#8217;ll share a link to one of the posts in the show notes over on WordPress.org/news. But if you&#8217;re interested in learning a bit about it and you don&#8217;t really want to like figure out what sort of client is comfortable for you to use. There&#8217;s also on-site chat implementations for, I want to say, like 10 or 12 of our largest or most regularly meeting groups that we have. You can go to parts of the website like make.WordPress.org/core/chat and check those out. If you have a WordPress.org account, then you can have access to that on-site chat, and that is it.</p>\n\n\n\n<p>That&#8217;s the whole low barrier to entryway of figuring that out with us. Come and break stuff with us, everyone, and tell us how to make it better.&nbsp;</p>\n\n\n\n<p>[00:10:33] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thank you for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p>[00:11:00] (Music outro)&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16569\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"The Month in WordPress – November 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2023/12/the-month-in-wordpress-november-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Dec 2023 11:20:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16575\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:251:\"November is usually a busy month for the WordPress project, and this year is no different. Following the empowering release of WordPress 6.4, the energy continues to build, setting the stage for the anticipated State of the Word and upcoming projects.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11827:\"\n<p>November is usually a busy month for the WordPress project, and this year is no different. Following the empowering release of WordPress 6.4, the energy continues to build, setting the stage for the anticipated State of the Word and upcoming projects.&nbsp;</p>\n\n\n\n<p>Read on for all the exciting updates that marked the past month.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Get ready for State of the Word</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1024%2C683&#038;ssl=1\" alt=\"State of the Word 2023\" class=\"wp-image-16438\" style=\"object-fit:cover\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Mark your calendars—State of the Word 2023 is approaching fast. In this annual keynote, WordPress co-founder Matt Mullenweg celebrates the progress of the open source project and offers a glimpse into its future.</p>\n\n\n\n<p>For the first time in WordPress history, the event will be held outside North America, in the vibrant city of <a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\">Madrid, Spain, on December 11, 2023</a>.</p>\n\n\n\n<p>If you’re unable to attend the State of the Word in person, you can watch it live on the <a href=\"https://www.youtube.com/live/1MwT9EEkguE?si=TYwAe5qnKA3DlRMX\">WordPress YouTube channel</a> or join one of the many community-led watch parties. <a href=\"https://wordpress.org/state-of-the-word\">Find one near you</a> or <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/state-of-the-word-watch-parties/\">organize one</a>.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-dark-strokes-grey-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https://wordpress.org/state-of-the-word/\">Learn more about State of the Word 2023</a></div>\n</div>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Meet Twenty Twenty-Four</h2>\n\n\n\n<p>Along with the release of <a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4</a> “Shirley,” the new default <a href=\"https://wordpress.org/news/2023/11/introducing-twenty-twenty-four/\">Twenty Twenty-Four theme was introduced</a>.</p>\n\n\n\n<p>This theme breaks away from the tradition of previous default themes that focused on a specific topic or style. Instead, Twenty Twenty-Four was created to fit any website and explore different use cases for entrepreneurs, artists, and writers.</p>\n\n\n\n<p>You’ll find more than 35 beautiful patterns, including full-page patterns for templates like homepage, search, and more. Twenty Twenty-Four boasts the latest site editing capabilities and a sophisticated aesthetic inspired by contemporary design trends.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-dark-strokes-grey-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https://playground.wordpress.net/?theme=twentytwentyfour\">Check out Twenty Twenty-Four now</a></div>\n</div>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/11/10/whats-new-in-gutenberg-17-0-9-november/\">Gutenberg 17.0</a> was released on November 9, 2023. It introduced improvements to the Command Palette, an alternative implementation of the DropdownMenu component, additional visual cues for LinkControl, and various accessibility and performance iterations.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/\">Gutenberg 17.1</a> shipped on November 22, 2023. In addition to several accessibility and writing flow enhancements, this version brought a new block spacing control in the Quote block.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/11/30/embracing-matrix-for-enhanced-communication/\">WordPress is switching to Matrix</a> in replacement of the Making WordPress Slack. The move stems from the project&#8217;s commitment to implementing a new chat system aligned with WordPress&#8217;s open source values. If you haven&#8217;t already, now is the time to explore Matrix and share your questions.</li>\n\n\n\n<li>With phishing scams on the rise, the WordPress Security team is actively monitoring the current threat and has posted <a href=\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\">an advisory to help you protect your site</a>.</li>\n\n\n\n<li>The Plugin Review team is now <a href=\"https://make.wordpress.org/plugins/2023/12/02/join-the-plugin-review-team/\">reopening applications to join their team</a>. They’re looking for three new members who can improve the state of the plugin review queue and help create a diverse and inclusive team.</li>\n\n\n\n<li>Over the past few months, contributors have been working on <a href=\"https://make.wordpress.org/meta/2023/11/22/redesigning-developer-resources-and-a-call-for-testing/\">redesigning the WordPress.org Developer Resources</a> section.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/11/06/proposal-2024-major-release-timing/\">This post</a> outlines proposed dates for major WordPress releases in 2024.</li>\n\n\n\n<li>The Meta team shared an <a href=\"https://make.wordpress.org/meta/2023/11/22/plugin-directory-preview-button-revisited/\">improved version of the plugin preview feature</a>. This version builds on feedback and allows plugin developers to safely test the preview experience for their plugins in a <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a> environment.</li>\n\n\n\n<li>Polyglots and Meta contributors introduced <a href=\"https://make.wordpress.org/meta/2023/11/29/create-tours-for-make-p2s/\">a new plugin called Tour</a>, which enables the creation of tours to guide contributors through a Make WordPress blog.</li>\n\n\n\n<li>Are you looking to broaden your knowledge and improve your WordPress skills? See <a href=\"https://make.wordpress.org/updates/2023/12/01/whats-new-on-learn-wordpress-in-november-2023/\">what’s new on Learn WordPress in November 2023</a>.</li>\n\n\n\n<li>The latest edition of People of WordPress features back-end web developer <a href=\"https://wordpress.org/news/2023/12/people-of-wordpress-artemy-kaydash/\">Artemy Kaydash</a> from Ukraine.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Requests for feedback &amp; testing</h2>\n\n\n\n<ul>\n<li>The Community team announced the <a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\">2023 Annual Meetup Survey</a>. Both event attendees and organizers are encouraged to provide feedback in this 5-minute survey to help strengthen WordPress meetups in the future.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/11/23/mobile-team-update-november-22nd/\">Version 23.7</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events</h2>\n\n\n\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f9-1f1fc.png\" alt=\"🇹🇼\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> WordCamp Asia opened the <a href=\"https://asia.wordcamp.org/2024/the-third-batch-of-tickets-on-sale-now/\">third round of ticket sales</a> and announced that <a href=\"https://asia.wordcamp.org/2024/announcing-our-first-speaker-matt-mullenweg/\">their first speaker is WordPress co-founder Matt Mullenweg</a>. The conference will be held in Taipei, Taiwan, on March 7-9, 2024.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1fa.png\" alt=\"🇪🇺\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> WordCamp Europe <a href=\"https://europe.wordcamp.org/2024/call-for-sponsors/\">opened its call for sponsors</a> and <a href=\"https://europe.wordcamp.org/2024/speakers/call-for-speakers/\">speakers</a> for their conference slated to take place in Torino, Italy, on June 13-15, 2024.&nbsp;</li>\n\n\n\n<li>Don’t miss these upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://ahmedabad.wordcamp.org/2023/\">WordCamp Ahmedabad 2023</a>, India on December 9, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f0.png\" alt=\"🇵🇰\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://lahore.wordcamp.org/2023/\">WordCamp Lahore 2023</a>, Pakistan on December 9-10, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em><strong>Have a story we should include in the next issue of The Month in WordPress? Fill out </strong></em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><em><strong> to let us know.</strong></em></p>\n\n\n\n<p><em>Thank you to <a href=\"https://profiles.wordpress.org/bernard0omnisend/\">Bernard Meyer</a> for contributing to this edition of The Month in WordPress.</em></p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading\">Subscribe to WordPress News</h3>\n\n\n\n<p>Join other subscribers and receive WordPress news directly in your inbox.</p>\n\n\n<div class=\"wp-block-jetpack-subscriptions__supports-newline is-style-split wp-block-jetpack-subscriptions\">\n		<div>\n			<div>\n				<div>\n					<p >\n						<a href=\"https://wordpress.org/news/?post_type=post&#038;p=16575\" style=\"text-decoration: none; font-size: 16px;padding: 15px 23px 15px 23px;margin: 0px; margin-left: 10px;border-radius: 0px;border-width: 1px; background-color: #113AF5; color: #FFFFFF;\">Subscribe</a>\n					</p>\n				</div>\n			</div>\n		</div>\n	</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress 6.4.2 Maintenance &amp; Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2023/12/wordpress-6-4-2-maintenance-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Dec 2023 17:03:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16562\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"WordPress 6.4.2 is now available! This minor release features 7 bug fixes in Core. The fixes include a bug fix for an issue causing stylesheet and theme directories to sometimes return incorrect results. This release also features one security fix. Because this is a security release, it is recommended that you update your sites immediately. [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6255:\"\n<h2 class=\"wp-block-heading\">WordPress 6.4.2 is now available!</h2>\n\n\n\n<p>This minor release features <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.4.2&amp;groupdesc=1&amp;group=resolution&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;col=keywords&amp;order=priority\">7 bug fixes</a> in Core. The fixes include a bug fix for an issue causing stylesheet and theme directories to sometimes return incorrect results.</p>\n\n\n\n<p>This release also features one security fix. Because this is a security release, <strong>it is recommended that you update your sites immediately</strong><strong>.</strong></p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.4.2.zip\">download WordPress 6.4.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>WordPress 6.4.2 is a short-cycle release. The next major release will be version 6.5 released in early 2024.</p>\n\n\n\n<p>For more information on this release, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-4-2/\">HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p>The security team addressed the following vulnerability in this release.</p>\n\n\n\n<ul>\n<li>A Remote Code Execution vulnerability that is not directly exploitable in core, however the security team feels that there is a potential for high severity when combined with some plugins, especially in multisite installs.</li>\n</ul>\n\n\n\n<p>To help the security team and WordPressers around the world, you are encouraged to <a href=\"https://hackerone.com/wordpress?type=team\">responsibly report vulnerabilities</a>. This allows vulnerabilities to be fixed in future releases.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.4.2 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance and security fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/atachibana\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/angelasjin\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/Bernhard%20Reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/coreyw\">Corey Worrell</a>, <a href=\"https://profiles.wordpress.org/crstauf\">crstauf</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/kebbet\">Erik</a>, <a href=\"https://profiles.wordpress.org/gaambo\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/priethor\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/isabel_brison\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/luminuu\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/kharisblank\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/krupalpanchal\">Krupal Panchal</a>, <a href=\"https://profiles.wordpress.org/kdowns\">Kylen Downs</a>, <a href=\"https://profiles.wordpress.org/meta4\">meta4</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/partyfrikadelle\">partyfrikadelle</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/NekoJonez\">Pieterjan Deneys</a>, <a href=\"https://profiles.wordpress.org/rawrly\">rawrly</a>, <a href=\"https://profiles.wordpress.org/rebasaurus\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a>. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p>As a final reminder, The WordPress Security Team will never email you requesting that you install a plugin or theme on your site, and will never ask for an administrator username and password. <a href=\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\">Please stay vigilant against phishing attacks</a>.</p>\n\n\n\n<p><em>Thanks to <a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a> and <a href=\"https://wordpress.slack.com/team/U02SVSW3U\">@desrosj</a> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16562\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 29 Jan 2024 16:22:02 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 22 Jan 2024 12:00:00 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20211220193300\";}','no'),
(150,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1706588525','no'),
(151,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1706545325','no'),
(152,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1706588525','no'),
(153,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/01/episode-71-new-year-new-blog/\'>WP Briefing: Episode 71: New Year, New Blog!</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/01/data-liberation-in-2024/\'>Data Liberation in 2024</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2024/01/automattics-big-re-org/\'>Matt: Automattic’s Big Re-Org</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2024/01/freedom-grants/\'>Matt: Freedom Grants</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2024/01/new-york-2/\'>Matt: New York!</a></li></ul></div>','no'),
(155,'wp_attachment_pages_enabled','1','yes'),
(156,'db_upgraded','','yes'),
(161,'can_compress_scripts','1','yes'),
(162,'recently_activated','a:0:{}','yes'),
(171,'current_theme','Greenshift','yes'),
(172,'theme_mods_greenshift','a:4:{i:0;b:0;s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),
(173,'theme_switched','','yes'),
(175,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1706556492','no'),
(176,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:6225;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4828;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2790;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2689;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2063;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1927;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1916;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1668;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1576;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1567;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1553;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1511;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1505;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1503;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1389;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1281;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1174;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1161;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1158;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1087;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1036;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1004;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:976;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:922;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:908;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:895;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:891;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:886;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:886;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:877;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:858;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:855;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:796;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:784;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:781;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:781;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:764;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:763;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:737;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:735;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:731;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:730;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:696;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:692;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:684;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:674;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:667;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:637;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:633;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:626;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:619;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:612;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:608;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:602;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:598;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:596;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:595;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:578;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:577;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:575;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:575;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:571;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:565;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:564;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:550;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:546;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:540;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:536;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:534;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:533;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:523;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:513;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:511;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:511;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:508;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:505;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:489;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:483;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:475;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:452;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:451;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:451;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:442;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:438;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:436;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:435;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:428;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:427;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:427;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:424;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:423;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:422;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:414;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:409;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:405;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:404;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:400;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:396;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:391;}}','no'),
(179,'gspb_edd_licenses','a:1:{s:10:\"all_in_one\";a:10:{s:9:\"plugin_id\";i:223;s:11:\"plugin_name\";s:17:\"All in One Access\";s:11:\"license_key\";s:26:\"edd_license_key_all_in_one\";s:11:\"expires_key\";s:30:\"edd_license_expires_all_in_one\";s:18:\"license_status_key\";s:29:\"edd_license_status_all_in_one\";s:7:\"license\";s:0:\"\";s:6:\"status\";s:5:\"valid\";s:7:\"expires\";s:8:\"lifetime\";s:13:\"license_limit\";s:1:\"0\";s:11:\"included_in\";a:0:{}}}','yes'),
(184,'_transient_timeout_tools4wp_install_transient','1722313759','no'),
(185,'_transient_tools4wp_install_transient','true','no'),
(217,'_transient_timeout_tools4wp_addons_transient','1713746178','no'),
(218,'_transient_tools4wp_addons_transient','true','no'),
(219,'recovery_mode_email_last_sent','1706546178','yes'),
(220,'recovery_keys','a:1:{s:22:\"VXklrBadf1VRbOivDoEOu1\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BS2AtG58v4VqTc4kigbVMMNR4iXUii1\";s:10:\"created_at\";i:1706546178;}}','yes'),
(221,'gspb_global_settings','a:2:{s:9:\"localfont\";s:175:\"{\"Jost\":{\"woff2\":\"https:\\/\\/east-point.site\\/wp-content\\/uploads\\/GreenShift\\/fonts\\/font_1\\/woff2\\/Jost-VariableFont_wght.woff2\",\"woff\":\"\",\"tiff\":\"\",\"ttf\":\"\",\"preloaded\":\"\"}}\";s:12:\"localfontcss\";s:180:\"@font-face {font-family: \"Jost\";src: url(https://east-point.site/wp-content/uploads/GreenShift/fonts/font_1/woff2/Jost-VariableFont_wght.woff2) format(\"woff2\");font-display: swap;}\";}','yes'),
(222,'greenshift_theme_options','a:8:{s:11:\"progressbar\";s:0:\"\";s:9:\"backtotop\";s:0:\"\";s:9:\"nightmode\";s:0:\"\";s:15:\"disableCheckout\";s:0:\"\";s:11:\"disableCart\";s:0:\"\";s:12:\"primary_font\";s:4:\"Jost\";s:14:\"secondary_font\";s:4:\"Jost\";s:13:\"tertiary_font\";s:4:\"Jost\";}','yes'),
(227,'yoast_migrations_free','a:1:{s:7:\"version\";s:6:\"21.9.1\";}','yes'),
(228,'wpseo','a:110:{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:0;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:0:\"\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:6:\"21.9.1\";s:16:\"previous_version\";s:0:\"\";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:0:\"\";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:0;s:23:\"keyword_analysis_active\";b:0;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:\"1706550165\";s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:0;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:0:\"\";s:8:\"home_url\";s:0:\"\";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:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:0;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:3:{i:0;s:18:\"siteRepresentation\";i:1;s:14:\"socialProfiles\";i:2;s:19:\"personalPreferences\";}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:5:{s:30:\"aioseo_custom_archive_settings\";b:1;s:31:\"aioseo_default_archive_settings\";b:1;s:23:\"aioseo_general_settings\";b:1;s:32:\"aioseo_posttype_default_settings\";b:1;s:24:\"aioseo_taxonomy_settings\";b:1;}s:26:\"wincher_integration_active\";b:0;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";s:10:\"1706550165\";s:18:\"remove_feed_global\";b:1;s:27:\"remove_feed_global_comments\";b:1;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:1;s:22:\"remove_feed_categories\";b:1;s:16:\"remove_feed_tags\";b:1;s:29:\"remove_feed_custom_taxonomies\";b:1;s:22:\"remove_feed_post_types\";b:1;s:18:\"remove_feed_search\";b:1;s:21:\"remove_atom_rdf_feeds\";b:1;s:17:\"remove_shortlinks\";b:1;s:21:\"remove_rest_api_links\";b:1;s:20:\"remove_rsd_wlw_links\";b:1;s:19:\"remove_oembed_links\";b:1;s:16:\"remove_generator\";b:1;s:20:\"remove_emoji_scripts\";b:1;s:24:\"remove_powered_by_header\";b:1;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:1;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:1;s:21:\"deny_wp_json_crawling\";b:1;s:20:\"deny_adsbot_crawling\";b:1;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:1;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:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:13:\"gspbstylebook\";}s:28:\"last_known_public_taxonomies\";a:2:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";}s:23:\"last_known_no_unindexed\";a:5:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1706550687;s:31:\"wpseo_unindexed_post_link_count\";i:1706550165;s:27:\"wpseo_total_unindexed_posts\";i:1706550687;s:27:\"wpseo_total_unindexed_terms\";i:1706550200;s:31:\"wpseo_unindexed_term_link_count\";i:1706550200;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;}','yes'),
(229,'wpseo_titles','a:128:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%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:53:\"The post %%POSTLINK%% appeared first on %%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:1;s:12:\"disable-date\";b:1;s:19:\"disable-post_format\";b:1;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:10:\"East Point\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:56:\"https://east-point.site/wp-content/uploads/logoRound.png\";s:12:\"company_name\";s:10:\"East Point\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";i:0;s:17:\"stripcategorybase\";b:1;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:60:\"https://east-point.site/wp-content/uploads/logoEastPoint.jpg\";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:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:1;s:23:\"display-metabox-pt-post\";b:0;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:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:1;s:23:\"display-metabox-pt-page\";b:0;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:19:\"title-gspbstylebook\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-gspbstylebook\";s:0:\"\";s:21:\"noindex-gspbstylebook\";b:1;s:32:\"display-metabox-pt-gspbstylebook\";b:0;s:32:\"post_types-gspbstylebook-maintax\";i:0;s:30:\"schema-page-type-gspbstylebook\";s:7:\"WebPage\";s:33:\"schema-article-type-gspbstylebook\";s:4:\"None\";s:26:\"social-title-gspbstylebook\";s:9:\"%%title%%\";s:32:\"social-description-gspbstylebook\";s:0:\"\";s:30:\"social-image-url-gspbstylebook\";s:0:\"\";s:29:\"social-image-id-gspbstylebook\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:1;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";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:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:1;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";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:53:\"%%term_title%% Archives %%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:23:\"%%term_title%% Archives\";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:46;s:17:\"company_logo_meta\";a:10:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:8:\"filesize\";i:91754;s:3:\"url\";s:56:\"https://east-point.site/wp-content/uploads/logoRound.png\";s:4:\"path\";s:70:\"/www/public/east-point.site/wordpress/wp-content/uploads/logoRound.png\";s:4:\"size\";s:4:\"full\";s:2:\"id\";i:46;s:3:\"alt\";s:0:\"\";s:6:\"pixels\";i:2560000;s:4:\"type\";s:9:\"image/png\";}s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:47;}','yes'),
(230,'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:60:\"https://east-point.site/wp-content/uploads/logoEastPoint.jpg\";s:19:\"og_default_image_id\";i:47;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:\"\";}','yes'),
(239,'_transient_timeout_wpseo_total_unindexed_general_items','1706636593','no'),
(240,'_transient_wpseo_total_unindexed_general_items','0','no'),
(241,'_transient_timeout_wpseo_unindexed_post_link_count','1706636565','no'),
(242,'_transient_wpseo_unindexed_post_link_count','0','no'),
(253,'_transient_timeout_wpseo_unindexed_term_link_count','1706636600','no'),
(254,'_transient_wpseo_unindexed_term_link_count','0','no'),
(273,'_transient_timeout_wpseo_total_unindexed_posts_limited','1706551587','no'),
(274,'_transient_wpseo_total_unindexed_posts_limited','0','no'),
(275,'_transient_timeout_wpseo_total_unindexed_terms_limited','1706551587','no'),
(276,'_transient_wpseo_total_unindexed_terms_limited','1','no'),
(277,'_transient_timeout_wpseo_total_unindexed_post_type_archives','1706637087','no'),
(278,'_transient_wpseo_total_unindexed_post_type_archives','0','no'),
(279,'_transient_timeout_wpseo_total_unindexed_posts','1706637087','no'),
(280,'_transient_wpseo_total_unindexed_posts','0','no'),
(281,'_transient_timeout_wpseo_total_unindexed_terms','1706637087','no'),
(282,'_transient_wpseo_total_unindexed_terms','1','no'),
(293,'_transient_timeout_yoast_beacon_session_data','1706551177','no'),
(294,'_transient_yoast_beacon_session_data','a:12:{s:4:\"name\";s:0:\"\";s:5:\"email\";s:20:\"alimovmail@gmail.com\";s:9:\"Languages\";s:38:\"Site locale: ru_RU, user locale: ru_RU\";s:9:\"Server IP\";s:15:\"185.252.147.100\";s:11:\"PHP Version\";s:6:\"8.2.14\";s:12:\"cURL Version\";s:22:\"7.88.1 (SSL Support 1)\";s:13:\"Memory limits\";s:47:\"Server memory limit: 256M, WP_MEMORY_LIMIT: 40M\";s:17:\"WordPress Version\";s:21:\"6.4.2 (multisite: no)\";s:12:\"Active theme\";s:57:\"Greenshift (Version 1.5, https://theme.greenshiftwp.com/)\";s:14:\"Active plugins\";s:334:\"Disable Updates (Version 1.3.7, https://ru.wordpress.org/plugins/disable-updates/) | GreenShift - Animation and Page Builder Blocks (Version 7.7, https://greenshiftwp.com) | GreenShift Advanced Animation Addon (Version 3.6.2, ) | Tools4WP (Version 2.8.0, https://tools4wp.com/t4wp/) | Yoast SEO (Version 21.9.1, https://yoa.st/1uj) | \";s:20:\"Must-use and dropins\";s:32:\"Must-Use plugins: 0, Drop-ins: 0\";s:17:\"Indexables status\";s:23:\"Indexing completed: yes\";}','no'),
(297,'new_admin_email','alimov.d@hotmail.com','yes'),
(298,'whl_page','miittaa','yes'),
(299,'whl_redirect_admin','404','yes'),
(846,'_site_transient_timeout_available_translations','1710055604','no'),
(847,'_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.7\";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.7/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.2\";s:7:\"updated\";s:19:\"2023-12-25 17:57:08\";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.2/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.24\";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.24/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-10-19 09:22:30\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.2/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.2\";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.2/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.25\";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.25/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-27 08:26:11\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-23 14:08:53\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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.4\";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.4/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-25 08:09:19\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.2/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.4.2\";s:7:\"updated\";s:19:\"2024-01-30 08:07:30\";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.4.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:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-11-03 10:36:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-20 10:05:06\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-11-29 21:13:08\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-11-08 18:40:48\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.4.2/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_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-11-08 18:40:24\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-30 16:22:31\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-30 16:22:43\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.4.2/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:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.4\";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.4/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-30 12:17:00\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.2/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:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-10-22 02:53:03\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-30 17:36:08\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-11-25 14:09:36\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-28 12:21:57\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-08-28 15:58:51\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-09-20 08:57:43\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.2/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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-18 22:06:24\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-28 04:49:38\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-11-08 20:42:04\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.2\";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.2/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.4\";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.4/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:5:\"5.8.9\";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:64:\"https://downloads.wordpress.org/translation/core/5.8.9/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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.9\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.9/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/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_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.15\";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.15/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_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-12-20 03:52:48\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.20\";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.20/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-30 16:48:57\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-10-05 10:16:58\";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.4.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-12 17:31:37\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.2/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:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-05 21:16:24\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-06 04:38:22\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-11-09 09:46:35\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-11-29 13:35:45\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-24 20:15:13\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.24\";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.24/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.4\";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.4/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-27 10:17:46\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-08-09 07:20:47\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.2/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.32\";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.32/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.4\";s:7:\"updated\";s:19:\"2024-03-07 03:26:04\";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.4/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.2\";s:7:\"updated\";s:19:\"2023-12-31 11:28:03\";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.2/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-03 21:54:15\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.2/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.4\";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.4/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-22 12:40:26\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-27 21:12:08\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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.25\";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.25/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-25 18:59:50\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-25 12:43:48\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.2/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.25\";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.25/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.3.3\";s:7:\"updated\";s:19:\"2024-02-12 09:56:27\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.4\";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.4/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:6:\"4.9.25\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.25/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.20\";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.20/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.5\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.5/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-10-19 07:05:28\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-14 23:31:45\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-30 17:48:58\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.2/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.4.2\";s:7:\"updated\";s:19:\"2024-01-27 20:09: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.4.2/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-12-20 21:57:20\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.2/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.7\";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.7/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.4.2\";s:7:\"updated\";s:19:\"2024-01-14 15:04:06\";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.4.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.4.2\";s:7:\"updated\";s:19:\"2024-01-28 08:03:35\";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.4.2/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:6:\"4.9.25\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.25/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.14\";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.14/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.37\";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.37/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-26 17:01:54\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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.4.2\";s:7:\"updated\";s:19:\"2023-12-22 16:02:51\";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.4.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:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-30 19:05:35\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-12-21 10:48:27\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-10-14 13:34:08\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.4.2/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.24\";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.24/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-19 15:39:28\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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.33\";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.33/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-25 22:46:49\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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.2\";s:7:\"updated\";s:19:\"2023-08-21 12:17:05\";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.2/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:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-30 17:11:13\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-30 17:10:52\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.4.2/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:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-25 10:20:48\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-30 16:39:48\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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.15\";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.15/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-26 05:34:55\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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.4.2\";s:7:\"updated\";s:19:\"2023-11-12 10:29:16\";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.4.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:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-23 13:28:40\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-11-13 18:56:56\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-05 20:51:57\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-24 20:41:27\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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:6:\"5.3.17\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.17/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.37\";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.37/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:5:\"5.8.9\";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:61:\"https://downloads.wordpress.org/translation/core/5.8.9/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.24\";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.24/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-06 00:04:30\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2024-01-28 03:50:40\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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.2\";s:7:\"updated\";s:19:\"2024-01-14 12:08:20\";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.2/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.15\";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.15/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.2.4\";s:7:\"updated\";s:19:\"2023-07-15 15:30:50\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.4/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_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-11-23 09:22:54\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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.4\";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.4/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:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-12-07 00:00:04\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.2/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:\"繼續\";}}}','no'),
(850,'_site_transient_timeout_browser_383c6d4d4775d6982f77fda8efd3a5ee','1710649609','no'),
(851,'_site_transient_browser_383c6d4d4775d6982f77fda8efd3a5ee','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"122.0.0.0\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),
(852,'_site_transient_timeout_php_check_35c1bcad2dcc024ef56a0d87ff2c59cc','1710649610','no'),
(853,'_site_transient_php_check_35c1bcad2dcc024ef56a0d87ff2c59cc','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),
(857,'_site_transient_timeout_community-events-2ba50000a39e8279a2ea8cba4ba5c54c','1710088012','no'),
(858,'_site_transient_community-events-2ba50000a39e8279a2ea8cba4ba5c54c','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"46.166.86.0\";}s:6:\"events\";a:0:{}}','no'),
(860,'_transient_timeout_feed_92227bfe1354c9fe21266d111aae5ed4','1710088012','no'),
(861,'_transient_feed_92227bfe1354c9fe21266d111aae5ed4','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Блог | WordPress.org Русский\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://ru.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Русский\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Dec 2023 14:39:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"ru-RU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.6-alpha-57792\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Блог | WordPress.org Русский\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://ru.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Предупреждение о мошенниках\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://ru.wordpress.org/news/2023/12/scam-alert-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Dec 2023 14:27:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2647\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:802:\"В последнее время администраторы сайтов WordPress стали заметно чаще получать письма якобы от WordPress.org или WordPress.com. Примерный текст такого письма: Уважаемый владелец сайтаМы хотим обратить ваше внимание на некоторые важные&#160;изменения в наших правилах&#160;и предписаниях, которые влияют на работу вашего&#160;веб-сайта WordPress.Для обеспечения безопасности и качества обслуживания необходимо принять новые правила. Если вы с ними не согласны [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4902:\"\n<p>В последнее время администраторы сайтов WordPress стали заметно чаще получать письма якобы от WordPress.org или WordPress.com.  Примерный текст такого письма:</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-pullquote has-text-align-left has-small-font-size\"><blockquote><p>Уважаемый владелец сайта<br>Мы хотим обратить ваше внимание на некоторые важные&nbsp;<strong>изменения в наших правилах</strong>&nbsp;и предписаниях, которые влияют на работу вашего&nbsp;веб-сайта WordPress.<br>Для обеспечения безопасности и качества обслуживания необходимо принять новые правила. Если вы с ними не согласны и не предпримете необходимых действий,&nbsp;<strong>ваш веб-сайт будет отключен</strong>.<br><br>КНОПКА ДЛЯ ПЕРЕХОДА<br>Пожалуйста, ознакомьтесь с изменениями и примите решение до&nbsp;<strong>12.05.2023</strong>. Мы ценим ваше сотрудничество и готовы помочь вам с любыми вопросами или озабоченностями.<br>Спасибо вам за ваше понимание и оперативные действия!<br><br>Automattic, Inc. — 60 29th St. #343, Сан-Франциско, Калифорния 94110</p></blockquote></figure>\n\n\n\n<p>Обращаем ваше внимание, WordPress Foundation, Automattic Inc, Команда безопасности WordPress <strong>не рассылают писем</strong> владельцам сайтов, не просят переходить по ссылкам для принятия каких-либо условий, не просят установить никаких плагинов или совершать иные действия не связанные со штатным обновлением вашего сайта (Консоль-Обновления).</p>\n\n\n\n<p>Если вы подписаны на какие-либо рассылки WordPress, убедитесь что исходящий адрес не был подделан:</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://ru.wordpress.org/files/2023/12/email-details-signed-by-wordpressdotorg.png\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"450\" src=\"https://ru.wordpress.org/files/2023/12/email-details-signed-by-wordpressdotorg.png\" alt=\"\" class=\"wp-image-2650\" srcset=\"https://ru.wordpress.org/files/2023/12/email-details-signed-by-wordpressdotorg.png 1024w, https://ru.wordpress.org/files/2023/12/email-details-signed-by-wordpressdotorg-300x132.png 300w, https://ru.wordpress.org/files/2023/12/email-details-signed-by-wordpressdotorg-768x338.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n</div></div>\n\n\n\n<p>вы можете сделать это просмотрев служебные заголовки сообщения email.</p>\n\n\n\n<p>Официальными доменами являются .wordpress.org и .wordpress.net , а также домены третьего уровня, например ru.wordpress.org (обратите внимание что .wordpress.org является концом доменной части адреса (перед слешем <strong>/</strong>) и перед wordpress.org имеется точка, а не какой-то иной символ, например тире).</p>\n\n\n\n<p>Также обращайте внимания на письма исходящие якобы от вашего хостинга, вашего регистратора домена и прочее, в случае сомнений обращайтесь в службу поддержки хостинга, регистратора и.т.д. зайдя в личный кабинет в соответствующем месте. Не переходите по ссылкам из писем и не совершайте сомнительных действий о которых вас просят возможные мошенники.</p>\n\n\n\n<p>Официальное сообщение от команды безопасности WordPress (на английском): <a href=\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\" target=\"_blank\" rel=\"noreferrer noopener\">https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"Ежегодный опрос пользователей и участников разработки WordPress 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://ru.wordpress.org/news/2023/09/2023-wordpress-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Sep 2023 15:38:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2631\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:827:\"Пользователи, создатели сайтов, создатели расширений и участники разработки предоставляют ценные отзывы посредством ежегодного опроса. В прошлом, 2022 году, исследование получило комплексное обновление, впервые за шесть лет. Общее количество вопросов было сокращено до 29 ( ранее около 100), большинство социально-экономических вопросов были удалены, а также введена шкала Лайкерта. Эти обновления были призваны повысить процент заполнения опроса, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12444:\"\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"768\" height=\"342\" src=\"https://ru.wordpress.org/files/2019/11/image-12-1.png\" alt=\"\" class=\"wp-image-2145 size-full\" srcset=\"https://ru.wordpress.org/files/2019/11/image-12-1.png 768w, https://ru.wordpress.org/files/2019/11/image-12-1-300x134.png 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure><div class=\"wp-block-media-text__content\">\n<p>Каждый год сообщество WordPress проводит ежегодный опрос для пользователей и участников сообщества.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-background has-text-align-center wp-element-button\" href=\"https://survey.alchemer.com/s3/7439442/2023-WordPress-Annual-Survey\" style=\"background-color:#0072b9\" target=\"_blank\" rel=\"noreferrer noopener\">Пройти опрос за этот год</a></div>\n</div>\n</div></div>\n\n\n\n<p>Пользователи, создатели сайтов, создатели расширений и участники разработки предоставляют ценные отзывы посредством ежегодного опроса. В прошлом, 2022 году, исследование получило комплексное обновление, впервые за шесть лет. Общее количество вопросов было сокращено до 29 ( ранее около 100), большинство социально-экономических вопросов были удалены, а также введена шкала Лайкерта. Эти обновления были призваны повысить процент заполнения опроса, обеспечить более эффективный и структурированный анализ этих данных и позволить опросу лучше всего оценить темы, которые наиболее важны для сообщества WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Итоги предыдущего опроса за 2022 год</h2>\n\n\n\n<p>В опросе 2022 года процент завершения увеличился на 26%, однако количество заполнений сократилось на 56% до примерно 3400, включая около 800 участников разработки. В этом году опрос стартует ранее чем в прошлом, что, надеемся, позволит увеличить его количество участников.</p>\n\n\n\n<p>Ключевые моменты:</p>\n\n\n\n<ul>\n<li>Опрос показывает более широкое использование блоков и нового редактора сайта (по сравнению с классическим редактором), что не должно вызывать удивления, поскольку тема по умолчанию теперь является темой на блоках</li>\n\n\n\n<li>22% респондентов использовали WordPress всего год или меньше. Те, кто участвует в опросе, также становятся немного старше: меньше ответов от тех, кто моложе 40 лет, чем в предыдущие годы.</li>\n\n\n\n<li>Каждый пятый респондент узнал о WordPress от коллеги и примерно такой же процент благодаря поисковой системе.</li>\n\n\n\n<li>В 2022 году пользователи WordPress продолжали изучать WordPress (68%), обучали других WP (48%) и создавали сайты для других (55%).</li>\n\n\n\n<li>Пользователи WordPress выбирают платформу, потому что она с открытым исходным кодом (62%), гибкая (47%), с низким уровнем риска (45%), экономичная (45%) и имеет положительную репутацию (41%).</li>\n\n\n\n<li>57% участников опроса получали новости и обучение непосредственно на WordPress.org. Хотя это основной источник, другие сайты остаются очень важными: поисковые системы (46%), YouTube (40%), другие сообщества WordPress (35%) и социальные сети (30%).</li>\n\n\n\n<li>Подавляющее большинство респондентов не используют регулярно другие платформы CMS, а 21% респондентов не используют ни один из 20 наиболее популярных плагинов WordPress.</li>\n\n\n\n<li>Респонденты продолжают утверждать, что «WordPress не хуже других платформ CMS или даже лучше», с этим согласны 68%. Элементы, которые респонденты считают лучшими аспектами WordPress, включают «простоту использования», «гибкость» и/или «варианты плагинов» — примерно по 30% каждый. Говоря о наиболее разочаровывающих элементах WordPress, каждый пятый ответил: «Ничего», а примерно 30% упомянули трудности с редактированием сайта / Гутенберг.</li>\n\n\n\n<li>Общий опыт участников остается положительным. 64% поделились положительным опытом, а 24% оценили свой опыт как «нейтральный». Авторы также чувствуют себя желанными гостями с таким же процентом (64% согласны и 24% нейтральны).</li>\n</ul>\n\n\n\n<p>Более подробно ознакомиться с результатами можно скачав <a href=\"https://wordpress.org/news/files/2023/05/2022-Annual-Survey-Final.pdf\" data-type=\"link\" data-id=\"https://wordpress.org/news/files/2023/05/2022-Annual-Survey-Final.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">этот файл PDF</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Опрос этого года</strong></h2>\n\n\n\n<p>Чтобы ваш опыт работы с WordPress был представлен в результатах опроса 2023 года, примите участие в опросе прямо сейчас</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background has-text-align-center wp-element-button\" href=\"https://survey.alchemer.com/s3/7439442/2023-WordPress-Annual-Survey\" style=\"background-color:#0072b9\" target=\"_blank\" rel=\"noreferrer noopener\">Пройти опрос</a></div>\n</div>\n\n\n\n<p>Вы также можете пройти опрос на других языках, воспользовавшись ссылкой выше и переключившись на другой язык, благодаря усилиям полиглотов WordPress. Опрос будет открыт в течение пяти недель. Результаты будут опубликованы в блоге WordPress News в начале декабря.  </p>\n\n\n\n<p>В этом году, как и в прошлом, в опрос были внесены некоторые улучшения в структуру и набор вопросов. Также тестируется новая платформа, предлагающая обновленный интерфейс, расширенную многоязычную поддержку, расширенные инструменты анализа и визуализации результатов и многое другое. Новая платформа также имеет встроенные средства контроля доступа и конфиденциальности, что гарантирует, что опрос будет отвечать разнообразным потребностям сообщества WordPress.</p>\n\n\n\n<p>Пожалуйста, <strong>помогите распространить информацию об опросе</strong>, поделившись им в своей сети, через Slack или через записи в социальных сетях. Чем больше людей заполнят опрос и поделятся своим опытом работы с WordPress, тем большую пользу принесет проект.</p>\n\n\n\n<p><em>Безопасность и конфиденциальность данных имеют первостепенное значение для проекта WordPress и сообщества. Учитывая это, все данные будут анонимизированы: никакие адреса электронной почты или IP-адреса не будут связаны с опубликованными результатами. Чтобы узнать больше о политике конфиденциальности WordPress.org, ознакомьтесь с <a href=\"https://ru.wordpress.org/about/privacy/\" target=\"_blank\" rel=\"noreferrer noopener\">политикой конфиденциальности.</a></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Благодарности</h2>\n\n\n\n<p>Спасибо <a href=\"https://www.hostinger.com/\">Hostinger</a>, <a href=\"https://cloud.jetpack.com/\">Jetpack</a>, и <a href=\"http://wordpress.com\">WordPress.com</a> за помощь в продвижении опроса среди своих клиентов.</p>\n\n\n\n<p>Благодарим следующих участников сообщества WordPress за помощь в проекте ежегодного опроса, включая создание вопросов, стратегию, составление опроса и перевод:<br><a href=\"https://profiles.wordpress.org/adamsilverstein/\">adamsilverstein</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">adurasjb</a>, <a href=\"https://profiles.wordpress.org/alvarogois/\">alvarogóis</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">atachibana</a>, <a href=\"https://profiles.wordpress.org/bjmcsherry/\">bjmcsherry</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\">dansoschin</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">eidolonnight</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">fierevere</a>, <a href=\"https://profiles.wordpress.org/fxbenard/\">fxbénard</a>, <a href=\"https://profiles.wordpress.org/hassantafreshi/\">hassantafreshi</a>, <a href=\"https://profiles.wordpress.org/juliagasparyan/\">juliagasparyan</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">kittmedia</a>, <a href=\"https://profiles.wordpress.org/manudavidos/\">manudavidos</a>, <a href=\"https://profiles.wordpress.org/nao/\">nao</a>, <a href=\"https://profiles.wordpress.org/nilovelez/\">nilovelez</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\">rmartinezduque</a>, и <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner</a>.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background has-text-align-center wp-element-button\" href=\"https://survey.alchemer.com/s3/7439442/2023-WordPress-Annual-Survey\" style=\"background-color:#0072b9\" target=\"_blank\" rel=\"noreferrer noopener\">Пройти опрос</a></div>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WordPress отмечает 20 лет! Результаты опроса 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://ru.wordpress.org/news/2023/05/20th-anniversary-and-2022-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 May 2023 15:47:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2579\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:621:\"27 мая WordPress отмечает свое 20-летие. По всему миру проходит множество праздников и вечеринок, надеюсь, с тортом, потому что все мы знаем, что вечеринка без торта — это просто встреча. Но если вы еще не присоединились к празднованию, у вас еще есть время, чтобы получить свой сувенир на юбилей WordPress, поделиться вашим любимым воспоминанием о [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10150:\"\n<h2 class=\"wp-block-heading\">27 мая WordPress отмечает свое 20-летие.</h2>\n\n\n\n<p>По всему миру проходит множество праздников и вечеринок, надеюсь, с тортом, потому что все мы знаем, что вечеринка без торта — это просто встреча.</p>\n\n\n\n<p>Но если вы еще не присоединились к празднованию, у вас еще есть время, чтобы получить свой сувенир на юбилей WordPress, поделиться вашим любимым воспоминанием о WordCamp, устроить целую вечеринку, если хотите, или поделиться видео для публикации на <a href=\"https://wp20.wordpress.net\">wp20.wordpress.net</a>. </p>\n\n\n\n<p>За двадцать лет WordPress прошел долгий путь от форка Cafe Log и на настоящее время обслуживает 82 миллиона веб-сайтов (43% всех сайтов сети по данным W3Techs) и имеет экономический вес экосистемы в размере 597 миллиардов долларов. Но команда WordPress не останавливается на этом и не может просто сказать &#171;хорошая работа, а теперь просто посмотрим, что будет дальше&#187;. </p>\n\n\n\n<p>У WordPress большие планы на будущее, многие из которых основаны на совершенствовании нового редактора блоков в WordPress, который направлен на снижение входных барьеров для людей на любом этапе их обучения. <br><br>Присоединиться к празднованию юбилея WordPress онлайн или найти встречу или мероприятие поблизости можно на сайте <a href=\"https://wp20.wordpress.net\">wp20.wordpress.net</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Результаты ежегодного сообщества WordPress за 2022 год</h2>\n\n\n\n<p>Каждый год члены сообщества WordPress предоставляют ценные отзывы в рамках ежегодного опроса. На 2022 год опрос получил комплексное обновление, первое за шесть лет. Общее количество вопросов было сокращено с почти 100 до 29, в основном удалены социально-экономические вопросы и введена шкала Лайкерта. Эти обновления были предназначены для увеличения скорости заполнения опроса, обеспечения более эффективного и структурированного анализа этих данных и позиционирования опроса для наилучшего определения тем, которые наиболее важны для сообщества WordPress.</p>\n\n\n\n<p>Цель состоит в том, чтобы информация, полученная в ходе опроса, помогла информировать об инициативах и направлениях работы WordPress в ближайшем будущем, наряду с другими сигналами, такими как обсуждения в сообществе, блоги <a href=\"https://make.wordpress.org\">Making WordPress</a> и мероприятия.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Основные моменты</h3>\n\n\n\n<p>В выпуске опроса 2022 года процент завершения увеличился на 26%, однако количество представленных материалов уменьшилось на 56% до примерно 3400, включая около 800 участников. Для опроса 2023 года реклама будет увеличена, что, мы надеемся, компенсирует снижение числа заявок. Доля анкет заполненных на русском языке составила 7% (237 участников). Мы очень надеемся увидеть больше в опросе за 2023 год!</p>\n\n\n\n<ul>\n<li>Опрос показывает более широкое использование блоков и нового редактора сайта (по сравнению с классическим редактором), что не должно вызывать удивления, поскольку тема по умолчанию теперь основана на блоках.</li>\n\n\n\n<li>22% респондентов используют WordPress только год или меньше. Те, кто отвечает на опрос, также становятся немного старше: меньше ответов от лиц моложе 40 лет, чем в предыдущие годы.</li>\n\n\n\n<li>1 из 5 респондентов узнал о WordPress от коллеги и примерно такой же процент от использования поисковой системы.</li>\n\n\n\n<li>В 2022 году пользователи WordPress продолжали изучать WordPress (68%), обучали других работе с WP (48%) и создавали сайты для других (55%).</li>\n\n\n\n<li>Пользователи выбирают платформу CMS, потому что она с открытым исходным кодом (62%), гибкая (47%), с низким уровнем риска (45%), рентабельна (45%) и имеет положительную репутацию (41%).</li>\n</ul>\n\n\n\n<ul>\n<li>57% участников опроса получали новости и обучающие материалы непосредственно с WordPress.org. Хотя это основной источник, другие сайты остаются очень важными: поисковые системы (46%), YouTube (40%), другие сообщества WordPress (35%) и социальные сети (30%).</li>\n\n\n\n<li>Подавляющее большинство респондентов не используют другие платформы CMS, а 21% респондентов не используют ни один из 20 лучших плагинов WordPress.</li>\n\n\n\n<li>Респонденты продолжают заявлять, что «WordPress не хуже или даже лучше других платформ CMS», с чем согласны 68%. Элементы, которые респонденты считают лучшими аспектами WordPress, включают «простоту использования», «гибкость» и/или «варианты плагинов», всего около 30% каждого. На вопрос о наиболее разочаровывающих элементах WordPress 1 из 5 ответил «ничего», а примерно 30% сослались на трудности с редактированием сайта или редактором блоков.</li>\n\n\n\n<li>Общий опыт участников остается положительным, 64% поделились своим положительным опытом, а 24% оценили свой опыт как «нейтральный». </li>\n</ul>\n\n\n\n<ul>\n<li>Участники сообщества также чувствуют себя желанными как и ранее (64% согласны и 24% нейтральны).</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Планы на 2023</h3>\n\n\n\n<p>В следующей итерации опроса планируется улучшить языковые возможности, а также продолжить уточнение вопросов вариантов ответов. Важно помнить, что заполнение опроса требует времени, поэтому мы хотим убедиться, что членам сообщества задаются вопросы, которые больше всего помогают WordPress.</p>\n\n\n\n<p>Предварительный план состоит в том, чтобы запустить опрос 2023 года уже в августе. Это создаст возможность собрать больше результатов и, что наиболее важно, их учета в планировании ключевых инициатив и направлений деятельности на 2024 год. Отзывы сообщества жизненно важны для успеха и направления проекта. </p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-charcoal-0-color has-pale-cyan-blue-background-color has-text-color has-background wp-element-button\" href=\"https://wordpress.org/news/files/2023/05/2022-Annual-Survey-Final.pdf\">Скачать PDF-файл с результатами опроса</a></div>\n</div>\n\n\n\n<p></p>\n\n\n\n<p><em>Для подготовки публикации использованы материалы:</em></p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2023/05/episode-55-happy-anniversary-wordpress/\">Episode 55: Happy Anniversary, WordPress!</a><br><a href=\"https://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\">2022 Annual Survey Results &amp; Next Steps</a><br></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Люди WordPress: Хаува Абашия\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://ru.wordpress.org/news/2023/03/people-of-wordpress-hauwa-abashiya/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 04 Mar 2023 12:56:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Люди WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"people-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2569\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:650:\"В этой статье мы рассказываем о Хауве Абашия, менеджере проектов в Нигерии и Великобритании, чье стремление помогать людям и ее профессиональные навыки нашли применение и признание в глобальном сообществе WordPress. Иногда нам везет найти в жизни дело, к которому мы не только готовы присоединиться, но и отстаивать. Чтобы бы это ни было, оно может помочь [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olga Gleckler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:29662:\"\n<p>В этой статье мы рассказываем о Хауве Абашия, менеджере проектов в Нигерии и Великобритании, чье стремление помогать людям и ее профессиональные навыки нашли применение и признание в глобальном сообществе WordPress.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/feature-img-for-hauwa-powp.jpg\" alt=\"Портретная фотография Хаувы \" width=\"680\" height=\"420\" title=\"Портретная фотография Хаувы \" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Иногда нам везет найти в жизни дело, к которому мы не только готовы присоединиться, но и отстаивать. Чтобы бы это ни было, оно может помочь нам выйти за рамки повседневной рутины и переосмыслить то, что мы знаем. Именно это случилось с Хаувой, она почувствовала, что нашла свое место и смогла по новому посмотреть на свою жизнь и планы. </p>\n\n\n\n<p>Для нее поворотной точкой стало открытие WordPress, проекта с открытым исходным кодом.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Обучение разработке и WordPress</h2>\n\n\n\n<p>В 2017 году Хаува, уже опытный и успешный менеджер проектов, осознала, что не испытывает от работы того же восторга, как раньше, и ей откровенно скучно. «Я знала, что мне по-прежнему нравится работать с проектами и заниматься их управлением, но мне нужно было что-то менять», — вспоминает она.</p>\n\n\n\n<p>Тогда Хаува записалась на курсы веб-разработки, где освоила HTML, CSS и немного JavaScript. Одной из возможностей курса было изучение WordPress, и она выбрала его. Преподаватель курса посоветовал ей посетить конференцию WordCamp.</p>\n\n\n\n<p>Хаува посчитала, что необходимо иметь базовые знания о CMS (системе управления контентом сайта) до того, как приедет на мероприятие, и углубилась в самостоятельное изучение WordPress. Первый WordCamp, который она посетила, проходил в приморском городе Брайтон на южном побережье Англии. Там она встретила людей, которые стали ее друзьями и наставниками на долгие годы.</p>\n\n\n\n<p>«Меня вдохновили встречи с людьми из сообщества WordPress. Моя жизнь и мое желание поддерживать сообщества изменились к лучшему благодаря людям, которых я встретила, и я продолжаю благодарна судьбе за знакомство с ними».</p>\n\n\n\n<h2 class=\"wp-block-heading\">Глобальное сообщество WordPress: от Германии до Нигерии</h2>\n\n\n\n<p>Открыв для себя сообщество WordPress в Великобритании, Хаува заинтересовалась его реальными масштабами, и услышав, что WordCamp Europe — флагманское мероприятие, собирающее тысячи людей со всего мира, захотела принять участие в его организации и использовать свои навыки управления проектами. Она подала заявку и стала волонтером в трехдневной конференции, которая в 2019 году проходила в столице Германии, Берлине. На этом мероприятии Хаува познакомилась не только с участниками со всего мира, но и открыла для себя активное сообщество WordPress в своей родной Нигерии. После она обнаружила как легко поддерживать связь с друзьями со всего мира через мессенджеры.&nbsp;</p>\n\n\n\n<p>Вдохновившись людьми, которые использовали WordPress для улучшения жизни людей в Нигерии и других частях Африки, Хаува начала изучать, как WordPress и его глобальное сообщество могут помочь улучшить взаимопонимание между культурами и континентами.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-and-her-mom.jpg\" alt=\"Хаува и ее мать Розалинд на одном из мероприятий в Нигерии.\" title=\"Хаува и ее мать Розалинд на одном из мероприятий в Нигерии\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Отец Хаувы, доктор Ауду Квасау Абашия, и ее мать Розалинд Зулай Абашия — известны своей благотворительной деятельностью, в частности оказанием поддержки людям в Кадуне, на севере Нигерии, и Абудже в центре страны. Хаува поясняет: «Моя мама происходит из семьи, которая делится своими навыками для оказания практической помощи. От друзей, с которыми я познакомилась в WordPress, я узнала, что есть части общества, которые придерживаются такой же этики. Я могла бы стать частью этого, внести свою лепту в развитие Нигерии в будущем».</p>\n\n\n\n<p>Ее родители основали благотворительный фонд, цель которого — помощь вдовам, сиротам и детям получить доступ к образованию, от финансов до музыки. Он связывает тех, кто нуждается в помощи, и тех, кто может оказать поддержку.</p>\n\n\n\n<p>Хаува говорит: «Обучение людей практическим навыкам, которые можно использовать для получения дохода или которыми можно поделиться с семьей и другими людьми в своем районе, очень важно. Подобные проекты помогают развивать и поддерживать общину. Такие навыки, как шитье и кулинария — это не просто возможность одеться и поставить еду на стол, но и обретение независимости и гордости. Они являются примером того, как микроэкономика может развиваться и вдохновлять людей на мечты, воплощающиеся в жизнь. В ходе своей работы и учебы я убедилась, что технологии, используемые сознательно и с пониманием решаемых задач, способны изменить жизнь общин к лучшему. Такие проекты, как WordPress, могут стать частью этой движущей силы благодаря переводу на родной язык и самому программному обеспечению, позволяющему делиться идеями».</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-in-2022.jpg\" alt=\"Хаува в Нигерии\" title=\"Хаува в Нигерии\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Имея опыт управления проектами и работы в сфере информационных технологий, Хаува все больше интересуется тем, как можно использовать свои навыки не только для сплочения сообщества, но и для практического долгосрочного вклада в местную инфраструктуру и внедрения быстро меняющихся технологий.</p>\n\n\n\n<p>Она говорит: «Я бы хотела, чтобы некоторые люди, которым помог фонд, основанный моими родителями, могли поделиться своими идеями и достижениями и вдохновлять других. Одним из путей может стать программное обеспечение с открытым исходным кодом, доступное для использования и которое может работать на мобильных телефонах».</p>\n\n\n\n<p>«Побыв представителем <a href=\"https://make.wordpress.org/training/\">Training Team</a> (команды обучения), я на собственном опыте убедилась, насколько важно, чтобы пользователи не являющиеся технарями могли использовать программное обеспечение для обмена своими идеями без необходимости становиться разработчиками. Мы все можем помочь людям быть услышанными, и если мы работаем в сфере технологий, мы играем определенную роль в создании и продвижении доступности инструментов для этого».</p>\n\n\n\n<p>В списке желаний Хаувы помочь африканским странам получить доступ к программному обеспечению и технологиям на их местных языках. Она говорит: «Это часть самобытности, уважения и признания различных культур, а не ожидание того, что все будет переведено с английского дословно. Это дает возможность пожилым людям пользоваться программным обеспечением или опубликованным контентом».</p>\n\n\n\n<p>Хаува выучила хауса (язык, на котором говорят в нескольких африканских странах) и английский одновременно у себя дома в Нигерии. Она, как и ее родители, получила образование в разных местах, училась и работала в разных странах. В 16 лет Хаува занялась информатикой как развлечением, не догадываясь, что в будущем это станет важной частью ее трудовой жизни. </p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-in-2015.jpg\" alt=\"Хаува в кафе в 2015 году\" title=\"Хаува в кафе в 2015 году\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Она собиралась поступить в университет, чтобы изучать финансы и социологию. Когда она пошла прощаться с классом по информатике, учитель спросил, что она собирается делать. Услышав о ее планах, учитель сказал: «Ты не хочешь заниматься этим, ты хочешь заниматься чем-то в области IT». Этот разговор стал поворотным моментом для Хаувы. Она продолжила изучать вычислительные и информационные системы и объектно-ориентированные информационные системы для получения степени магистра в Великобритании.</p>\n\n\n\n<p>На втором курсе университета она также работала с технологиями вводом данных и в смежных областях, поскольку была полна решимости узнать как можно больше о различных направлениях. После окончания магистратуры она выбрала работу, которая позволяла ей работать с системами, их поддержкой, управлением проектами, цепочками поставок и закупками. Она является сторонником изучения как можно большего количества смежных дисциплин, чтобы получить широкий набор инструментов для реального понимания того, что нужно клиентам и как помочь им достичь подходящих и своевременных решений. Эти навыки оказались полезными и в последующие годы, что позволило ей найти время для поддержки конференций WordCamp, митапов и Training Team. Она говорит: «Участники проектов с открытым исходным кодом являются представителями самых разных профессиональных и культурных слоев. Участие в проекте — это отличный способ делиться своими навыками и сохранять их актуальным и быть открытым для новых возможностей обучения».</p>\n\n\n\n<p>Хаува сохранила любовь к управлению проектами и образованию, она получила квалификации в этой области, включая Prince 2 и PMP. Она остается верна идее непрерывного обучения в своей сегодняшней работе с Agile и другими методологиями и находит взаимосвязь между работой и своим стремлением к просвещению.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-at-wc-london-2019-2.jpg\" alt=\"Хаува у стойки регистрации на WordCamp London 2019\" title=\"Хаува у стойки регистрации на WordCamp London 2019\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Стремясь поддержать и местное сообщество в Великобритании, Хаува присоединилась к London WordPress Meetup, а в 2019 году стала организатором WordCamp London, где она использовала свой опыт в области управления проектами. Во время этих мероприятий она провела множество бесед, призывая других развивать свои навыки в области ИТ и делясь собственным опытом.</p>\n\n\n\n<p>Этот интерес к повышению уровня квалификации других людей естественным образом привел ее к дальнейшему участию в работе команд <a href=\"https://make.wordpress.org/\">Make WordPress</a>. Вдохновленная идеей поделиться своими навыками другим участником проекта, она присоединилась к <a href=\"https://make.wordpress.org/training/\">Training Team</a> на Contributor Day во время WordCamp. Эта команда трудится над созданием онлайн платформы — <a href=\"https://learn.wordpress.org/\">Learn</a>, позволяющей людям осваивать программное обеспечение и поддерживать свои знания актуальными, а также научиться развивать сообщество в своем регионе. Хаува считает, что доступность — ключевой фактор, поэтому она посвятила много времени проработке документации для лучшего понимания. Она считает, что это необходимо для того, чтобы действительно предоставить людям доступную информацию и определить, где требуется дополнительная работа. Ее вера в это только укрепилась, когда она присоединилась к <a href=\"https://make.wordpress.org/accessibility/\">Accessibility Team</a> (команде по обеспечению доступности) релиза WordPress 5.6, и она внесла свой вклад в документацию и образовательные материалы.</p>\n\n\n\n<p>Хаува посвятила много часов поддержке Training Team в течение нескольких лет, будучи убежденной в том, что правильные ресурсы могут действительно помочь сообществам во всем мире использовать программное обеспечение с открытым исходным кодом. Она также подчеркивает важность того, чтобы материалы должны быть удобными для пользователей и легко переводиться, поскольку проект WordPress имеет глобальный масштаб.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Вклад в программное обеспечение с открытым исходным кодом заряжает энергией</h2>\n\n\n\n<p>Благодаря сочетанию волонтерской деятельности в Великобритании и Нигерии, а также поддержке участников по всему миру, Хаува заново открыла в себе стремление помогать людям — планировать и достигать своих целей. Она смогла поделиться своим 15-летним опытом управления проектами в своей волонтерской деятельности и призывает других рассмотреть эту профессию в качестве карьеры.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/Hauwa-WC-Europe-2019.jpg\" alt=\"Хаува на WordCamp Europe 2019\" title=\"Хаува на WordCamp Europe 2019\" /></figure></div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>«Занимаясь волонтерством, вы работаете рядом с людьми. Управление проектами связано с людьми. Это помощь людям в достижении целей. То же самое можно сделать и через волонтерство, и вы можете многому научиться, встречаясь с людьми из разных мест». </p>\n\n\n\n<p>«Одним из моих стимулов является использование технологий для решения проблем. Для меня, как руководителя проектов, большая честь помогать людям и организациям определять и достигать цели. Это позволяет им обрести ценность. Это одна из причин, по которой меня потянуло к поиску технологических сообществ и участию в них. Если это то, что движет вами, читающими о моем опыте, то у вас есть широкие возможности поделиться своими навыками. Найдите то, что подходит именно вам, там, где вы сейчас находитесь». </p>\n\n\n\n<p>Хаува призывает всех, кто работает в сфере технологий, углубить свое понимание управления проектами и работы с различными командами. «Навыки управления проектами очень важны, в каком бы проекте вы ни работали. Из-за долгих рабочих часов на протяжении многих лет я чувствовала, что потеряла связь с людьми. Я застряла в, казалось, повторяющемся цикле. Благодаря людям, которых я встретила в сообществе WordPress, и использованию моих профессиональных навыков, я вспомнила о своих собственных ценностях и о том, как в качестве менеджера проектов я могу помочь другим достичь новых высот или сделать что-то ценное и существенное, чем другие могут использовать».  </p>\n\n\n\n<p>В 2022 году Хаува вернулась к работе на полную ставку в национальных и международных проектах впечатляющих своими масштабами и время ее волонтерской работы в рамках глобальных инициатив по развитию сообществ сократилось, но она продолжает вносить свой вклад в WordPress, сосредоточившись на продвижении образовательных проектов и культурной стороне сообщества.</p>\n\n\n\n<p>«Я буду продолжать интересоваться тем, как проекты с открытым исходом, такие как WordPress, работая вместе с другими решениями, может помочь некоммерческим организациям в их развитии. По мне, если существуют технологические решения, то мы все можем сыграть определенную роль в их развитии и изменении ситуации».</p>\n\n\n\n<p>«То, как мы помогаем сообществам, не обязательно должно оставаться неизменным на протяжении всего времени. Важно постоянно смотреть на то, что необходимо, и на то, какую пользу это может принести».</p>\n\n\n\n<p>«Найдите то, что хотела ли бы воплотить для своего родного соообщества, и, возможно, существуют технологии, которые могут воплотить его. Я рада, что начала свое путешествие».</p>\n\n\n\n<h2 class=\"wp-block-heading\">Поделитесь историями</h2>\n\n\n\n<p>Познакомьтесь с другими историями в серии «Люди WordPress», помогите поделиться или с другими и присоединяйтесь к нам, чтобы найти новое применение собственным знаниям и талантам, найти друзей и внести вклад в развитие проекта в глобальном масштабе. Тут находят единомышленников и филологи, и самые отъявленные технари. Make WordPress сейчас насчитывает 21 команду, и вы всегда можете присоединиться к русскоязычному комьюнити в Telegram.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Авторы и редакторы</h2>\n\n\n\n<p>Спасибо Хауве Абашия (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>) за ее #ContributorStory.</p>\n\n\n\n<p>Спасибо Абе Такор (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) за интервью и запись, а также Мехер Бала (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Хлое Брингманн <a href=\"https://profiles.wordpress.org/cbringmann/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>), Мари Баум (<a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>), Налини Такор (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>) and Майе Лончар (<a href=\"https://profiles.wordpress.org/majaloncar/\">@majaloncar</a>) за редактуру и работу с фотографиями.</p>\n\n\n\n<p>Серия Люди WordPress благодарит Джозефу Хейден (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>) и Тофера ДеРозиа (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) за поддержку проекта.</p>\n\n\n\n<p>Перевод на русский: Ольга Глеклер (<a href=\"https://profiles.wordpress.org/oglekler/\">@oglekler</a>)</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"135\" src=\"https://ru.wordpress.org/files/2021/03/heropress-logo.png\" alt=\"\" class=\"wp-image-2268\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p>Эта статья основана на первоначальной публикации HeroPress.com, инициативе, ориентированной на людей в сообществе WordPress, созданной Тофером ДеРозиа&nbsp;<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>.</p>\n</div>\n</div>\n\n\n\n<p>Читайте эту и другие истории серии «<a href=\"https://wordpress.org/news/category/interviews/\">People of WordPress</a>» (на английском) или «<a href=\"https://ru.wordpress.org/news/category/people-of-wordpress/\">Люди WordPress</a>» (на русском).</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Сообщество WordPress Russia в Telegram\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"https://ru.wordpress.org/news/2023/02/%d1%81%d0%be%d0%be%d0%b1%d1%89%d0%b5%d1%81%d1%82%d0%b2%d0%be-wordpress-russia-%d0%b2-telegram/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Feb 2023 12:57:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2558\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:667:\"В связи с закрытием пространства WordPress Russia в Slack с 21 марта 2023 года, были открыты каналы сообщества в Telegram.Добро пожаловать: https://t.me/ru_wp_org На каналах можно как общаться по поводу WordPress и сообщества, по развитию проекта WordPress (внесению своего вклада в проект), так и просто пообщаться (#random). Обратите внимание!Все темы, связанные с поддержкой WordPress следует по-прежнему [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2580:\"\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https://ru.wordpress.org/files/2023/02/wapuushkin-wapuu.png\" alt=\"\" class=\"wp-image-2563 size-full\" srcset=\"https://ru.wordpress.org/files/2023/02/wapuushkin-wapuu.png 300w, https://ru.wordpress.org/files/2023/02/wapuushkin-wapuu-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><div class=\"wp-block-media-text__content\">\n<p>В связи с <a rel=\"noreferrer noopener\" href=\"https://slack.com/blog/news/access-restricted-russia-embargoed-regions-ukraine\" target=\"_blank\">закрытием пространства</a> WordPress Russia в Slack с 21 марта 2023 года, были открыты каналы сообщества в Telegram.<br>Добро пожаловать: <a rel=\"noreferrer noopener\" href=\"https://t.me/ru_wp_org\" target=\"_blank\">https://t.me/ru_wp_org</a></p>\n</div></div>\n</div></div>\n\n\n\n<p>На каналах можно как общаться по поводу WordPress и сообщества, по развитию проекта WordPress (<a href=\"https://make.wordpress.org/\">внесению своего вклада в проект</a>), так и просто пообщаться (#random).</p>\n\n\n\n<p>Обратите внимание!<br>Все темы, связанные с поддержкой WordPress следует по-прежнему создавать на форуме, сообщество в Telegram (как и ранее в Slack) существует<br>прежде всего для общения на темы, связанные с внесением своего вклада в развитие WordPress любым из доступных способов: разработка ядра, дизайн, переводы, ответы на форумах, документация, публикация плагинов и тем в каталоге, организация мероприятий, улучшение самого портала <a href=\"http://WordPress.org\">WordPress.org</a>, тестирование, маркетинг, CLI и т.д.</p>\n\n\n\n<p>Для переводов WordPress, плагинов, тем и прочих связаных проектов существует канал <a href=\"https://t.me/wp_translate\">https://t.me/wp_translate</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"Ежегодный опрос пользователей и участников разработки WordPress 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://ru.wordpress.org/news/2022/12/2022-wordpress-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Dec 2022 16:13:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2547\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:715:\"Каждый год сообщество WordPress проводит ежегодный опрос для пользователей и участников сообщества. Ключевые выводы и тенденции, выявляемые в результате этого опроса, часто отражаются в ежегодном обращении State of the Word, публикуются в общедоступных блогах проекта и могут влиять на направление и стратегию проекта WordPress. Проще говоря: этот опрос помогает тем, кто создает WordPress, больше узнать [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6149:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><div class=\"wp-block-media-text__content\">\n<p style=\"font-size:18px\">Каждый год сообщество WordPress проводит ежегодный опрос для пользователей и участников сообщества. </p>\n</div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"342\" src=\"https://ru.wordpress.org/files/2019/11/image-12-1.png\" alt=\"\" class=\"wp-image-2145 size-full\" srcset=\"https://ru.wordpress.org/files/2019/11/image-12-1.png 768w, https://ru.wordpress.org/files/2019/11/image-12-1-300x134.png 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n\n<p>Ключевые выводы и тенденции, выявляемые в результате этого опроса, часто отражаются в ежегодном обращении <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">State of the Word</a>, публикуются в общедоступных блогах проекта и могут влиять на направление и стратегию проекта WordPress.</p>\n\n\n\n<p>Проще говоря: этот опрос помогает тем, кто создает WordPress, больше узнать о том, как и кем используется программное обеспечение. Опрос также помогает руководителям проектов с открытым исходным кодом WordPress больше узнать об опыте наших участников.</p>\n\n\n\n<p>В этом году опрос был переработан и стал заметно короче, поэтому ответы на него займут у вас не так много времени.</p>\n\n\n\n<p>В этом году мы предлагаем пройти вам этот опрос:</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpressdotorg.survey.fm/ru-2022\" target=\"_blank\" rel=\"noreferrer noopener\">На русском</a></div>\n\n\n\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpressdotorg.survey.fm/en-2022\" target=\"_blank\" rel=\"noreferrer noopener\">In English</a></div>\n</div>\n\n\n\n<p>Как и в прошлом году, предлагаются и другие языки: <a href=\"https://wordpressdotorg.survey.fm/fr-2022\">французский</a>, <a href=\"https://wordpressdotorg.survey.fm/de-2022\">немецкий</a>, <a href=\"https://wordpressdotorg.survey.fm/it-2022\">итальянский</a>, <a href=\"https://wordpressdotorg.survey.fm/jp-2022\">японский</a>, и <a href=\"https://wordpressdotorg.survey.fm/es-2022\">испанский</a>. Это шесть наиболее часто используемых языков, помимо английского, основываясь на количестве загрузок программного обеспечения WordPress. Возможно, в 2023 году будут добавлены и другие.</p>\n\n\n\n<p>Сбор данных осуществляется в полном соответствии с <a rel=\"noreferrer noopener\" href=\"https://ru.wordpress.org/about/privacy/\" target=\"_blank\">политикой конфиденциальности WordPress.org</a>: все данные будут анонимизированы и не будут ассоциироваться с IP-адресами и адресами e-mail.</p>\n\n\n\n<p>Опрос открыт до конца 2022 года, его результаты будут опубликованы позже в блоге WordPress.org. </p>\n\n\n\n<p>Помогите распространить информацию об опросе, поделившись им в социальных сетях или иным способом. Чем больше людей пройдут опрос и поделятся своим опытом работы с WordPress, тем больше пользы получит проект в будущем.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Благодарность</h2>\n\n\n\n<p>За помощь в создании, оформлении и переводе на национальные языки опроса, спасибо следующим участникам: <a href=\"https://profiles.wordpress.org/dansoschin/\">dansoschin</a>, <a href=\"https://profiles.wordpress.org/_dorsvenabili/\">_dorsvenabili</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">angelasjin</a>, <a href=\"https://profiles.wordpress.org/arkangel/\">arkangel</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">audrasjb</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">atachibana</a>, <a href=\"https://profiles.wordpress.org/bjmcsherry/\">bjmcsherry</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">eidolonnight</a>, <a href=\"https://profiles.wordpress.org/fernandot/\">fernandot</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">fierevere</a>, <a href=\"https://profiles.wordpress.org/fxbenard/\">fxbenard</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">jdy68</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">jpantani</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">laurlittle</a>, <a href=\"https://profiles.wordpress.org/nao/\">nao</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">nielslange</a>, <a href=\"https://profiles.wordpress.org/peiraisotta/\">peiraisotta</a>, <a href=\"https://profiles.wordpress.org/piermario/\">piermario</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\">rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/santanainniss/\">santanainniss</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Прекращение поддержки старых версий WordPress 3.7-4.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://ru.wordpress.org/news/2022/11/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Nov 2022 09:17:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"Релизы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2544\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:826:\"Команда безопасности WordPress прекратит предоставлять обновления для версий WordPress 3.7–4.0, начиная с 1 декабря 2022 года. Официально WordPress предоставляет поддержку только последней версии программного обеспечения. Команда безопасности исторически практикует предоставление исправлений безопасности в качестве любезности для сайтов с более старыми версиями в ожидании, что сайты будут автоматически обновлены. До сих пор эти исправления включали все [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2294:\"\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/security/\" target=\"_blank\">Команда безопасности</a> WordPress прекратит предоставлять обновления для версий WordPress 3.7–4.0, начиная с 1 декабря 2022 года.</p>\n\n\n\n<p>Официально WordPress предоставляет поддержку только последней версии программного обеспечения. Команда безопасности исторически практикует предоставление исправлений безопасности в качестве любезности для сайтов с более старыми версиями в ожидании, что сайты будут автоматически обновлены.</p>\n\n\n\n<p>До сих пор эти исправления включали все версии WordPress, поддерживающие автоматические обновления. Версии WordPress 3.7 – 4.0 достигли <a rel=\"noreferrer noopener\" href=\"https://ru.wordpress.org/about/stats/\" target=\"_blank\">уровней использования менее 1%</a> от общего числа установок, где польза от предоставления этих обновлений перевешивается затраченными усилиями.</p>\n\n\n\n<p>Сегодня, 30 ноября 2022, выйдут последние обновления для веток 3.7, 3.8, 3.9 и 4.0, в них единственным изменением станет анонсирование прекращения поддержки безопасности и предложение перейти на более свежую версию WordPress.</p>\n\n\n\n<p>Если у вас возникнут проблемы при переходе к новой версии WordPress, вы можете обратиться на <a rel=\"noreferrer noopener\" href=\"https://ru.wordpress.org/support/\" target=\"_blank\">форумы поддержки</a>. Не забывайте о резервном копировании перед внесением изменений на свой сайт.</p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Люди WordPress: Михаил Кобзарёв\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://ru.wordpress.org/news/2022/08/people-of-wordpress-mikhail-kobzarev/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Aug 2022 09:05:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Люди WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"people-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2526\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:742:\"Мы продолжаем серию интервью с участниками русского сообщества WordPress, объединяющем русскоговорящих разработчиков, переводчиков, пользователей и владельцев сайтов по всему миру.&#160; Сегодня мы беседуем с Михаилом Кобзарёвым, автором плагинов и техноблогером, чье имя и никнейм на слуху у всех, кто интересуется новостями WordPress. — Более 13 лет ты совмещаешь веб-разработку с личным блогом, а последние 5 [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olga Gleckler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:34536:\"\n<p>Мы продолжаем серию интервью с участниками русского сообщества WordPress, объединяющем русскоговорящих разработчиков, переводчиков, пользователей и владельцев сайтов по всему миру.&nbsp;</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2-1024x683.jpg\" alt=\"\" class=\"wp-image-2531\" srcset=\"https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2-1024x683.jpg 1024w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2-300x200.jpg 300w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2-768x512.jpg 768w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2-1536x1024.jpg 1536w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2-2048x1365.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Сегодня мы беседуем с <a href=\"https://profiles.wordpress.org/mihdan/\">Михаилом Кобзарёвым</a>, автором плагинов и техноблогером, чье имя и никнейм на слуху у всех, кто интересуется новостями WordPress.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Более 13 лет ты совмещаешь веб-разработку с личным блогом, а последние 5 лет еще и </em></strong><a href=\"https://wp-digest.com/\"><strong><em>WordPress Digest</em></strong></a><strong><em> ведешь. Как удается все совмещать и не разбрасываться, что тебя вдохновляет и чему научился за это время?&nbsp;</em></strong></p>\n\n\n\n<p>Начнем с того, что мой общий стаж в разработке почти 19 лет, за которые я перепробовал все методики управления своим временем и проектами. Плюс после переезда из мегаполиса в деревню я стал работать удаленно задолго до того, как это стало мейнстримом. По этим причинам я выработал для себя определенный график труда и отдыха.</p>\n\n\n\n<p>Во-первых, никакой работы по выходным, праздникам и в отпуске — мозги нужно постоянно разгружать, иначе очень просто выгореть, когда ведешь несколько проектов одновременно и держишь огромные массивы данных в голове, постоянно что-то просчитываешь, прикидываешь, прорабатываешь разные варианты.</p>\n\n\n\n<p>Во-вторых, на протяжении дня обязательны перерывы, во время которых никаких гаджетов и телевизоров быть не должно — глазам тоже нужен отдых. В это время лучше выйти на улицу, пройтись, поглядеть вдаль и помечтать о будущем ) Тут может помочь любой pomodoro таймер.</p>\n\n\n\n<p>В третьих, необходимо соблюдать режим дня (который у меня последнее время немного сбился). Исторически сложилось, что мой рабочий день вот уже много лет начинается в 11 и заканчивается в 19 часов по московскому времени. В Москве это самые удобные часы, чтобы добраться до работы и безболезненно уехать домой, а утром всегда есть время на семью: походы по магазинам или поездка в поликлинику с ребенком.</p>\n\n\n\n<p>Свой блог я начал вести еще когда учился в университете на радиотехника в Туле, он задумывался именно как дневник/записная книжка для себя и одногруппников, где я делился своими открытиями в чудесном мире разработки на РНР, верстки под IE6, Netscape 4 и Opera 6.</p>\n\n\n\n<p>Я очень много поглощаю информации из интернета за день (в основном через RSS как старый добрый олдфаг), особо интересные заметки кладу в закладки для чтения позже. И есть огромное желание делиться этими знаниями с людьми (я помню то время, когда не было интернета и всю информацию мы получали из книг, журналов и энциклопедий), поэтому с появлением Твиттера я стал постить много контента туда, так как&nbsp;под содержимое моего блога.</p>\n\n\n\n<p>Со временем русскоязычный Твиттер стал превращаться в помойку и одновременно с этим появился Телеграм, в котором я был одним из первых бета-тестеров. Мы стали переводить рабочие чаты туда, создавать каналы для своих, так появились сначала закрытые, а потом уже и открытые публично чаты и каналы: WordPress Digest (сюда мы постим новости по WordPress), WordPress Jobs (работа вокруг WordPress), Elementor (чат по конструктору страниц Elementor) и многие другие. Основные можно поглядеть у меня <a href=\"https://www.kobzarev.com/wordpress/wordpress-resources/\">в блоге</a>.</p>\n\n\n\n<p>Вдохновляет меня на все эти подвиги моя семья и мои родители, я им искренне благодарен за знания, которые они в меня вложили в детстве и научили самостоятельности, благодаря которой я много лет занимаюсь самообразованием и стараюсь помогать другим. А вот опыт больших компаний (Apple, Microsoft, Tesla) меня не вдохновляет, так как они всего лишь попали в нужное место в нужное время. Каждый должен наступить на свои грабли, ведь человек не учится на чужих ошибках.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Почему WordPress? Всегда ли сложный проект значит «интересный» для тебя как разработчика?</em></strong></p>\n\n\n\n<p>За эти 19 лет я набрался огромного опыта почти во всех сферах необъятного веба: фронтенд, бэкенд, seo и даже дизайн, перепробовал кучу языков программирования, прошел десятки курсов и прочитал сотни книг, поработал в нескольких крупных компаниях и мелких веб-студий и могу сказать однозначно: WordPress — сила.</p>\n\n\n\n<p>К WordPress я пришел не сразу. Это был долгий тернистый путь. Все начиналось с написания своей CMS в компании Ingate (которая была блочная как текущий Gutenberg и использовала ныне непопулярный XML/XSLT).</p>\n\n\n\n<p>Потом была своя CMS в студии Imagos на чистом РНР4 без фреймворков, которую можно до сих пор встретить на некоторых сайтах.</p>\n\n\n\n<p>А после переезда из Тулы в Москву я попал в информационное агентство, где мы делали сайты для МИД, дипломатов, РАН, поднимали свои информационные, новостные порталы, здесь мне пригодился опыт написания своих CMS под нужды заказчиков и мы с коллегами запилили не просто новую CMS, а целую платформу, на которой сейчас крутится около 12к сайтов для сельских газет, они им достались совершенно бесплатно.</p>\n\n\n\n<p>И тут случился кризис в стране и нам пришлось всем временно уйти на удаленку, так как ЗП платить нам перестали, а на дорогу и покушать в Москве нужно было много денег, плюс съемная квартира и маленький ребенок.</p>\n\n\n\n<p>В это время, чтобы прокормить семью, пришлось работать с разными CMS (Joomla, Drupal, ModX) и фреймворками (Zend, Symfony, Laravel, Yii).</p>\n\n\n\n<p>Компания не смогла быстро выйти из этого кризиса и мы с бывшими коллегами покинули занимаемые должности и запустили несколько стартапов разной направленности, которые мы сделали на популярном тогда Битрикс.</p>\n\n\n\n<p>Работая с Битрикс, я испытал много боли и унижения. В итоге мы уперлись в потолок его кастомизации и решили попробовать WordPress, у меня был небольшой опыт работы с ним в то время. Максимум, что я тогда сделал — развернул свой блог на нем и перенес туда все свои заметки за много лет. Так начался мой путь в WordPress.</p>\n\n\n\n<p>Следующие несколько лет с каждым днем проектов на WordPress мне попадалось все больше и больше, как простых так и сложных, копился опыт и я начал писать свои <a href=\"https://profiles.wordpress.org/mihdan/#content-plugins\">бесплатные плагины под WordPress</a>, которые я по сей день дополняю и поддерживаю, новый функционал добавляется за счет донов и отдается бесплатно.</p>\n\n\n\n<p>И вот уже 10 лет я делаю сайты на WordPress, разрабатываю бэкенд для мобильных приложений на WordPress REST API или использую «безголовый» (headless) WordPress для сайтов на React/Vue.</p>\n\n\n\n<p>Это не всегда интересные проекты, но всегда достаточно сложные, высоконагруженные и объемные с большим количеством кастомного кода на бэкенде. Я стараюсь не брать (но в качестве исключения иногда беру) совсем простые проекты и не заниматься доработками чужих, предпочитаю стартапы — там всегда можно найти для себя что-то интересное и ограничивает тебя лишь полет фантазии ))</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Ты родом из маленького села в Магаданской области и сейчас предпочитаешь сельскую местность мегаполисам. Давно ли ты работаешь удаленно, легко ли это и почему выбрал жизнь вне города?</em></strong></p>\n\n\n\n<p>Родился я в поселке Сеймчан («Солнечная долина» по-эвенски) Магаданской области, после окончания школы поступил в ТулГУ в городе Тула на радиотехника и мечтал ремонтировать телевизоры и видеомагнитофоны, но судьба распорядилась иначе и я открыл для себя бесплатный кабинет интернета в Политехе, который меня заворожил, а после того как я случайно нажал CTRL+U на странице <a href=\"http://ya.ru\">ya.ru</a> и увидел разноцветные строки кода — «поплыл» и не могу остановиться до сих пор.</p>\n\n\n\n<p>Несколько лет работал в Туле, потом в Москве, потом по стечению обстоятельств попал в деревню под Тулой и мне тут так стало просто и кайфово, что я больше не стал возвращаться в мегаполис. Тут чистый воздух, свое хозяйство, красота, спокойствие и нет городской суеты и пробок, в которых я проводил по 2-4 часа в сутки, живя в большом городе. И так уже 7 лет я удаленщик, не путайте с фрилансом (работаю официально, фултайм).</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1-1024x683.jpg\" alt=\"Фотографии Михаила Кобзарева на отдыхе с сыном\" class=\"wp-image-2529\" srcset=\"https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1-1024x683.jpg 1024w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1-300x200.jpg 300w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1-768x512.jpg 768w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1-1536x1024.jpg 1536w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a><figcaption class=\"wp-element-caption\">Михаил на отдыхе с сыном</figcaption></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Но есть и свои минусы: за продуктами, в больницу, стоматологию, кинотеатр приходится ездить в город, но это не является проблемой, когда у тебя есть автомобиль и четкий распорядок дня, когда ты можешь час-два в день отлучиться по личным вопросам.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Сейчас в профессиональных чатах активно обсуждается тема трудоустройства и возникает ощущение, что работодатели и кандидаты не могут друг друга найти. Ты размещаешь в Дайджесте вакансии и общаешься и с теми, и с другими. Действительно ли существует проблема и что нужно делать, чтобы найти работу или нанять подходящего специалиста?</em></strong></p>\n\n\n\n<p>К сожалению, эта проблема сейчас как снежный ком. Образовалась она не так давно по понятным причинам, в основном из-за оттока специалистов за границу во всех сферах жизни и не только в IT.</p>\n\n\n\n<p>Мы с ребятами-волонтерами на нашем проекте <a href=\"https://wp-digest.com/vacancies/\">WordPress Jobs</a> стараемся помогать обеим сторонам, чтобы компании находили достойных специалистов, а соискатели — работу мечты.</p>\n\n\n\n<p>Сейчас не достаточно просто разместить резюме на сайте HH.ru. Многие компании ушли с рынка и сейчас практически некому заниматься обучением джунов (за исключением таких компаний как Сбер, Яндекс, Тинькофф), все хотят минимум мидлов, которых осталось тоже не так много, поэтому необходимо помимо резюме иметь открытый живой GitHub аккаунт, где рекрутеры смогут увидеть ваши скилы. Желательно крутиться в тематических чатах, куда HR-ы тоже часто заглядывают дабы схантить новых кандидатов. Не стоит забывать про личные блоги (с моего блога на меня приходит 30% заказов) и LinkedIn (правда придется заморочиться с VPN).</p>\n\n\n\n<p>А для компаний один совет — пишите про себя больше и исключительно правду, сейчас всю информацию очень легко проверить, а если работодателя уличат во лжи — доверия от соискателей ждать не стоит. У нас были случаи, когда мы отказывали в размещении вакансий, так как я стараюсь сам лично проверять каждое объявление, «пробивать» компании по открытым базам, общаться с ними лично. Это долго, но снижает процент мошенничества с обеих сторон.</p>\n\n\n\n<p>Мы как раз хотим вынести WordPress Jobs на отдельный домен, доработать его, сделать удобный поиск, интеграцию с биржами типа HH.ru и попытаться давать гарантии как это делают фриланс-биржи, добавить возможность менторинга, обучения, но нужно найти заинтересованных спонсоров и участников проекта, а с этим пока не густо.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Порталы по поиску работы рекомендуют делать отдельные резюме точно подходящие под названия вакансий и писать сопроводительное письмо индивидуально каждому работодателю, это весьма трудоемко и поиск работы может растянуться на месяца. Существует другой подход, аналогичный «воронке продаж»&nbsp; — откликнуться на 1000 вакансий и рассчитывать, что после прохождения 30 собеседований получишь 2-3 предложения о работе. Из-за этого HR специалисты тонут под грудами резюме и подходящие кандидаты, не указавшие в своем резюме все нужные ключевые слова теряются в этом потоке. Есть ли выход из сложившийся практики?</em></strong></p>\n\n\n\n<p>Оба подхода имеют место быть, в каждом из них есть свои плюсы и минусы.</p>\n\n\n\n<p>Первый подход со стороны соискателя позволяет более точечно подстраиваться под вакансии с определенным набором ключевых слов, но на создание такого количества резюме нужно очень много времени и велик шанс ошибиться лишь в одном месте, наплодив ошибку повсеместно, что может негативно сказаться на вас в дальнейшем. Рекрутерам и компаниям здесь проще в поиске соискателя, но не всем нравится копаться в груде одинаковых резюме, где отличается пара абзацев или список скиллов. С их точки зрения это похоже на переспам и плюсов вам особо не добавит. Это больше моё личное мнение и доверять ему на 100% не нужно.</p>\n\n\n\n<p>Второй подход я считаю более надежным и проверенным годами, сам им часто пользуюсь. Соискателю достаточно создать резюме на любой площадке или в своём блоге или на GitHub и откликнуться хоть на 100500 вакансий и вы с уверенностью в 99% получите пару-тройку офферов. HR, конечно, закопаются в огромном количестве откликов, но такая у них работа.</p>\n\n\n\n<p>Тут самое главное найти золотую середину в обоих подходах и составить детализированное резюме. Постараться указать развернуто должность, на которую вы претендуете, все свои hard и soft skills, опыт работы в хронологическом порядке, занимаемую должность, выполняемые обязанности и ваши достижения в каждой из компаний, где вы когда-либо работали.</p>\n\n\n\n<p>Высшее образование в текущих реалиях не является обязательным условием приема на работу, но указать его желательно. Многие компании до сих пор требуют наличие диплома о высшем образовании для отчетности, не более того.&nbsp;</p>\n\n\n\n<p>Обязательно укажите контакты, по которым с вами можно связаться в реальном времени. Если есть какие-то рекомендательные или сопроводительные письма &#8212; тоже добавьте их к вашему резюме.</p>\n\n\n\n<p>Не стоит указывать ничего лишнего.</p>\n\n\n\n<p>Если вы устраиваетесь не в русскоязычную компанию, то сделайте копию вашего резюме на английском языке.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Для WordPress существует огромное количество плагинов и тем, создать сайт можно в считанные минуты, и многие разработчики специализируются на «сборке» сайтов и у них даже не возникает необходимости «заглядывать под капот». В результате работодатели не знают с каким стеком технологий разработчик им нужен, а кандидаты претендуют на работу, которая им не подходит. Можно ли кардинально изменить ситуацию?</em></strong></p>\n\n\n\n<p>Работодатель по факту и не должен это знать, это больше задача HR или тех людей с техническими навыками, кто у вас будет проводить в итоге собеседования. К сожалению, уровень знаний HR сейчас тоже оставляет желать лучшего, и очень часто годные специалисты не проходят их отсев, но тут только самим проводить интервью.</p>\n\n\n\n<p>Ну и стоит справедливо заметить, что существует огромное количество проектов, где технические навыки для соискателя вообще не нужны. Нет необходимости знать PHP, JavaScript, HTML, SQL, чтобы поставить пачку плагинов, потыкать пару кнопок в админке и запустить сайт для проверки какой-то гипотезы или прощупывания ниши. Мы таких специалистов в своём сообществе называем «Модератор админки».</p>\n\n\n\n<p>А есть очень сложные, запутанные проекты с кучей логики, микросервисов и высокой нагрузкой, где без технических знаний ты и дня не продержишься.</p>\n\n\n\n<p>Поэтому вакансии должен создавать не руководитель и не менеджер проекта, а технически подкованный специалист, ваш будущий коллега, который на пальцах может расписать в резюме, что же вас ждет на будущей работе.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Опытные разработчики часто находятся в латентном поиске, то есть сидят и ждут, когда работодатель придет и предложит. Это работает? Что делать работодателю, которому нужен специалист на сложный высоконагруженный проект? Есть ли они вообще такие?</em></strong></p>\n\n\n\n<p>Я сам постоянно нахожусь в латентном поиске и жду «работу мечты», где мне будет интересно и за это будут соответствующе платить. Это работает, работало и будет работать. И таких специалистов в режиме ожидания достаточно много, обычно они собираются в сообществах в социальных сетях и прекрасно знают друг друга.</p>\n\n\n\n<p>Поэтому, если вам нужно найти реально хорошего профессионала на высоконагруженный проект, то нет ничего лучше, чем «сарафанное радио». Гуру обычно уже где-то работают, но если знакомый коллега предложит что-то более интересное, то, скорее всего, у работодателя появится шанс схантить к себе этого человека. Тут главное внимательно посмотреть соцсети, блоги и GitHub аккаунт, чтобы не попасть на простого «разговорника», которые встречаются в любом сообществе. На словах они гуру, а по факту не далеки от джунов.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Что ты посоветуешь тем, кто хочет начать свою карьеру как WordPress-разработчик? Многие курсы предлагают трудоустройство после обучения. Насколько это реально?</em></strong></p>\n\n\n\n<p>Посоветую только одно — не бояться. WordPress не страшный и не монструозный как его обычно описывают поклонники классического ООП и любители фреймворков типа Symfony и Laravel. У него есть EAV (Entity Attribute Value) вместо ORM и EDA (Event Driven Architecture) вместо MVC. Именно из-за этих отличий у многих разработчиков возникает нелюбовь к WordPress — они не понимают архитектуру и не допускают мысли, что почерпнутые в книгах по ООП подходы не являются единственно правильными. Никто не запрещает использовать ООП, PSR.</p>\n\n\n\n<p>WordPress уже давно не простенькая CMS для создания бложиков. У нее под капотом более <a href=\"https://codex.wordpress.org/WordPress_APIs\">десятка различных API для разработчика</a>, весь код покрыт юнит-тестами, соответствует стандартам WPCS (WordPress Coding Standards для PHP_CodeSniffer), простой интерфейс для создания CRUD постепенно внедряется так любимое многими разработчиками ООП. На этом движке можно построить проект любой сложности, главное делать это с головой (MVC, headless, CMF).</p>\n\n\n\n<p>Не просто так же WordPress <a href=\"https://w3techs.com/technologies/overview/content_management\">уже занял 43%</a> всемирного рынка сайтов в вебе.</p>\n\n\n\n<p>Единственное чего пока лично мне не хватает — это удобного интерфейса для работы с кастомными таблицами и поддержки composer для пакетов. Но мы справляемся при помощи WP_List_Table (базовый класс для создания таблиц со списком чего угодно в WordPress. Таблицы поддерживают технологию AJAX. На базе этого класса выводится все виды таблиц в админ-панели WordPress).</p>\n\n\n\n<p>Трудоустройство после курсов вполне реально и многие компании именно так и поступают — сами себе выращивают специалистов и пытаются их как-то заинтересовать и замотивировать, чтобы готовые к употреблению разработчики не разбежались (подбирают интересные проекты, благодарят финансово).</p>\n\n\n\n<p>Если вы думаете, что на WordPress нельзя заработать более 60.000 рублей в месяц, то вы ошибаетесь, рынок труда просто огромен, количество проектов еще больше и ценником в 300.000 рублей в месяц уже никого не удивишь.</p>\n\n\n\n<p>Читайте книги, гуглите Яндексом и почаще посещайте <a href=\"https://wp-kama.ru/\">ВП-Каму</a>. Подписывайтесь на <a href=\"https://t.me/+RArNVwv2tJi2CNFk\">WordPress Digest</a>.</p>\n\n\n\n<p>Дерзайте! Всё будет WordPress!</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Вопросы и работа с изображениями:&nbsp;<a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/oglekler/\" target=\"_blank\">Глеклер Ольга</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:54:\"\n		\n		\n		\n		\n		\n				\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Большой московский митап #20 — онлайн-трансляция 25 августа 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://ru.wordpress.org/news/2022/08/moscow-meetup-20-online-broadcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Aug 2022 07:48:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2508\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:752:\"25 августа 2022 в 19:00 стартует онлайн-трансляция Большого московского митапа # 20 и всех, кто не сможет присутствовать лично, приглашаем присоединиться к просмотру на YouTube. Программа митапа Денис Янчевский расскажет про разработку нативных Gutenberg-блоков,&#160; Николай Миронов — про то, как легко и просто создавать Gutenberg-блоки практически без программирования,&#160; Анатолий Куликов — как разработать чат-бота. Это [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olga Gleckler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6536:\"\n<figure class=\"wp-block-image size-large\"><a href=\"https://ru.wordpress.org/files/2022/08/moscow-meetup-20.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://ru.wordpress.org/files/2022/08/moscow-meetup-20-1024x576.jpg\" alt=\"\" class=\"wp-image-2515\" srcset=\"https://ru.wordpress.org/files/2022/08/moscow-meetup-20-1024x576.jpg 1024w, https://ru.wordpress.org/files/2022/08/moscow-meetup-20-300x169.jpg 300w, https://ru.wordpress.org/files/2022/08/moscow-meetup-20-768x432.jpg 768w, https://ru.wordpress.org/files/2022/08/moscow-meetup-20.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>25 августа 2022 в 19:00</strong> стартует онлайн-трансляция Большого московского митапа # 20 и всех, кто не сможет присутствовать лично, приглашаем присоединиться к просмотру на <a href=\"https://www.youtube.com/watch?v=zwOXG6f4ego\">YouTube</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Программа митапа</h2>\n\n\n\n<ul><li><a href=\"https://profiles.wordpress.org/denisco/\">Денис Янчевский</a> расскажет про разработку нативных Gutenberg-блоков,&nbsp;</li><li><a href=\"https://profiles.wordpress.org/solidcreature/\">Николай Миронов</a> — про то, как легко и просто создавать Gutenberg-блоки практически без программирования,&nbsp;</li><li><a href=\"https://profiles.wordpress.org/anatolykulikov/\">Анатолий Куликов</a> — как разработать чат-бота.</li></ul>\n\n\n\n<p>Это далеко не все актуальные WordPress темы, и если вы хотите предложить свою тему или выступить на следующем митапе в Москве, смело обращайтесь к <a href=\"https://t.me/solidcreature\">Николаю Миронову</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Почему стоит присоединиться к онлайн-трансляции</h2>\n\n\n\n<p><em>Вы сможете:</em></p>\n\n\n\n<ul><li>Задать свои вопросы в чат на YouTube по теме выступлений, а также на любые другие связанные с WordPress темы, </li><li>Помочь другим участникам своими ответами,</li><li>Пообщаться с единомышленниками и хорошо провести время.</li></ul>\n\n\n\n<p>Запасайтесь едой и напитками <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h2 class=\"wp-block-heading\">Почему стоит прийти лично</h2>\n\n\n\n<p>WordPress митап — это дружественная атмосфера, открытое общение и обмен опытом между разработчиками, дизайнерами, интернет-маркетологами, копирайтерами, тестировщиками, SEO-специалистами, владельцами сайтов, блоггерами и многими другими. Самое интересное начинается с момента появления на горизонте пиццы — не стесняйтесь общаться, задавать вопросы, есть и слушать чужие беседы.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow-1024x683.jpg\" alt=\"Коллаж из фотографий с московских митапов, на которых участники беседуют\" class=\"wp-image-2510\" srcset=\"https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow-1024x683.jpg 1024w, https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow-300x200.jpg 300w, https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow-768x512.jpg 768w, https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow-1536x1024.jpg 1536w, https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow-2048x1366.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>А еще митап — это отличная возможность внести свой вклад в развитие сообщества и попробовать себя в новом качестве.</p>\n\n\n\n<p>На мероприятие <strong>требуется фотограф-волонтер</strong> — хорошая возможность получить удовольствие от процесса, потренироваться и поэкспериментировать.</p>\n\n\n\n<p>А также мы <strong>ищем модератора онлайн-трансляции</strong> — следить за сигналом и задавать вопросы спикерам из YouTube-чата. </p>\n\n\n\n<p>Если вы готовы помочь — обращайтесь к <a href=\"https://t.me/solidcreature\">Николаю Миронову</a>, а для всех остальных участников — <a href=\"https://www.meetup.com/ru-RU/wordpress-moscow/events/287181506/\">регистрация все еще открыта</a>.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Отложите свои планы на вечер четверга, приходите или присоединяйтесь к трансляции — держите руку на пульсе WordPress новостей и оставайтесь на связи с сообществом в какой бы точке мира вы не находились!</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Ссылка на онлайн-трансляцию: <a href=\"https://www.youtube.com/watch?v=zwOXG6f4ego\">https://www.youtube.com/watch?v=zwOXG6f4ego</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Люди WordPress: Николай Миронов\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://ru.wordpress.org/news/2022/08/people-of-wordpress-nikolay-mironov/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Aug 2022 19:41:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Люди WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"people-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2500\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:792:\"Мы продолжаем серию интервью с участниками русского сообщества WordPress, объединяющем русскоговорящих разработчиков, переводчиков, пользователей и владельцев сайтов по всему миру. В преддверии Большого московского митапа #20 мы беседуем с его организатором Николаем Мироновым — разработчиком, спикером, стримером, автором курсов и обучающих видео. — Ты постоянно пробуешь что-то новое и совмещаешь разработку на WordPress с другими [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olga Gleckler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18028:\"\n<p>Мы продолжаем серию интервью с участниками русского сообщества WordPress, объединяющем русскоговорящих разработчиков, переводчиков, пользователей и владельцев сайтов по всему миру.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2-1024x683.jpg\" alt=\"\" class=\"wp-image-2505\" srcset=\"https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2-1024x683.jpg 1024w, https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2-300x200.jpg 300w, https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2-768x512.jpg 768w, https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2-1536x1024.jpg 1536w, https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2-2048x1365.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<p>В преддверии Большого московского митапа #20 мы беседуем с его организатором <a href=\"https://profiles.wordpress.org/solidcreature/\">Николаем Мироновым</a> — разработчиком, спикером, стримером, автором курсов и обучающих видео.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Ты постоянно пробуешь что-то новое и совмещаешь разработку на WordPress с другими личными проектами и активным участием в жизни сообщества уже более десяти лет. Как это все сочетается, откуда идеи, энергия? Над чем сейчас работаешь и что в планах?</em></strong></p>\n\n\n\n<p>Тут две принципиальных составляющих. Первое, я кайфую от процесса, неважно записываю ли ролики, организую ли митап или программирую — все это топливо, которое позволяет мне двигаться дальше. Второе — те вещи, которые приносят деньги, позволяют и содержать семью и поддерживать баланс между работой и творчеством.</p>\n\n\n\n<p>Основное направление деятельности за последние полгода — это развитие видеостудии. Несмотря на то, что youtube-каналу WordPrеss Moscow уже несколько лет, профессиональная запись видео — совершенно новая для меня область. Пока прокачиваю техническую составляющую. Надеюсь это заметно по качеству роликов, которые выходят на канале.</p>\n\n\n\n<p>Из планов до конца года — развивать youtube-канал, социальные сети, искать спонсоров, предлагать новые форматы встреч: картинг, боулинг, пейнтбол, игра в мафию, чередуя их с классическими митапами.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Пока глобальное сообщество только планирует возобновление физических митапов, мы же их уже во всю проводим. В чем идея предстоящего митапа и есть ли планы на следующие?</em></strong></p>\n\n\n\n<p>Да, пандемия сильно подкосила живые встречи, к концу 19-го года мы вышли на стабильные 50+ участников. А первые живые встречи в этом году собирали по 10-15 человек, желающих выступить было мало и приходилось экспериментировать с форматами. Например, были игры в настолки, или в одну из встреч мы сели небольшим кружочком и проговорили о WordPress 2,5 часа. Просто накидывая темы, задавая вопросы, рассказывая кейсах и делясь опытом. Глобальной идеи у предстоящего митапа нет, но есть амбиции. Надеюсь, 20-й митап станет серьезным шагом в развитии WordPress-сообщества в Москве.<br><br></p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"612\" height=\"345\" src=\"https://www.youtube.com/embed/4LICB-mES3k?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=ru-RU&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div><figcaption class=\"wp-element-caption\">Приглашение на большой московский митап WordPress-разработчиков №20</figcaption></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Ты стоял у истоков организации WordPress митапов в Москве и этот митап должен иметь номер #65. Почему нумерация сбилась и что еще изменилось за это время?</em></strong></p>\n\n\n\n<p>Ну не совсем так, в 13-м году я впервые попал на митап, который устраивал Константин Ковшенин. Это был взрыв мозга: интересные люди, классные темы, возможность задать вопросы или рассказать что-нибудь самому. Костя заряжал своей энергетикой и мотивировал. Я посещал каждый митап, и где-то на 4 встрече выступил с докладом про сайты-портфолио. Доклад получился классным и Костя пригласил выступить на WordCamp Russia 2013, первом WordCamp’е в России. Так прошло 6 лет, выступал с докладами на митапах и был спикером на каждом WordCamp’е в Москве. Так сказать, активный участник сообщества, но в организации почти не участвовал. Летом 2017 года прошел последний митап и наступило затишье.</p>\n\n\n\n<p>Эстафету продолжил <a href=\"https://ru.wordpress.org/news/2022/07/people-of-wordpress-denis-yanchevskiy/\">Денис Янчевский</a>, он организовал официальную группу WordPress Krasnogorsk, а через несколько встреч, митапы перебрались в Москву и на meetup.com появился <a href=\"https://www.meetup.com/ru-RU/wordpress-moscow/\">WordPress Moscow</a>. Так как WordPress Moscow получилось производной от WordPress Krasnogorsk, а не предыдущих 45 митапов, то и нумерацию мы начали с 1. Где-то на третьей встрече я предложил свою помощь и стал участвовать в организации митапов. На тот момент у меня не было глобальных целей, мне нравилось тусовка и хотелось внести свой вклад в подготовку мероприятий. До начала пандемии мы делили организаторские обязанности 50/50. Во время пандемии было вынужденное затишье с редкими онлайн-встречами, ну и в «новом сезоне» я уже организую митапы самостоятельно.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Что дает участие в митапах для слушателей, спикеров и волонтеров? Как получить максимум пользы от посещения</em></strong>?</p>\n\n\n\n<p>Каждый может найти в митапах полезное для себя. Для новичков это возможность задать вопросы, получить помощь, на живых примерах увидеть направления и пути развития. Для опытных разработчиков — найти единомышленников, партнеров, подрядчиков или новые заказы. Для спикеров — возможность «материализовать» свои знания и умения, проверить их актуальность, получить статус эксперта, заработать «социальные очки», плюс митап — хорошая площадка для тренировки ораторских навыков, здесь лояльная аудитория и нет завышенных требований как на больших конференциях.</p>\n\n\n\n<p>Организация большого мероприятия затратный процесс, требующий много сил, внимания, времени. Это ответственность. Но когда все получается, когда участники уходят заряженные, когда каждый получил пользу — приходит умиротворение, чувство наполненности, понимание, что ты на своем месте и делаешь свое дело. Для волонтеров это возможность разделить эти чувства, быть причастными к большому событию.</p>\n\n\n\n<p>Чтобы получит пользу от митапа для начала нужно решить а для чего ты туда идешь. Хочешь найти подрядчиков или новый проект — распечатай визитки, чтобы проще налаживать коммуникацию. Заинтересовала конкретная тема доклада — узнай побольше о спикере, подготовь вопросы, конспектируй во время выступления. Есть затык в проекте, нужна помощь или совет, перерывы между докладами — лучшее время. Обычно участники делятся на небольшие группы и что-то обсуждают, ищи схожую тему, задавай вопросы, будь коммуникабелен. В идеале, приди с ноутбуком, сделай так, чтобы суть проблемы можно было быстро увидеть, получить доступ к коду и настройкам сайта. Так шанс получить помощь оперативно намного выше.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Что делать тем, кто хочет выступить и какие темы актуальны для митапов?</em></strong></p>\n\n\n\n<p>Двери для спикеров всегда открыты. Для начала разговора напишите мне в <a href=\"https://t.me/solidcreature\">телеграм</a>. У меня ровно один критерий к докладам — тема должна быть интересна аудитории сообщества.</p>\n\n\n\n<p>Если человек выступает в первый раз, то предварительно проводим тестовый онлайн-прогон доклада. Это помогает исправить мелкие ошибки, правильно расставить акценты, потренировать подачу материала.</p>\n\n\n\n<p>Очень часто люди недооценивают свои знания и опыт. Тысячу раз я слышал «ну что я буду рассказывать, это и так все знают». Зачастую достаточно 2-3 интересных кейса или нестандартная предметная область, чтобы подготовить хороший доклад.</p>\n\n\n\n<p>Иногда люди активно сопротивляются и не хотят выступать на публике. Так для 19-го митапа мне пришлось включить всю свою харизму, и силу убеждения, чтобы у митапа появились докладчики. <br><br></p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"612\" height=\"345\" src=\"https://www.youtube.com/embed/8zgPyP2Zwzc?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=ru-RU&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Интересна ли спонсорам поддержка митапов и что сообщество WordPress может им предложить?</em></strong></p>\n\n\n\n<p>У нас вполне понятная и состоявшаяся аудитория, это молодые люди 25-35 лет, с опытом разработки от 3-х лет и более. Наиболее интересными мы можем оказаться хостинг-компаниям, онлайн-школам, компаниям, которым нужны опытные wordpress-разработчики. Помимо живых мероприятий, где количество участников ограничено, у меня в планах активная прокачка youtube-канала и социальных сетей.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Можем ли мы рассчитывать на проведение WordCamp в ближайшем будущем? И чем принципиально отличается конференция он митапа?</em></strong></p>\n\n\n\n<p>У меня уже была попытка стать организатором WordCamp’а в 2020-м году, но выбранная дата 30-го мая оказалась неудачной — мы попали на самый пик ковидных ограничений в Москве.</p>\n\n\n\n<p>Конференция это намного больший масштаб, больший уровень ответственности и совсем другие временные затраты. Да, планы на WordCamp 2020 были грандиозными, но сейчас юношеский задор пропал и в ближайшие полгода–год ничего подобного не планирую.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Что делать тем, кто не может посещать митапы, как оставаться в курсе новостей и поддерживать связь с сообществом?</em></strong></p>\n\n\n\n<p>В этот раз попробуем организовать онлайн-трансляцию, посмотрим на сколько это получится технически. А чтобы не пропустить ссылку на трансляцию — советую вступить в <a href=\"https://vk.com/wordpressmoscow\">нашу группу VK</a> и <a href=\"https://t.me/wpmeetup\">ламповый телеграм-чат</a>. Ну и подписаться на <a href=\"https://www.youtube.com/c/WordPressMoscow\">youtube-канал</a>, конечно же.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Вопросы и работа с изображениями: <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/oglekler/\" target=\"_blank\">Глеклер Ольга</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:35:\"https://ru.wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 10 Mar 2024 04:26:52 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 05 Dec 2023 14:39:40 GMT\";s:4:\"link\";s:61:\"<https://ru.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211220193300\";}','no'),
(862,'_transient_timeout_feed_mod_92227bfe1354c9fe21266d111aae5ed4','1710088012','no'),
(863,'_transient_feed_mod_92227bfe1354c9fe21266d111aae5ed4','1710044812','no'),
(864,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1710088014','no');
INSERT INTO `wp_options` VALUES
(865,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Amazing Brad Mehldau Interview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://ma.tt/2024/03/amazing-brad-mehldau-interview/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://ma.tt/2024/03/amazing-brad-mehldau-interview/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Great for everyone, but if you know a little music theory or Bach you’ll appreciate it even more. It’s never too late to learn music!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2024 03:16:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.org blog: Highlights from WordCamp Asia 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17064\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2024/03/highlights-from-wordcamp-asia-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5814:\"<p>Over 1,300 attendees gathered at the Taipei International Convention Center in Taiwan for <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia 2024</a>. This three-day event emerged as a vibrant celebration showcasing the collaboration, diversity, and innovation that drive the world&#8217;s most popular web platform.</p>\n\n\n\n<p>The Asian WordPress flagship event started with a dedicated Contributor Day, followed by two days of engaging talks, panels, hands-on workshops, and networking. Notable guests, including WordPress Cofounder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> and Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, joined the diverse lineup of <a href=\"https://asia.wordcamp.org/2024/speakers/\">speakers</a>. Popular topics featured cutting-edge web technologies and trends, use cases, open source dynamics, and more. WordPress enthusiasts seized the opportunity to gain insights from international and local industry experts and to learn about the project&#8217;s future.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Converting walled gardens into community gardens</h2>\n\n\n\n<p>On March 8, Josepha Haden Chomphosy <a href=\"https://www.youtube.com/live/UK7FnaEeTrU?si=0H6eEEijj4tDWm_t&t=30830\">took the stage</a> for an insightful journey comparing and contrasting the “walled” and “community” gardens in software ecosystems, drawing an analogy between closed and open source platforms. After exploring both concepts, she posed an important question to the audience.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>What would it take for someone to move from a walled garden to a community garden?</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>Open source software, symbolized by community gardens, represents freedom from copyright restrictions and usage limitations. Unlike proprietary software (described as walled gardens), the core value lies in long-term empowerment, giving people control and ownership of their digital presence.</p>\n\n\n\n<p>Acknowledging the longstanding values held by WordPress and its open source community for two decades, Josepha focused on the importance of caring for foundations that make us strong, managing what distracts us, and nurturing growth by embracing new opportunities. She celebrated the strengths of the WordPress community and how its shared ethos furthers a thriving ecosystem.</p>\n\n\n\n<img width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=1024%2C576&ssl=1\" alt=\"Slide from Josepha Haden Chomphosy\'s presentation showing colorful flowers on a blue background and the quote, \" />\n\n\n\n<p>Quoting artist and activist Audrey Hepburn, Josepha expressed that, much like a community garden, the power of contributions—whether through time, knowledge, or product use— sustains and maintains shared spaces like WordPress.</p>\n\n\n\n<p>In the <a href=\"https://www.youtube.com/live/UK7FnaEeTrU?si=pjg0nkwla-d7mP69&t=32274\">Q&amp;A portion</a> of her presentation, Josepha addressed inquiries about community involvement and contributions. Highlighted resources included the <a href=\"https://jobs.wordpress.net/\">WordPress job board</a> for opportunities within the ecosystem and the <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a> project, emphasizing its role in fostering a more open web and helping the transition out of proprietary platforms.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A with Matt Mullenweg</h2>\n\n\n\n<p>WordCamp Asia concluded with a live audience Q&amp;A session featuring WordPress Cofounder Matt Mullenweg. Attendees gained insights into the future of WordPress, including ongoing projects like <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a>, <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/inclusive-and-welcoming-events/community-inclusion-initiatives/\">community inclusion initiatives</a>, artificial intelligence (AI), and more.</p>\n\n\n\n<p>The atmosphere was filled with excitement when Matt revealed that this year’s State of the Word will take place in Tokyo, Japan, on December 16, 2024.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Additional questions from this session will be addressed in an upcoming post on the <a href=\"https://make.wordpress.org/project/\">Make WordPress Project blog</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Stay connected</h2>\n\n\n\n<p><a href=\"https://events.wordpress.org/\">WordPress events</a> enable technologists, open source enthusiasts, and community members around the globe to meet, share ideas, and collaborate to drive WordPress and the open web forward.</p>\n\n\n\n<p>Don’t forget to mark your calendars for <a href=\"https://europe.wordcamp.org/2024/\">WordCamp Europe</a> (Torino, Italy), <a href=\"https://us.wordcamp.org/2024/\">WordCamp US</a> (Portland, Oregon, United States), and next year’s <a href=\"https://asia.wordcamp.org/2025/\">WordCamp Asia</a> in Manila, Philippines!</p>\n\n\n\n<p><em>Thank you to <a href=\"https://profiles.wordpress.org/angelasjin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>angelasjin</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eidolonnight</a></em>,<em> <a href=\"https://profiles.wordpress.org/bjmcsherry/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>bjmcsherry</a>, and the </em><a href=\"https://asia.wordcamp.org/2024/organizers/\"><em>WordCamp Asia organizers</em></a><em> who made this event and post possible.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Mar 2024 13:39:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: Which WP Theme is Best? Fun With Theme Download Stats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154634\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/which-wp-theme-is-best-fun-with-theme-download-stats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14234:\"<p>Today I embarked on a mission to figure out which WP.org themes are used the most and why.&nbsp;</p>\n\n\n\n<img width=\"2240\" height=\"1260\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2024/03/Popular-WP.org-Themes.png\" alt=\"\" class=\"wp-image-154739\" />\n\n\n\n<p>As you likely know, “Top 5” lists, as a rule, are generally very opinionated and based on fuzzy assumptions and non-standard use cases.&nbsp; I want to assure you &#8211; this article is no exception to that rule.&nbsp;&nbsp;</p>\n\n\n\n<p>I had to make some very subjective leaps of logic with data to come to my conclusions.&nbsp; I hope you’ll enjoy being part of this fun conversation.</p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/which-wp-theme-is-best-fun-with-theme-download-stats#astra-is-the-most-downloaded-theme-but-doesn-t-have-the-highest-usage-rate\">Astra Is the Most Downloaded Theme but Doesn’t Have the Highest Usage Rate</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/which-wp-theme-is-best-fun-with-theme-download-stats#oceanwp-and-generatepress-crush-hello-elementor-in-user-enthusiasm\">OceanWP and GeneratePress Crush Hello Elementor in User Enthusiasm</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/which-wp-theme-is-best-fun-with-theme-download-stats#let-the-best-theme-arguments-commence\">Let the “Best Theme” Arguments Commence!</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/which-wp-theme-is-best-fun-with-theme-download-stats#random-best-theme-opinions-from-the-minneapolis-st-paul-wp-user-group\">Random &#8220;Best Theme&#8221; Opinions from the Minneapolis-St. Paul WP User Group:</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/which-wp-theme-is-best-fun-with-theme-download-stats#about-the-data\">About the Data</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/which-wp-theme-is-best-fun-with-theme-download-stats#what-is-your-favorite-wp-theme\">What is your favorite WP theme?  </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/which-wp-theme-is-best-fun-with-theme-download-stats#related-links\">Related Links</a></li></ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"astra-is-the-most-downloaded-theme-but-doesn-t-have-the-highest-usage-rate\">Astra Is the Most Downloaded Theme but Doesn’t Have the Highest Usage Rate</h2>\n\n\n\n<p>The top themes in wp.org with a minimum of 5 million downloads ordered by WP Data Dashboard&#8217;s “usage rate” are Hello Elementor, GeneratePress, Astra, Storefront, and OceanWP (a higher “usage rate” is better):</p>\n\n\n\n<ul>\n<li>Hello Elementor: 6+ million downloads, 15% usage rate.</li>\n\n\n\n<li>GeneratePress: 5+ million downloads, 11% usage rate.</li>\n\n\n\n<li>Astra: 11+ million downloads, 9% usage rate.</li>\n\n\n\n<li>Storefront: 7+ million downloads, 1% usage rate.</li>\n\n\n\n<li>OceanWP: 7+ million downloads, 1% usage rate.</li>\n</ul>\n\n\n\n<p>(<a href=\"https://wptavern.com/feed#about-the-data\">How WP Data Dashboard&#8217;s &#8220;usage rate&#8221; metric is calculated</a>.)</p>\n\n\n\n<p>For additional context, “usage rate” is the holy grail for commercial theme developers.&nbsp; In ad speak, “usage rate” is similar to “conversion rate.”&nbsp;&nbsp;</p>\n\n\n\n<p>A higher “usage rate” means the theme owner’s marketing team gets more mileage from each annoying banner ad they force to the top of your WP dashboard.&nbsp; It means, potentially, more money in the theme owners’ bank accounts with less effort.&nbsp;&nbsp;</p>\n\n\n\n<p>And, more important to us in the greater WP community, a higher “usage rate” on the theme means more people might actually <em>like</em> it!&nbsp; (Imagine that!)  So, based on that &#8220;usage rate&#8221; number, Hello Elementor is the most-popular theme in the wp.org repo.</p>\n\n\n\n<p>Oh wait&#8230;</p>\n\n\n\n<img width=\"2560\" height=\"1665\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2024/03/edward-howell-VlTJdP8ZY1c-unsplash-scaled.jpg\" alt=\"Flowers arranged from short to tall so it looks like a chart.\" class=\"wp-image-154775\" />Photo by <a href=\"https://unsplash.com/@edwardhowellphotography?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash\">Edward Howell</a> on <a href=\"https://unsplash.com/photos/pink-flower-on-white-background-VlTJdP8ZY1c?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash\">Unsplash</a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"oceanwp-and-generatepress-crush-hello-elementor-in-user-enthusiasm\">OceanWP and GeneratePress Crush Hello Elementor in User Enthusiasm</h2>\n\n\n\n<p>Below is an arbitrary metric I created called the “enthusiasm gap”.&nbsp; This is the number of 1-star reviews divided by the number of 5-star reviews (lower “enthusiasm gap” is better):</p>\n\n\n\n<ul>\n<li>GeneratePress: 1378 5-star reviews, &lt;1% enthusiasm gap.</li>\n\n\n\n<li>OceanWP: 5412 5-star reviews, &lt;1% enthusiasm gap.</li>\n\n\n\n<li>Astra: 5297 5-star reviews, 2% enthusiasm gap.</li>\n\n\n\n<li>Storefront: 122 5-star reviews, 11% enthusiasm gap.</li>\n\n\n\n<li>Hello Elementor: 90 5-star reviews, 14% enthusiasm gap.</li>\n</ul>\n\n\n\n<p>GeneratePress and OceanWP seem to have rabid followings based on this enthusiasm gap metric.&nbsp; Astra also has a great enthusiasm gap at 2%.&nbsp; But Hello Elementor…14% &#8211; that’s…high compared to the competition.</p>\n\n\n\n<p>Theme reviews are, of course, totally subjective and can be manipulated by marketing pushes.&nbsp;&nbsp;</p>\n\n\n\n<p>However, it’s also possible that a high volume of 5-star reviews is <em>actually</em> an indicator of enthusiasm for the theme. For example, OceanWP has 5,412 reviews, whereas Hello Elementor has only 90 reviews.&nbsp;</p>\n\n\n\n<p>What’s that say about those particular themes?&nbsp; Who knows?!&nbsp; It’s not clear why OceanWP has 60x the 5-star reviews of Hello Elementor, but surely something good is happening over at OceanWP, right?&nbsp;&nbsp;</p>\n\n\n\n<p>And maybe Hello Elementor is awesome despite its low enthusiasm gap numbers. It is, after all, dominating the “usage rate” metric, which is the metric WP Data Dashboard endorses.</p>\n\n\n\n<p>Perhaps my “enthusiasm gap” metric is pointless dribble that I made up on the spot as I wrote this article and didn’t run it through a deeper analysis to learn if my assumptions were sound. If you believe this reality (and, admittedly, I won’t deny it), then speak to me as if I were a golden retriever and let me know what’s wrong with my amazingly mathy “enthusiasm gap” metric.*</p>\n\n\n\n<img width=\"1536\" height=\"1152\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2024/03/900639d668411b027.88586866-1536x1152-1.jpg\" alt=\"10 people in a line holding hands on a beach.\" class=\"wp-image-154779\" /><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/900639d668/\">photo</a> by <a href=\"https://wordpress.org/photos/author/codexdemon/\">Sanyogg Shelar</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<h2 class=\"wp-block-heading\" id=\"let-the-best-theme-arguments-commence\">Let the “Best Theme” Arguments Commence!</h2>\n\n\n\n<p>To my great surprise, some members of my local Minneapolis-St. Paul WordPress User Group community <em>disagree</em> with my somewhat arbitrary and very mathy choice for the best theme available.&nbsp; What gives?!</p>\n\n\n\n<p>Arguing about why one theme is better than another is part of the fun of being a member of the WP community.&nbsp;&nbsp;</p>\n\n\n\n<p>Metrics like “usage rate” and “enthusiasm gap” add context in much the same way that “Free Throw %” does in basketball or “Shots Per Game” does in soccer.&nbsp; That is, these numbers don’t tell the whole story, but they sure can lead to some fun conversations!</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"random-best-theme-opinions-from-the-minneapolis-st-paul-wp-user-group\">Random &#8220;Best Theme&#8221; Opinions from the <a href=\"https://mspwp.com\">Minneapolis-St. Paul WP User Group</a>:</h3>\n\n\n\n<p>I asked my local WP user group members what their favorite themes are.  Below are some of their opinions.</p>\n\n\n\n<p>“Beaver Builder (specifically using the Beaver Themer plugin) because it is almost just as powerful as creating my own theme (what I used to do before Beaver Themer was released), but with the fast, easy and powerful features of Beaver Builder. I&#8217;m never going back!” &#8211; Barbara S.</p>\n\n\n\n<p>“Impreza.” &#8211; Aaron H.S.</p>\n\n\n\n<p>“I also use Beaver Builder/Themer, but not the theme. I’ve always used Genesis and still do. I use Mai Theme as my base, much to the horror of the dev who never intended it to be used with a builder. Sometimes I try to use the block editor on a basic page, but it still feels clumsy and unintuitive to me. I love Mai Theme because of the scalable fonts and spacing and the navigation is very well done.” &#8211; Jodi S.</p>\n\n\n\n<p>“My favorite theme is either &#8220;Hello Elementor&#8221; (the barebones vanilla theme when building a site with Elementor), or just using Bricks.” &#8211; John V.</p>\n\n\n\n<p>“+1 for Impreza! Have built 20-30 sites with it.</p>\n\n\n\n<ul>\n<li>$59 one time purchase.</li>\n\n\n\n<li>Comes with WP Bakery Page Builder, which is my go to. Love the backend editor.&nbsp; Extremely intuitive.</li>\n\n\n\n<li>Theme Options are very integrated with WP Bakery and include drag-n-drop Header/Footer builder, Reusable Blocks, Grid Builder, and Template Builder.</li>\n\n\n\n<li>When used with ACF, I never have to touch code because WP Bakery has a Custom Field element that pulls in any ACF field I want.</li>\n\n\n\n<li>Comes bundled with Slider Revolution, ACF Pro, to name a few.</li>\n\n\n\n<li>Theme Support is incredible!</li>\n</ul>\n\n\n\n<p>My 2.7 cents!” &#8211; Matt C.</p>\n\n\n\n<p>“My favorite theme is Enfold. They have a really nice drag-and-drop system and the theme is super versatile. Good customer support and good performance improvements as browser changes are implemented.” &#8211; Beth B.</p>\n\n\n\n<p>“I’ve been a Divi user since almost the beginning. It also has a drag-and-drop system and a visual builder that allows edits from the front end as well as the dashboard.”—Lisa D.</p>\n\n\n\n<p>“I have been using Astra theme a lot. Got a lifetime license for Astra Premium &amp; Astra Pro which has been so worth it for fast customization.” &#8211; Donna</p>\n\n\n\n<p>“We have been using Astra a lot for the past three years or so. It has great benefits and a few unfortunate flaws, but on the whole it is a win for us. Astra is a more traditional theme than Genesis, easier to build child themes with, but it has a huge depth of hooks, making it just as flexible and customizable for our clients as we found with Genesis years ago.” &#8211; Eric C.</p>\n\n\n\n<p>“GeneratePress is a powerful lightweight framework.” &#8211; David S.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"about-the-data\">About the Data</h2>\n\n\n\n<p>I used <a href=\"https://www.wp-data-dashboard.com/themes\">WP Data Dashboard</a> as my data source.&nbsp; </p>\n\n\n\n<p>WP Data Dashboard pulls raw data from the <a href=\"https://codex.wordpress.org/WordPress.org_API#Popular_theme_tags\">WP.org API</a> and then give each theme a “usage rate”, to determine whether or not people actually like the theme enough to use it.&nbsp;&nbsp;[See <a href=\"https://github.com/luehrsenheinrich/wp-data-dashboard/blob/96784c60d91420f6617d214a84e21834f0d0218c/src/Service/WpOrgApiCrawlService.php#L672-L724\">specific calculations</a>.]</p>\n\n\n\n<p>“While the data from the&nbsp;data has it’s limitations and should be taken with a grain of salt, the available numbers paint a pretty clear picture of what users actually want to use,&#8221; says WP Data Dashboard founder, Hendrik Luehrsen said.</p>\n\n\n\n<p>For example, Twenty Fifteen theme has a very high download count but very low “active install” numbers &#8211; It therefore has a very low “usage rate” on WP Data Dashboard.&nbsp;&nbsp;</p>\n\n\n\n<p>Conversely, Twenty Twenty-Three theme, being a relatively new default theme, has both a high download count and high “active install” count, giving it a high “usage rate”.&nbsp;&nbsp;</p>\n\n\n\n<p>“A WP core update is a download of a ‘Twenty’ theme,” said a member of the WP Core team.&nbsp; “Even though the theme might not be in use, it’ll get a lot of downloads.”</p>\n\n\n\n<p>Therefore, for the purposes of this article, I ignore all the default &#8220;Twenty&#8221; themes since their download counts are inflated:</p>\n\n\n\n<p>Two final caveats on the data: </p>\n\n\n\n<ol>\n<li>Download counts can be inflated by releasing more updates to the theme, marketing efforts, purchased reviews, etc. </li>\n\n\n\n<li>The download counts are correct, but the “active_installs” data point is capped at 1,000,000. So we have no idea if a theme has 1,000,000 or 5,000,000 installs. For example, Astra and Hello Elementor each have <em>at least</em> 1 million active installations.</li>\n</ol>\n\n\n\n<p>Still, this is the best data we’ve got, so let’s have some fun with it.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-your-favorite-wp-theme\">What is your favorite WP theme?&nbsp;&nbsp;</h2>\n\n\n\n<p>Keep it light and share what your favorite theme is and why in the comments below.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"related-links\">Related Links</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/themes/\">Popular Themes on WP.org</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=LTDS6SHwA6w\">“Speak as you might to a young child or a golden retriever.”</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/wp-data-dashboard-tracks-wordpress-org-themes-ecosystem\">WP Data Dashboard Tracks WordPress.org Themes Ecosystem</a> (Oct. 2023)</li>\n</ul>\n\n\n<div class=\"wp-block-post-author-biography\">Toby Cryns is a freelance CTO, WordPress consultant, and teacher at The Mighty Mo! Design Co. in Minneapolis, MN, USA. \n\n\nHave a potential WP Tavern story?  <a href=\"https://themightymo.com/contact-us/\">Contact Toby</a>.</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Mar 2024 15:11:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Toby Cryns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Synced Pattern Overrides punted, Font Library approved, as WordPress 6.5 nears release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154731\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/synced-pattern-overrides-punted-font-library-approved-as-wordpress-6-5-nears-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8226:\"<p>As the <a href=\"https://make.wordpress.org/core/6.5/\">WordPress 6.5 release date</a> is just around the corner, contributors have been racing to complete work on a few outstanding issues and bug fixes. Two of the most prominent features, Synced Pattern Overrides and the Font Library, have been stuck in critical debates until today when Executive Director Josepha Haden Chomphosy <a href=\"https://make.wordpress.org/core/2024/03/07/unblocking-wp6-5-font-library-and-synced-pattern-overrides/\">weighed in with an official response</a> and a path forward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Font Library is Ready for Core</h2>\n\n\n\n<p>When <a href=\"https://wordpress.slack.com/archives/C02RQBWTW/p1708987810984969\">conversation arose</a> in the Make WordPress Slack last week that the Font Library may not be ready for 6.5, there was a feeling of déjà vu. The Font Library <a href=\"https://wptavern.com/wordpress-6-4-font-library-feature-punted-to-6-5-release\">had already been punted</a> from the last few major releases as the team works to make sure the feature is fully future-proof. Luckily, the decision for 6.5 is that the Font Library will be shipping in core.</p>\n\n\n\n<p>A handful of related issues were brought up, but the conversation centered mostly around <a href=\"https://github.com/WordPress/gutenberg/issues/59417\">where fonts would be stored for your WordPress website</a>. The Font Library includes a new directory in wp-content/fonts, at the same level as plugins, themes, and more. Because fonts are uploaded by users and fetched as resources, some contributors felt that they should live inside the wp-content/uploads directory, where other uploads and media are placed, and that their architecture should map <a href=\"https://github.com/WordPress/gutenberg/issues/59387\">more closely to Attachments</a> in WordPress.</p>\n\n\n\n<p>On the one hand, it&#8217;s a bit of a philosophical debate: are fonts just &#8220;uploads&#8221; or are they something more fundamental to how we build websites?</p>\n\n\n\n<p>&#8220;A large motivation behind the font library is to introduce fonts as a first-class object within WordPress—stored, described, and managed in a way that allows us to convey this distinct nature alongside other objects,&#8221; Lead Architect Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/59417#issuecomment-1972978157\">explained</a> in a recent GitHub issue. &#8220;So this is fundamentally an architectural decision we are making and not exclusively one of convenience, which aims to position fonts as a concept alongside themes, plugins, languages, and media uploads within wp-content.&#8221;</p>\n\n\n\n<p>Contributors, including representatives from hosting companies, were concerned that this would cause downstream effects with filesystem security and some of the more complicated off-loading scenarios where assets like images and fonts are cached and distributed separately. Some hosts may even need to modify their architecture to work with this new directory structure. Fortunately <a href=\"https://core.trac.wordpress.org/browser/trunk/src/wp-includes/fonts.php?rev=57777#L125\">a filter to change the location of fonts</a> was included and iterated upon so that hosts could override the directory location and have more time to consider their approach.</p>\n\n\n\n<p>The result is that users can look forward to the Font Library shipping in WordPress 6.5, and future work will be done to audit the result, flesh out more of <a href=\"https://github.com/WordPress/gutenberg/issues/54186\">the missing features</a>, and discuss the potential effects of adding this new directory. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Synced Pattern Overrides Gets Overridden</h2>\n\n\n\n<p>Previously referred to as &#8220;partially synced patterns,&#8221; and tied up with the larger concept of the <a href=\"https://wptavern.com/the-block-bindings-api-brings-dynamic-data-to-blocks\">Block Bindings API</a> in WordPress Core, <a href=\"https://github.com/WordPress/gutenberg/issues/53705\">Synced Pattern Overrides</a> are not as easily defined as the Font Library. For site builders, though, the concept has been a bit of a holy grail. So it is with much disappointment, mixed with understanding, that the feature will not be shipping in WordPress 6.5.</p>\n\n\n\n<p>&#8220;Synced Patterns&#8221; in WordPress (formerly &#8220;reusable blocks&#8221;) allow users to create block patterns in which any changes will show up automatically anywhere the pattern is used across your site. Synced Pattern <em>Overrides</em> introduced the next evolution of this feature, where you could &#8220;lock&#8221; the design of your pattern, but allow users to update some of the content, such as text or images, in each pattern instance.</p>\n\n\n\n<p>Concern was raised over how Synced Patterns were defining their ability to have these &#8220;overrides&#8221;, both in the underlying structure and in how the feature was shown in the user interface. These types of &#8220;overrides&#8221; are considered foundational to many of the future goals of the block editor, so it&#8217;s important to get it right.</p>\n\n\n\n<p>&#8220;For later, I’d like to note that the feature is not just about &#8216;making things overridable&#8217; by the user,&#8221; clarified Riad Benguella, Automattic-sponsored contributor and Editor Tech Lead for the current release. &#8220;While it’s the immediate use-case, we should think about this more holistically, it’s about separating content and presentation of patterns. It’s about providing a schema for the pattern.&#8221;</p>\n\n\n\n<p>That separation of content and presentation has been a big issue for extenders trying to build maintainable sites using the Block Editor.</p>\n\n\n\n<p>&#8220;My main issue is that this isn&#8217;t a decision we can reverse lightly,&#8221; noted Fabian Kägy, a contributor sponsored by 10up. He reiterated the importance of getting the feature right in Gutenberg before merging it into WordPress core, emphasizing that &#8220;the Gutenberg plugin is meant to be a playground for a feature to grow / iterate upon before it goes into core.&#8221;</p>\n\n\n\n<p>So while the underlying architecture of the Block Bindings API will still ship with WordPress 6.5, one of its first visible implementations, Synced Pattern Overrides, will not.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Release Cycle Continues</h2>\n\n\n\n<p>Both of these last-mile issues also highlighted the unique challenges we face when some of these large new features for WordPress are built inside the Gutenberg plugin, rather than in a separate feature plugin. The tradeoffs to this approach to feature development was one of the key issues <a href=\"https://wptavern.com/gutenbergs-project-leadership-sits-down-with-new-outreach-team-to-discuss-problems-with-the-site-editor\">discussed in a Hallway Hangout last week</a>.</p>\n\n\n\n<p>In the meantime, contributors are racing to finish work or else document changes on many less prominent issues that were also discovered during the beta releases, including <a href=\"https://github.com/WordPress/gutenberg/issues/59548#issuecomment-1980983287\">an update to how HTML is parsed in code blocks</a> and issues with changes to make <a href=\"https://github.com/WordPress/gutenberg/pull/59635\">the block editor more accessible</a>.</p>\n\n\n\n<p>When WordPress 6.5&#8217;s first release candidate was launched on Tuesday, the cycle transitioned into a &#8220;string freeze&#8221; so that translators could begin their work. The 6.5 Field Guide, Dev Notes, and Make Core announcements are all being drafted for publication. And all of this work is set to the backdrop of the flagship <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia</a> conference going on now in Taipei and featuring much of the project&#8217;s leadership and core team.</p>\n\n\n\n<p>WordPress 6.5, <a href=\"https://make.wordpress.org/core/6.5/\">scheduled for March 26, 2024</a>, is shaping up to be quite the eventful release, and features like the Font Library, Plugin Dependencies, and the <a href=\"https://wptavern.com/interactivity-api-prepares-for-its-official-debut-in-wordpress-6-5\">Interactivity API</a> have many in the community excited for what&#8217;s to come.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Mar 2024 18:22:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Brian Coords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Do The Woo Community: What March is Looking Like Here at Do the Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=79212\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://dothewoo.io/on-the-road-wordcamp-asia-cloudfest/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:395:\"<p>With WordCamp Asia and CloudFest, our schedule will be a bit off but just wait for the recordings we will be getting while on the road.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/on-the-road-wordcamp-asia-cloudfest/\">What March is Looking Like Here at Do the Woo</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Mar 2024 03:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WordPress Developer Docs Shows Off a New Block-Based Redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154710\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wordpress-developer-docs-shows-off-a-new-block-based-redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10402:\"<p>Over the years, WordPress&#8217;s developer documentation, originally the <a href=\"https://codex.wordpress.org/\">Codex</a> but now the <a href=\"https://developer.wordpress.org/reference/\">WordPress Code Reference</a>, has served the project well. However, there&#8217;s been a sense in the community that much of the more recent documentation- for example, the JavaScript APIs and packages coming out of Gutenberg- has been inconsistent and harder to read and understand. Developers often find themselves navigating disconnected designs and organization throughout the various docs, guides, and handbooks for topics that might cover anything from the Shortcodes API to WP-CLI.</p>\n\n\n\n<p>This past December, <a href=\"https://make.wordpress.org/meta/2023/12/15/developer-resources-gets-a-refresh/\">WordPress.org&#8217;s entire Developer Resources subdomain relaunched</a> with much more intuitive homepage, cohesive navigation, and a modern design. In developer circles and on social media, the relaunch was met with rave reviews, along with more than a few sighs of relief.</p>\n\n\n\n<img width=\"1600\" height=\"1246\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2024/03/developer-resources-homepage-grey-2.jpg\" alt=\"Screenshots of the Developer Resources home page after and before the redesign.\" class=\"wp-image-154712\" />After and Before. Source: make.wordpress.org\n\n\n\n<p>Although the redesign appeared almost three months ago, it belongs in the WP Tavern as a modern milestone for the WordPress project. I caught up with Nick Diego, a Developer Advocate sponsored by Automattic, to learn more about the story behind the redesign and what else we can expect from WordPress.org&#8217;s multi-year migration to a new look and feel.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Defining a Project Scope</strong></h2>\n\n\n\n<p>If you&#8217;ve seen Nick&#8217;s name recently, it may be from his popular WordPress plugins, such as <a href=\"https://wptavern.com/show-and-hide-content-via-the-block-visibility-wordpress-plugin\">Block Visibility</a> and the <a href=\"https://wptavern.com/add-custom-svgs-via-the-icon-block-wordpress-plugin\">Icon Block</a>, or else his work on the <a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a>. The team of contributors running the Developer Blog have been busy educating readers on how to work with many of the new and experimental tools coming out of the Block Editor. But some of them are also deep in the trenches trying to rewrite twenty years of legacy developer resources, <a href=\"https://make.wordpress.org/themes/2023/04/04/theme-handbook-overhaul-proposal/\">like Justin Tadlock&#8217;s ongoing work with the Theme Handbook</a>.</p>\n\n\n\n<p>&#8220;One of the big focuses for my team,&#8221; Nick explained, &#8220;was to try and improve the <a href=\"https://developer.wordpress.org/block-editor/\">Block Editor Handbook</a> and the <a href=\"https://developer.wordpress.org/themes/\">Themes Handbook</a>. And so we&#8217;re working on the content of it, and there&#8217;s still tons of work to do there, but one of the things we identified early on was that the structure and the design of the site, it just made things worse.&#8221; (I&#8217;ll spare readers the links to my numerous Twitter and podcast rants on that exact topic.)</p>\n\n\n\n<p>Once they realized this, the team was confronted with a choice. They could simply ignore the issues with the outdated design and continue updating content. They could completely rethink the way that the developer documentation for the project was built and start a massive restructuring. Or they could keep working within the existing architecture but focus on cleaning up the glaring gaps in design.</p>\n\n\n\n<p>They chose that third approach &#8211; focusing on redesigning what they had, rather than trying to advocate for an entirely new documentation platform. That also freed up more time to continue updating the most important part: the content.</p>\n\n\n\n<p>&#8220;I would rather spend my time fixing [the content],&#8221; Nick explained. &#8220;Because then if we ever get to a point where we want to re-architect the whole thing, then it&#8217;s an architectural problem and not an &#8220;oh, and all our content&#8217;s all wrong problem&#8217;.&#8221;</p>\n\n\n\n<p>The team began work on updating the content and design in tandem, and Nick was able to draw on his experience helping out with the recent <a href=\"https://wptavern.com/wordpress-relaunches-showcase-powered-by-blocks\">redesign of the Showcase</a> on WordPress.org.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Documentation by Contribution</strong></h2>\n\n\n\n<p>One important caveat for WordPress documentation is that it is also open to contribution, just like WordPress core. That means that the structure in which documentation is written, discussed, and hosted needs to be available to any contributor who might be able to help.</p>\n\n\n\n<p>Some of the documentation, like the Theme Handbook, is actually post content inside of a WordPress installation. Nick explained that &#8220;it&#8217;s really hard to contribute to, because you can&#8217;t go write a pull request somewhere. You have to open an issue that says, &#8216;Hey, there&#8217;s a spelling error here&#8217; or &#8216;Hey, this paragraph should be changed&#8217; and then some docs contributor that has permission used to go in and make it. It is wildly challenging.&#8221;</p>\n\n\n\n<p>If the team wants content to be collaborative, it ultimately needs to have some connection to GitHub, where collaboration tends to happen. The benefit to this approach is that developer documentation can be an onramp to becoming a WordPress contributor. Once you&#8217;ve made a small pull request fixing a spelling error, it becomes a little easier to consider making a PR with an actual code change.</p>\n\n\n\n<p>&#8220;So we have some pieces of the site [in WordPress],&#8221; said Nick. &#8220;We have some pieces that are on GitHub. There&#8217;s other parts that are generated from source code, other pieces that are part of packages. So it&#8217;s a very complicated setup where there&#8217;s content in so many different places, and even with the stuff that&#8217;s in GitHub, it&#8217;s coming from multiple repositories.&#8221;</p>\n\n\n\n<p>For now, any of the documentation that does live on GitHub has a link to &#8220;Improve it on GitHub&#8221; in the footer, taking you to its source.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Learning From Building Block Themes</strong></h2>\n\n\n\n<p>Updating the Developer Documentation site to match the new design language rolling out across WordPress.org meant migrating it from a classic theme to the same underlying <a href=\"https://github.com/WordPress/wporg-parent-2021\">block-based parent theme</a> that all of the newly redesigned WordPress.org sites are using. What some might see as an insurmountable challenge, this team saw as a learning and &#8220;dogfooding&#8221; opportunity.</p>\n\n\n\n<p>&#8220;The documentation section is huge,&#8221; said Nick, &#8220;How do you update that to a block theme? So we also looked at it as a project where Meta will learn a lot as the process goes.&#8221;</p>\n\n\n\n<p>The team could take all of their experiences of migrating a massive website- hundreds of pages of content, some authored inside of WordPress but much of it populated by automated integrations with numerous GitHub repositories- and share the lessons they&#8217;d learn with the core team that was building the Site Editor itself.</p>\n\n\n\n<p>One example that I&#8217;m sure any developer will resonate with was the issue of version control for a block theme.</p>\n\n\n\n<p>&#8220;Everything in dot org needs version control,&#8221; Nick explained. &#8220;So the Site Editor works, but then you have to sync all the changes back to the template files in the theme. So there are definitely some challenges that the Meta team have had to circumvent because of the unique requirements of dot org. But it&#8217;s been a really interesting case study.&#8221;</p>\n\n\n\n<p>Nick and his colleagues then used their experience to facilitate <a href=\"https://github.com/WordPress/gutenberg/discussions/59480\">discussions on GitHub</a> with the broader developer community who are also grappling with these exact issues with block themes.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Redesign Continues</strong></h2>\n\n\n\n<p>The WordPress.org redesign is a multi-year endeavor with a lot of concurrent projects happening. A few that Nick and his colleagues are focused on next include <a href=\"https://make.wordpress.org/meta/2024/02/15/project-thread-documentation-redesign/\">redesigning the rest of the WordPress Documentation</a>, a segment of end-user-facing content known as the &#8220;HelpHub&#8221;, along with the <a href=\"https://wordpress.org/support/forums/\">Forums</a> and the <a href=\"https://wordpress.org/patterns/\">Patterns Directory</a>.</p>\n\n\n\n<p>Along the way, their focus is on making sure the community is aware that these redesign projects are all public to review and engage with.</p>\n\n\n\n<p>Nick added that &#8220;Figma is public, the GitHub&#8217;s public, but is it as public as it could be from a visual perspective within the community? No. And I think that that&#8217;s something that we&#8217;re trying to do better. So we&#8217;re trying to improve the process so it is more visible moving forward.&#8221;</p>\n\n\n\n<p>The team has been more proactively posting updates on the Make WordPress blog as well as in a dedicated Slack channel, <a href=\"https://wordpress.slack.com/archives/C04U953K77A\">#website-redesign</a>. The end goal for these redesigns is to increase the quality and access to information, but also to make contribution to the project easier.</p>\n\n\n\n<p>&#8220;One of the things that we&#8217;ve actually seen,&#8221; said Nick &#8220;is that once the redesign happened and there was a bit more spotlight on it and people started using it, then the problems with the UI kind of go away and then you start to see problems with the content, which leads to more people fixing the content.&#8221; </p>\n\n\n\n<p>If you&#8217;re interested in contributing to the design or the content of some of these upcoming projects, consider joining the WordPress <a href=\"https://make.wordpress.org/chat/\">Slack</a> or following along in the <a href=\"https://make.wordpress.org/\">Make WordPress blog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Mar 2024 19:03:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Brian Coords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress.org blog: The Month in WordPress – February 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17030\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2024/03/the-month-in-wordpress-february-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10597:\"<p>February saw significant progress towards the upcoming WordPress 6.5 release and final preparations for WordCamp Asia. The results of the annual WordPress survey were released, and discussions began on the next steps for the Data Liberation project. Read on for the latest happenings in the WordPress space.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Get ready for WordCamp Asia</h2>\n\n\n\n<p>The stage is ready for the first WordPress flagship event of the year in Taipei, Taiwan. WordCamp Asia 2024 will kick off on March 7, promising three days of learning, networking, and inspiration.</p>\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2024/schedule/\">This year’s schedule</a> features an extensive lineup of speakers, including guests <a href=\"https://asia.wordcamp.org/2024/speaker/josepha-haden-chomphosy/\">Josepha Haden Chomphosy</a>, <a href=\"https://asia.wordcamp.org/2024/speaker/ben-thompson/\">Ben Thompson</a>, <a href=\"https://asia.wordcamp.org/2024/speaker/noel-tock/\">Noel Tock</a>, and <a href=\"https://asia.wordcamp.org/2024/speaker/ju-chun-ko/\">JU-CHUN KO</a>. To conclude the summit, attendees can engage with WordPress co-founder <a href=\"https://asia.wordcamp.org/2024/speaker/matt-mullenweg/\">Matt Mullenweg</a> in a Q&amp;A session. <a href=\"https://wordpress.org/news/2024/03/wordcamp-asia-2024-qa-with-matt-mullenweg/\">Find out how to submit your questions</a>.</p>\n\n\n\n<p>Can’t make it to Taipei? Watch the event live stream on the <a href=\"https://www.youtube.com/wordpress\">WordPress YouTube channel</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Countdown to WordPress 6.5</h2>\n\n\n\n<p>WordPress 6.5 is on track for its much-anticipated release on March 26. Following last month’s beta releases, the <a href=\"https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-1/\">first release candidate (RC1)</a> is now available for testing—marking another milestone in the development cycle.</p>\n\n\n\n<p>This major release will add finesse and fine-tuning to how you control your site-building experience, with lots to explore specifically for developers. Get a detailed overview of highlighted features in the <a href=\"https://wordpress.org/news/2024/02/wordpress-6-5-beta-1/\">Beta 1 announcement</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Stay on top of the latest updates in WordPress development with <a href=\"https://developer.wordpress.org/news/2024/02/10/whats-new-for-developers-february-2024/\">February’s edition of What’s New for Developers?</a></p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Two new versions of Gutenberg shipped in February:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2024/02/14/whats-new-in-gutenberg-17-7-14th-february/\"><strong>Gutenberg 17.7</strong></a> introduced multiple performance improvements, refinements to the link control UI, and shadow support for more blocks, among other notable highlights.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/02/28/whats-new-in-gutenberg-17-8-28-february/\"><strong>Gutenberg 17.8</strong></a> focused on stability updates. New features included a grid layout variation for the Group block, bulk export of patterns, and the ability to browse and try alternative templates from the editor’s sidebar.</li>\n</ul>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile has-off-white-2-background-color has-background\"><a href=\"https://make.wordpress.org/core/2024/02/10/core-editor-improvement-power-in-the-details/\"><img width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/03/Core-Editor-Improvement-Power-in-the-Details-Featured-Image.png?resize=1024%2C576&ssl=1\" alt=\"Decorative blue background with text \" /></a><div class=\"wp-block-media-text__content\">\n<p>Beyond major features, many small yet mighty updates are coming in WordPress 6.5 that will make a big difference in your WordPress experience. <a href=\"https://make.wordpress.org/core/2024/02/10/core-editor-improvement-power-in-the-details/\">Read more »</a></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2024/02/2023-annual-survey-results-and-next-steps/\">Results of the 2023 annual WordPress survey</a> were announced last month.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/02/19/data-liberation-next-steps/\">An update on the Data Liberation project</a> informs the next steps of this initiative and how to contribute to current conversations.</li>\n\n\n\n<li>The Community team shared <a href=\"https://make.wordpress.org/community/2024/02/09/2023-wordpress-meetup-survey-key-findings/\">key findings from the 2023 WordPress meetup survey</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2024/02/16/contributor-mentorship-program-second-cohort-2024-q1/\">Meet the new cohort</a> of the Contributor Mentorship Program.</li>\n\n\n\n<li>The Photos team posted <a href=\"https://make.wordpress.org/photos/2024/02/02/alt-text-for-wordpress-photos/\">recommendations for improving alternative texts</a> when submitting images to the Photo Directory.</li>\n\n\n\n<li>Following discussions on the evolution of the Outreach Program, a <a href=\"https://make.wordpress.org/core/2024/02/27/connect-with-the-github-outreach-group-to-request-feedback-or-further-testing/\">new outreach group</a> has been created on GitHub. This group will provide expertise and feedback to those seeking additional testing or perspectives on a new feature or solution.</li>\n\n\n\n<li>Core team members introduced the <a href=\"https://make.wordpress.org/core/2024/02/22/introducing-the-wordpress-core-trac-sustainability-focus/\">WordPress Core Trac Sustainability Focus</a>, a part of the Sustainability team&#8217;s effort to enhance the sustainability of the WordPress codebase.</li>\n\n\n\n<li>A new release of WP-CLI is <a href=\"https://make.wordpress.org/cli/2024/02/08/wp-cli-v2-10-0-release-notes/\">now available</a>.</li>\n\n\n\n<li>Learn WordPress is regularly updated with new tutorials, online workshops, and more learning resources. <a href=\"https://learn.wordpress.org/learn-wordpress-newsletter-march-2024/\">Check out what’s new</a>.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2024/02/people-of-wordpress-sunita-rai/\">Sunita Rai</a>, a content marketer and volunteer translator from Nepal.</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Requests for feedback and testing</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-1/\">Your help testing WordPress 6.5</a> is key to ensuring everything in this release is the best it can be. New to testing? <a href=\"https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1/\">Read this post</a> for more details on getting set up.</li>\n\n\n\n<li>The Training team is discussing <a href=\"https://make.wordpress.org/training/2024/02/20/discussion-bringing-accessibility-first-approaches-into-content-development/\">how to bring accessibility-first approaches</a> into their content creation and processes. Feedback is open until March 9.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2024/02/27/mobile-team-update-february-26th-2/\">Version 24.3</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events</h2>\n\n\n\n<ul>\n<li>WordCamp Europe 2024 is <a href=\"https://europe.wordcamp.org/2024/call-for-photographers-is-now-open/\">looking for photographers</a>.</li>\n\n\n\n<li>The WordPress Kerala Photo Festival wrapped up with great success. The event received over <a href=\"https://wordpress.org/photos/t/wpkeralaphotos/\">1,500 images</a> from 163 participants, contributing to the Photo Directory passing the 15,000 photo milestone. Winners were announced <a href=\"https://events.wordpress.org/kerala/2024/photo-festival/winners-of-the-kerala-wordpress-photo-festival/\">in this post</a>.</li>\n\n\n\n<li>Don’t miss these other WordPress events happening soon:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f1e8-1f1f7.png\" alt=\"🇨🇷\" class=\"wp-smiley\" /> <a href=\"https://events.wordpress.org/sanjose/2024/women-wordpress-day/\">Women WordPress Day</a>, Costa Rica, on March 8</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" /> <a href=\"https://events.wordpress.org/switzerland/2024/community-day/\">Switzerland Community Day</a> on March 23</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" /> <a href=\"https://torrelodones.wordcamp.org/2024/\">WordCamp Torrelodones</a>, Spain, on March 23-24</li>\n</ul>\n</li>\n\n\n\n<li>Find out more local events or apply to organize one on the <a href=\"https://events.wordpress.org/\">Events page</a>.</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em><strong>Have a story we should include in the next issue of The Month in WordPress? Fill out </strong></em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><em><strong> to let us know.</strong></em></p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading\">Subscribe to WordPress News</h3>\n\n\n\n<p>Join other subscribers and receive WordPress news directly in your inbox.</p>\n\n\n<div class=\"wp-block-jetpack-subscriptions__supports-newline is-style-split wp-block-jetpack-subscriptions\">\n		<div>\n			<div>\n				<div>\n					<p>\n						<a href=\"https://wordpress.org/news/?post_type=post&p=17030\">Subscribe</a>\n					</p>\n				</div>\n			</div>\n		</div>\n	</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Mar 2024 13:20:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Do The Woo Community: What You Can Expect from the CloudFest Hackathon 2024 Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=79204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://dothewoo.io/what-you-can-expect-from-the-cloudfest-hackathon-2024-projects/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:447:\"<p>Listen in from some of the project leads that will be at this years CloudFest hackathon and learn about the goal-oriented open source projects.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/what-you-can-expect-from-the-cloudfest-hackathon-2024-projects/\">What You Can Expect from the CloudFest Hackathon 2024 Projects</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Mar 2024 09:32:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Certain WP Form Plugins Make Accessibility Easy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/certain-wp-form-plugins-make-accessibility-easy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9511:\"<p>According to the WAVE web accessibility tool, Gravity Forms scores a perfect score out-of-the-box for their front-end forms. Same with Ninja Forms, Contact Form 7, and WP Forms.&nbsp;&nbsp;</p>\n\n\n\n<p>I tested 2 other popular WP form plugins that did not fare as well.</p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/certain-wp-form-plugins-make-accessibility-easy#gravity-forms-investments-in-web-accessibility-are-paying-dividends\">Gravity Forms’ Investments in Web Accessibility Are Paying Dividends</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/certain-wp-form-plugins-make-accessibility-easy#is-wcag-aa-compliant-enough-what-about-wcag-aaa-compliance\">Is WCAG AA-Compliant Enough?  What about WCAG AAA-Compliance?</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/certain-wp-form-plugins-make-accessibility-easy#what-about-other-wp-form-plugins\">What About Other WP Form Plugins?</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/certain-wp-form-plugins-make-accessibility-easy#some-form-plugins-accessibility-efforts-seem-reactive-rather-than-proactive\">Some Form Plugins’ Accessibility Efforts Seem Reactive Rather Than Proactive</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/certain-wp-form-plugins-make-accessibility-easy#what-about-accessibility-on-the-admin-end-of-wp-form-plugins\">What About Accessibility on the Admin End of WP Form Plugins?</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/certain-wp-form-plugins-make-accessibility-easy#notes\">Notes</a></li></ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"gravity-forms-investments-in-web-accessibility-are-paying-dividends\">Gravity Forms’ Investments in Web Accessibility Are Paying Dividends</h2>\n\n\n\n<p><a href=\"https://wptavern.com/gravity-forms-2-5-launches-with-an-overhauled-ui-and-focus-on-accessibility\">The Tavern reported</a> in 2021 that <a href=\"https://www.gravityforms.com/\">Gravity Forms</a> invested heavily in web accessibility with their 2.5 release and also reported that Gravity Forms provides lots of information about <a href=\"https://docs.gravityforms.com/gravity-forms-commitment-to-accessibility/\">their approach to accessibility</a>.&nbsp;&nbsp;</p>\n\n\n\n<p>I was curious to dive deeper on Gravity Forms’ specific web accessibility processes.  </p>\n\n\n\n<p>“We do our testing with keyboard and screen readers,” <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, a software engineer at Gravity Forms who works closely with accessibility initiatives at the company says.&nbsp; </p>\n\n\n\n<p>“We also consider some other implications, such as how usable a feature is on mobile, how it looks in an RTL language, and whether we have sufficient color contrast.”</p>\n\n\n\n<p>Gravity Forms also tries to help novice users understand when they are making a change that might break accessibility.</p>\n\n\n\n<p>“One thing Gravity Forms does that&#8217;s particularly valuable is that it warns you if you&#8217;re using a feature that has known accessibility issues,&nbsp; and that&#8217;s a huge time saver for professionals,” says web accessibility consultant, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"is-wcag-aa-compliant-enough-what-about-wcag-aaa-compliance\">Is WCAG AA-Compliant Enough?&nbsp; What about WCAG <em>AAA</em>-Compliance?</h2>\n\n\n\n<p>Gravity Forms promises WCAG AA compliance, which is a great place to start for anyone who is looking to make a website more accessible to users.</p>\n\n\n\n<p>“WCAG2.1 AA is the standard required by most accessibility laws,” says Gravity Forms’ Kay.&nbsp;</p>\n\n\n\n<p>By comparison, “WCAG2.1 <em>AAA</em> is very strict, and includes some standards that are not necessarily realistic or necessary for all types of websites,” Kay adds.</p>\n\n\n\n<p>“Our goal is to make sure that [our forms] comply to WCAG 2.1AA,” says Kay. “This is not only because we want our forms to be accessible, but also because it is required by some countries.”</p>\n\n\n\n<p>“We provide tools that let users build forms that are WCAG-compliant, but it is still ultimately up to the user to make sure they are following all of the guidelines to meet those requirements,” adds Kay.</p>\n\n\n\n<p>I tested that statement in the wild, and it’s true: Gravity Forms gives you all the tools to make your front-end form WCAG AA-compliant out-of-the-box and without any configuration.&nbsp;&nbsp;</p>\n\n\n\n<p>For example, if you simply add name, email, and phone fields to a Gravity Form, it’ll be WCAG AA compliant.&nbsp;&nbsp;</p>\n\n\n\n<p>However, website owners can optionally or unknowingly break compliance &#8211; and often do.&nbsp; For example, deleting the default form labels will break compliance.&nbsp;&nbsp;</p>\n\n\n\n<p>You don’t have to go far on the web to run into a text input field without a proper label.&nbsp; Oftentimes this is done for aesthetic reasons &#8211; e.g. hiding labels to make the form more compact.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-about-other-wp-form-plugins\">What About Other WP Form Plugins?</h2>\n\n\n\n<p>While other form plugins might be able to create accessible forms, they aren’t as simple to configure for WCAG and ADA compliance, according to some accessibility consultants.&nbsp;&nbsp;</p>\n\n\n\n<p>“For free plugins, Contact Form 7 allows you to create very accessible forms,&nbsp; but you have to know what you&#8217;re doing. It&#8217;s a fine tool if you put in the work, but I wouldn&#8217;t recommend it to the average user,” <a href=\"https://profiles.wordpress.org/joedolson/\">Dolson</a> says.</p>\n\n\n\n<p>Another web accessibility consultant, <a href=\"http://linkedin.com/in/gslacdao/\">Gerson Lacdao</a> noted his appreciation for Gravity Forms’ efforts while adding some constructive criticism of other WP form plugins.</p>\n\n\n\n<p>“Some [form plugins] have issues in the most basic [web accessibility] things like properly coded field labels,” says Lacdao.&nbsp;</p>\n\n\n\n<p>His favorite form plugin today is <a href=\"https://wordpress.org/plugins/ws-form/\">WS Form</a>.&nbsp;&nbsp;</p>\n\n\n\n<p>“In terms of accessibility, I would probably put [the WS Form plugin] on top,” Lacdao says. “I like how a lot of accessibility options are available [in WS Form], and I don&#8217;t need to add extra CSS or JS hacks just to make it work better.”</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"some-form-plugins-accessibility-efforts-seem-reactive-rather-than-proactive\">Some Form Plugins’ Accessibility Efforts Seem Reactive Rather Than Proactive</h2>\n\n\n\n<p>Lacdao mentioned one example of a popular WP form plugin that is behind on the web accessibility front (I was unable to reach the plugin’s developer for comment and therefore decided to not name the plugin here).&nbsp;&nbsp;</p>\n\n\n\n<p>“[That plugin’s accessibility] efforts are mostly reactive and for now only based on tickets or feedback from some users,” says Lacdao. “It&#8217;s something I&#8217;m a bit frustrated about because I feel like it&#8217;s part of their obligation to users to proactively make their product accessible.”&nbsp;</p>\n\n\n\n<p>In addition to making a clear proactive effort on the web accessibility front, the Gravity Forms team is always on the lookout for new issues.&nbsp;</p>\n\n\n\n<p>Gravity Forms’ Kay explains, “We usually investigate [accessibility tickets] as soon as they are reported, and we can usually get [them] fixed within one or two minor releases.”</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-about-accessibility-on-the-admin-end-of-wp-form-plugins\">What About Accessibility on the Admin End of WP Form Plugins?</h2>\n\n\n\n<p>It’s tough to talk about web accessibility in the admin side of any plugin without talking about accessibility in the admin of WordPress more generally.&nbsp;</p>\n\n\n\n<p>Based on my tests using the WAVE tool, neither WordPress core nor <em>any</em> plugin or theme I tested fared well on web accessibility within the admin.&nbsp;</p>\n\n\n\n<p>That said, admin-side accessibility improvements are definitely on Gravity Forms’ agenda.</p>\n\n\n\n<p>&nbsp;“[A senior accessibility consultant] has done a complete audit of our plugin in the dashboard, so we know what we need to do to make Gravity Forms accessible in the admin,” Kay said. “We are working on making the admin accessible, and in Gravity Forms 2.9 there will be some improvements.”&nbsp;&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"notes\">Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wave.webaim.org/extension/\">WAVE</a> is the testing tool promoted by WebAIM and also used by many web accessibility consultants as a data point for figuring out how a webpage is doing on the accessibility front.&nbsp; It’s not a perfect tool, but it is a great place to start.</li>\n\n\n\n<li>I reached out to WP Forms, Ninja Forms, and Forminator Pro in addition to Gravity Forms for inclusion in this article. Only Gravity Forms responded meaningfully to my requests for comment. I encourage other form plugin developers to leave their thoughts in the comments.</li>\n</ul>\n\n\n<div class=\"wp-block-post-author-biography\">Toby Cryns is a freelance CTO, WordPress consultant, and teacher at The Mighty Mo! Design Co. in Minneapolis, MN, USA. \n\n\nHave a potential WP Tavern story?  <a href=\"https://themightymo.com/contact-us/\">Contact Toby</a>.</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Mar 2024 23:55:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Toby Cryns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Cwicly’s Unexpected Farewell: Founder Decides to Discontinue Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154678\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/cwiclys-unexpected-farewell-founder-decides-to-discontinue-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7304:\"<p>In a shocking development, the Gutenberg-based page builder <a href=\"https://cwicly.com/\">Cwicly</a>’s founder Louis-Alexander Désiré has announced that the team is discontinuing the Cwicly development “after much deliberation and soul-searching.”</p>\n\n\n\n<p>Packed with innovative features and a commitment to embracing the WordPress vision in Gutenberg, Cwicly attracted a lot of attention. The community noted their recent tailwind expansion too. According to its description in <a href=\"https://appsumo.com/products/cwicly-builder/\">AppSumo</a>, “Cwicly is the only builder that interacts directly with the whole Gutenberg ecosystem and adds specialized blocks that are complementary and fully compatible with Gutenberg.”</p>\n\n\n\n<p>In a <a href=\"https://cwicly.com/\">blog post</a> and email to users, Louis attributed the abrupt decision to  “the relentless onslaught of destructive posts and comments by certain WordPress influencers”. He said, “Personal attacks on both myself and team members have been made and openly tolerated throughout. The negativity and hostility directed towards Cwicly, especially in comparison to other page builders, have taken a significant toll on our morale and motivation.”</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>“The passion and dedication that we have had from the start has been gradually diluted, enthusiasm has given way to dread. Working in such a negative climate has taken a significant toll on the team, making it nearly impossible to continue. Each day has become a struggle.”&nbsp;</p>\n</blockquote>\n\n\n\n<p>Louis assured users that Cwicly services will continue until the end of 2024, with reimbursements for all orders made after January 1, 2024.</p>\n\n\n\n<p>The statement was later retracted from the website, stating the discontinuation of the plugin development and ensuring user support during the transition period. However, the original statement is still available in <a href=\"https://discourse.cwicly.com/t/discontinuation-of-cwicly-development/5522\">Discourse</a>.</p>\n\n\n\n<h1 class=\"wp-block-heading\">Reaction of the Community&nbsp;</h1>\n\n\n\n<p>The WordPress community reacted with surprise and shock, especially considering that new features had been released just days before. “This is the biggest shock I’ve had in the recent past! Had to check if the date was 1st April. I hope Cwicly undo their decision” tweeted WordPress developer <a href=\"https://twitter.com/srikat/status/1764385731563454614\">Sridhar Katakam</a> while <a href=\"https://twitter.com/pootlepress/status/1764340304721727602\">Jamie Marsland</a>, founder of Pootlepress, called the statement released “a very sad statement”. </p>\n\n\n\n<p>Several people searched for scathing reviews and tweeted about not finding any devastating reviews or comments against Cwicly while others mentioned seeing negative comments in Facebook groups. <a href=\"https://twitter.com/arniepalmer/status/1764410609867559144\">Andrew Palmer</a>, co-founder of Bertha.AI revealed he has “seen a few comments on YT education videos for Cwicly where commenters say it’s trash.” </p>\n\n\n\n<p><a href=\"https://www.facebook.com/groups/dynamicwordpress/permalink/1456468901975256/\">Sujay Pawar</a>, CEO of Brainstorm Force, posted on Facebook “If you&#8217;re active in Facebook groups, you know how toxic some communities can be with trolls. I&#8217;ve had to take breaks from Facebook for my own mental health. I think Cwicly&#8217;s decision to stop must have been about more than just mean comments from some influencers. It&#8217;s probably about all the challenges of running a WordPress products business, especially the financial aspects, in demotivating communities where people are quick to criticize without realizing there&#8217;s a human being on the other side.” </p>\n\n\n\n<p><a href=\"https://www.facebook.com/groups/dynamicwordpress/permalink/1455267252095421/\">David McCan</a>, who had published “<a href=\"https://www.webtng.com/the-cwicly-conundrum/\">The Cwicly Conundrum: Two Years On Is It Ready to Use Yet</a>?” posted “I suspect that my article The Cwicly Conundrum may have contributed to their loss of morale.&nbsp; While as far as I know what I wrote was accurate, I realize that I was expressing my frustrations about feeling it wasn’t ready yet.&nbsp; I’m sorry if this contributed to their loss of morale, and it is a reminder that as a user and reviewer it is important to remember the people behind the product.” He continued “Cwicly is cutting edge and made a good contribution to the WordPress ecosystem.&nbsp; I hope the Cwicly team is able to continue with it, but if they don’t feel they can then I encourage them to keep it going long enough to look for someone who would want to purchase it, so they get some return and the product can live on.”&nbsp;</p>\n\n\n\n<p><a href=\"https://twitter.com/wpmodder/status/1764370654332068326\">Adam W. Warner</a>, GoDaddyPro Director Field Marketing, shared, “I’ve never used it, but everything mention I’ve seen of it was positive. Raving fans in fact. Obviously there’s been negative feedback somewhere though. However, as a business owner, it pays to have a thick skin for the naysayers. Easy to say, harder to do.” Justin Ferriman also agreed,  “Criticism and entrepreneurship go hand-in-hand (especially in the case of products). Probably just wasn&#8217;t for the founder, and that&#8217;s okay. It&#8217;s stressful.”</p>\n\n\n\n<p>WordPress Tampa Bay organizer <a href=\"https://twitter.com/schutzsmith/status/1764363078689264076\">Daniel AwesomeSmith</a> hoped “they’re not blaming community when it’s just business acumen and product fit to blame the most.” <a href=\"https://twitter.com/thekevingeary/status/1764363817901834463\">Kevin Geary</a>, WordPress entrepreneur, clarified that he “spent the last 3-5 months telling everyone that Cwicly is the 2nd best page builder for WordPress.”</p>\n\n\n\n<p>Co-founder of Newsletter Glue, <a href=\"https://twitter.com/lesley_pizza/status/1764477373263819040\">Lesley Sim</a> tweeted, “I don&#8217;t think shutting down is the right answer, I think levelling up as a business owner is. But, you can&#8217;t really teach that. They just have to decide to do it.” <a href=\"https://twitter.com/alexjvasquez/status/1764426557412737220\">Alex Vasquez</a> of DigiSavvy “wouldn&#8217;t be surprised if the owner/dev reverses course on their decision to shutter @cwicly. I find it beyond wild to just abandon your customers like that.”</p>\n\n\n\n<p>“Consider rebranding Cwicly instead of shutting it down &#8211; a fresh start can help overcome negativity and attract a more positive audience.” recommended entrepreneur <a href=\"https://twitter.com/mahdiali_/status/1764641586330370386\">MahdiAli Khanusiya</a>. “Some of the big guys like @automattic, @LiquidWeb, @syedbalkhi should check out @cwicly. Could be an acquisition / buy out. There&#8217;s a lot of great features there that could end up in core, or at least shouldn&#8217;t be thrown out.” proposed WPAI founder <a href=\"https://twitter.com/jameswlepage/status/1764532987507421294\">James LePage</a>. </p>\n\n\n\n<p>I have reached out to Louis and am still waiting to hear back from him.&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Mar 2024 18:23:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.org blog: WordPress 6.5 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17008\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10938:\"<p>The first release candidate (RC1) for WordPress 6.5 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC1 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.5 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.5 RC1 in four ways:</p>\n\n\n\n<table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.5-RC1.zip\">RC1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br /><code>wp core update --version=6.5-RC1</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\">6.5 RC1 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table>\n\n\n\n<p>The current target for the WordPress 6.5 release is <strong>March 26, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-5/\">6.5 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-5/\">6.5-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 6.5 RC1?</h2>\n\n\n\n<p>Thanks to the many contributors testing up to this point, this release include more than 20 bug fixes for the Editor and more than 40 <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F27%2F2024..03%2F05%2F2024&milestone=6.5&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">tickets for WordPress Core</a>.</p>\n\n\n\n<p>Get a recap of WordPress 6.5’s highlighted features in the <a href=\"https://wordpress.org/news/2024/02/wordpress-6-5-beta-1/\">Beta 1 announcement</a>. For more technical information related to issues addressed since Beta 3, you can browse the following links:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-02-27&until=2024-03-05\">GitHub commits for 6.5</a> since February 27</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F27%2F2024..03%2F05%2F2024&milestone=6.5&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">Closed Trac tickets</a> since February 27</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? These recent posts cover some of the latest updates:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2024/03/05/introducing-plugin-dependencies-in-wordpress-6-5/\">Introducing Plugin Dependencies in WordPress 6.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/03/05/unification-of-the-site-and-post-editors-in-6-5/\">Unification of the Site and Post Editors in 6.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/03/04/updates-to-the-html-api-in-6-5/\">Updates to the HTML API in 6.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/\">Interactivity API in 6.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/02/27/i18n-improvements-6-5-performant-translations/\">I18N Improvements in 6.5 (Performant Translations)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/02/23/wordpress-6-5-adds-avif-support/\">WordPress 6.5 adds AVIF support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/02/10/core-editor-improvement-power-in-the-details/\">Core Editor Improvement: Power in the Details</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/22/core-editor-improvement-robust-revisions-in-the-site-editor/\">Core Editor Improvement: Robust Revisions in the Site Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/tag/dev-notes-6-5/\">All 6.5-related developer notes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to ensuring WordPress is performant and stable. It’s also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/02/28/help-test-wordpress-beta-3/\">This detailed guide</a> will walk you through testing features in WordPress 6.5. For those new to testing, follow <a href=\"https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release candidate of WordPress 6.5 (scheduled for March 19), the <a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp;</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.5 beta releases. With RC1, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.5.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Русский? 日本? हिन्दी? বাংলা? You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>. This release milestone (RC1) also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.5 release cycle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>What’s this? RC1?<br />Three weeks left until it’s done.<br />Come and test. It’s fun!</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a>,</em> <em><a href=\"https://profiles.wordpress.org/courane01/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>courane01</a>, <a href=\"https://profiles.wordpress.org/hellosatya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellosatya</a>, <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>huzaifaalmesbah</a></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Mar 2024 16:26:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Lauren Stein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"WPTavern: Gutenberg’s Project Leadership Sits Down with  Outreach Program to Discuss Problems with the Site Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154655\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://wptavern.com/gutenbergs-project-leadership-sits-down-with-new-outreach-team-to-discuss-problems-with-the-site-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17507:\"<p><em>What do you get when you put a handful of outspoken WordPress developers, agencies, product owners, and community advocates on a video call with the Lead Architect and Product Managers of the entire Gutenberg project? Hopefully progress.</em></p>\n\n\n\n<p>Matt Mullenweg may have surprised a few people when <a href=\"https://www.youtube.com/watch?v=e92_Wo-bIng\">he recently stated</a> that the Gutenberg project still has <em>years</em> of development to go, but I doubt that anyone using it would disagree. The tentpole feature of Gutenberg&#8217;s Phase Two, the &#8220;Site Editor,&#8221; has been in core (and enabled by default for new installations) for the last two years, but the adoption of block-based themes has <a href=\"https://twitter.com/hluehrsen/status/1759881773461168600\">felt underwhelming at best</a>, especially compared to the <a href=\"https://w3techs.com/technologies/details/cm-elementor\">market share of page-building tools like Elementor</a>.</p>\n\n\n\n<p>Everyone has their opinions of the block editor, one need only browse the comments section of this very site to find them. The reality however is that WordPress is a vast and complicated project. While it&#8217;s certainly subject to the decisions of its &#8220;Benevolent Dictator&#8221;, it is also subject to the very real constraints of large-scale, distributed, open-source software development. Not to mention the work is entirely based on contributions, many of which are sponsored by large organizations with their own goals for the project.</p>\n\n\n\n<p>At the center of all of this are the individual WordPress end users who can feel like they have no agency in the project, no ability to communicate their experiences or give feedback. And there may be no piece of software in more critical need of user feedback than the WordPress Site Editor.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Outreach Experiment<sup class=\"fn\"><a href=\"https://wptavern.com/feed#76dd9696-f1d1-4d83-825d-d5e6dbe973b7\" id=\"76dd9696-f1d1-4d83-825d-d5e6dbe973b7-link\">1</a></sup> </h2>\n\n\n\n<p>The FSE Outreach Experiment <a href=\"https://wptavern.com/help-steer-the-future-of-wordpress-via-the-fse-outreach-program\">was launched three years ago</a> as a way to bridge that gap between users experiencing the Site Editor and the core contributors building it. Last week, the <a href=\"https://wptavern.com/fse-outreach-experimental-loses-two-words-gains-new-life\">program announced a simplified name and scope</a>: Outreach. As part of this new simplified scope, any core contributor can now tag Outreach directly in GitHub as they develop new features when they want early feedback from the broader community. The goal is getting more two-way communication happening, and keeping the feedback where it can be most effective: the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and the <a href=\"https://github.com/wordPress/gutenberg\">Gutenberg</a> code repository on GitHub.&nbsp;</p>\n\n\n\n<p>Social media may feel like the easiest place to voice an opinion (something I am certainly guilty of), but it doesn&#8217;t always manifest into meaningful change. &#8220;Most of our issues are around just discoverability,&#8221; Developer Advocate and Outreach member Justin Tadlock <a href=\"https://make.wordpress.org/core/2024/02/23/recap-hallway-hangout-whats-next-for-the-outreach-program/\">pointed out recently</a>. &#8220;Just getting people to come and take all their reactions and thoughts from social media and bring it in and have some constructive conversations in an official channel.&#8221;</p>\n\n\n\n<p>Automattic Product Wrangler Anne McCarthy has served as the Editor Triage Lead for the last handful of WordPress Core releases and led the original FSE Outreach Experiment. They recently collected some of this feedback on the Site Editor in the form of a widely circulated blog post, &#8220;<a href=\"https://nomad.blog/2024/02/16/overlapping-problems/\">Overlapping problems</a>&#8220;. It&#8217;s a breakdown of some of the most common user experience complaints, but nearly every piece of feedback links to a specific issue or pull request where work is being done to improve it. If you haven&#8217;t already, I recommend pausing now to read it.</p>\n\n\n\n<p>Because the problems are &#8220;overlapping&#8221;, some feel that they speak to an underlying problem with the Site Editor itself and the Gutenberg development process more broadly. Many armchair theories were thrown out, including some from yours truly, at last week&#8217;s <a href=\"https://make.wordpress.org/core/2024/02/27/summary-of-hallway-hangout-on-overlapping-problems-in-the-site-editor/\">Hallway Hangout</a>, hosted by the Anne McCarthy, and attended by a wide array of other leaders, including Gutenberg&#8217;s Lead Architect, Matias Ventura and Product Manager, Rich Tabor.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Is the Core Team listening?</h2>\n\n\n\n<p>Feedback loops in a community this large and diverse are (un)surprisingly hard to get right. One clear piece of feedback, though, seems to be a general feeling that while the Site Editor&#8217;s power and feature-set continue to grow, the actual user experience needs more polish. Yet when concerns about this user experience are raised, the general response is that it’s the users who just need more education and training.</p>\n\n\n\n<p>&#8220;There&#8217;s a sentiment that I kept seeing,&#8221; Mike McAlister of <a href=\"https://olliewp.com/\">Ollie</a> explained on the call, &#8220;that &#8216;they&#8217;re not listening to us&#8217;. And whether that&#8217;s perception or their experience or whatever, I think that is very important for us to carry that and to kind of acknowledge it.”&nbsp;</p>\n\n\n\n<p>Part of the disconnect between the different sides of our large community is related to that imbalance of incentives amongst contributors. Unless you are employed by a hosting company or a product team like WooCommerce or Yoast, it may feel discouraging to push a feature forward or feel like no one is advocating for your use case.</p>\n\n\n\n<p>WordPress is meant to democratize the ability to put content on the internet. So there&#8217;s an expectation that its interface should feel, well, easier or at least more intuitive. Nick Diego, Developer Advocate from Automattic, shared an experience of watching his non-technical parents navigate the Site Editor.</p>\n\n\n\n<p>&#8220;One of the biggest issues I see in the Site Editor,&#8221; he explained, &#8220;is around how changes that you make are preserved to prevent people from making mistakes. And this seems like such a small little thing, but I watched [my dad] delete a template that had been customized and there was no way to get it back easily. I watched him click on &#8216;Clear Customizations&#8217; and everything was gone. And he was like, wait, what, what&#8217;s happening?&#8221;</p>\n\n\n\n<p>Nick was showcasing a great practical example of the types of gaps in the user experience that eventually erode their trust in the platform’s ability to safely manage content. He also pointed out that there are tried and true conventions for many of these interactions. &#8220;In old WordPress, when you trash the page, it goes into the trash and then you can delete it permanently, right? It goes into your trash. Oh, I made a mistake? I can bring that back. It&#8217;s a very logical flow. It&#8217;s very similar to other applications.&#8221; But the Site Editor often veers into uncharted territory when it comes to user interface.</p>\n\n\n\n<p>New tools and new paradigms aren&#8217;t just hard for the non-technical users. They can present new challenges for the developers who are trying to launch new WordPress sites. Time that developers previously spent building websites is now often spent exploring new potential workflows, and we can&#8217;t rely on our previous two decades of established best practices when scoping new projects. &#8220;I think part of this too,&#8221; said Anne McCarthy, &#8220;is also how to use these tools and changing process because everything I&#8217;ve heard is it&#8217;s not only a technical change and adjusting to new technology, but it&#8217;s changing process.&#8221;</p>\n\n\n\n<p>This idea of slowing down and refining the basic user experience was reiterated by Brian Gardner, Developer Advocate at WP Engine, who advocated &#8220;a call to rally around making what we have already better and consistent and easy to identify and work and document and educate.&#8221; WP Engine in particular has leaned into the developer/freelancer side of the community, with a team of educators and content creators, and products like <a href=\"https://www.advancedcustomfields.com/\">Advanced Custom Fields</a> and <a href=\"https://localwp.com/\">LocalWP</a>, all focused on a segment of the market they call &#8220;<a href=\"https://wpengine.com/builders/\">Builders</a>&#8221; and what the Core Team often refers to as &#8220;extenders&#8221;.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Extenders<sup class=\"fn\"><a href=\"https://wptavern.com/feed#0d40de72-2166-4c3e-a55b-82e973a8f179\" id=\"0d40de72-2166-4c3e-a55b-82e973a8f179-link\">2</a></sup></h2>\n\n\n\n<p>Extenders, builders, developers, freelancers, agencies. There&#8217;s plenty of names for this side of the community, but the one thing they have in common is that they build a lot of websites, often for other, less-technical people. There&#8217;s widespread sentiment in this group that the Gutenberg&nbsp; project is not prioritizing their needs, driving them to the <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor</a> or page builders like Elementor, Divi, and Bricks.</p>\n\n\n\n<p>Fabian Kägy is a member of the Outreach program and a sponsored contributor from the agency <a href=\"https://10up.com/\">10up</a>. He&#8217;s focused on fostering more conversation between the extender community and core development, so I spoke to him about this disconnect in priorities.</p>\n\n\n\n<p>&#8220;There are so many different users that have all different calls&#8221;, he told me. &#8220;And kind of the reason why I am trying to participate is to share that one side of the story and be an advocate for that particular work. And I am very much hoping that I can actually get more similar folks from other agencies to also chime in and be a part of a conversation.&#8221;</p>\n\n\n\n<p>Like Fabian, I come from the agency world, where we are constantly stuck trying to balance the desire to adopt the newest technologies for our clients with the need for assurance that those new features are actually ready to be used in production. That presents a tough problem to solve. The core team needs more people using and testing these features, to help refine them. But from the outside perspective, we&#8217;re hesitant to use anything that may not be production-ready.</p>\n\n\n\n<p>&#8220;At the time a feature lands in WordPress Core,&#8221; Fabian explained, &#8220;there could be four or five months since the developer had originally worked on the feature. Since they last even thought about the feature, they&#8217;ve moved on and shipped three other features. And so that feedback cycle from the agency space is incredibly slow because by the time we adopt it, that is not top of mind anymore.&#8221;</p>\n\n\n\n<p>This gap between the development of a new feature and its adoption by the wider community is the main problem the Outreach program is hoping to solve.</p>\n\n\n\n<p>&#8220;That is why I am hoping that this kind of outreach,&#8221; he continued, &#8220;getting more pings, getting asked the question of &#8216;Hey, is this the right thing?&#8217; Being asked to provide feedback earlier in kind of the development cycle should help us be able to deliver that feedback earlier in the cycle so that we don&#8217;t end up in the situation where a year after the feature has been developed, we all of a sudden say, &#8220;Hey, but this didn&#8217;t account for these issues that we are running into.&#8221;</p>\n\n\n\n<p>If airing your Gutenberg grievances on social media is unhelpful, raising them six months after a feature was originally developed and tested might even be less so. But with the huge array of features being worked on (there are over 1,000 open pull requests just in the Gutenberg repository), some on a timescale of years, WordPress needs the Outreach program&#8217;s ability to do some human curation, often in the form of &#8220;Hallway Hangouts&#8221; where new features are showcased and discussed.</p>\n\n\n\n<h2 class=\"wp-block-heading\">We are the world, we are the contributors</h2>\n\n\n\n<p>Watch any meeting of the Outreach program, and you&#8217;ll quickly realize that everyone, including a number of Automattic-sponsored contributors, often appear just as &#8220;in the dark&#8221; as we do. They have many of the same struggles we have. The difference is, they are trying to build a space where we can all connect the dots together. It was a great reminder that we&#8217;re all contributors here. WordPress isn&#8217;t <em>some people over there building a thing</em>, it&#8217;s just <a href=\"https://wordpress.tv/2023/10/02/we-are-they-fostering-belonging-as-a-wordpress-contributor/\">a whole lot of us</a>.</p>\n\n\n\n<p>One of those people is Matias Ventura, considered by many the de facto lead of the Gutenberg project. Matias joined this most recent Hallway Hangout, listening to feedback and sharing his initial impressions. After hearing from a number of voices asking about some of the features in Gutenberg that still need polish, he was quick to clarify that there is still work to be done and conversations that need to happen.</p>\n\n\n\n<p>&#8220;I think part of that,&#8221; he explained, &#8220;is also how we communicate, how we do the marketing, both internally to know the roadmap where we&#8217;re heading, but also if you have this specific use case, what are the things that you should keep in mind? Because there&#8217;s a lot of things to absorb and configure them properly and so forth.&#8221;</p>\n\n\n\n<p>For many, this response hints at one of the core issues we face with the Site Editor: understanding when a problem is a lack of education or an actual lack in functionality.</p>\n\n\n\n<p>Matias clarified his thoughts, &#8220;I think that depending on the use cases, I would say yeah, the Site Editor is absolutely ready for some of those. For some others, I think like, yeah, you might not have all the right tools, or you might need to reach out to other plugins in the ecosystem to fill in the gaps.&#8221;</p>\n\n\n\n<p>Over a year ago, the WordPress project <a href=\"https://wptavern.com/wordpress-6-3-development-kicks-off-to-conclude-gutenberg-phase-2\">announced the transition</a> from Phase 2 (Customization) to Phase 3 (Collaboration), sparking concern that the Site Editor was going to be left not fully realized. What this Hallway Hangout made clear was that the Core Team is still very dedicated to working on these overlapping issues with the Site Editor.</p>\n\n\n\n<p>They&#8217;re going to need all the help they can get, and the Outreach contributors certainly has their work cut out for them.</p>\n\n\n\n<p>&#8220;I think the easiest way to get involved,&#8221; Fabian told me, &#8220;is to raise your hand and say, &#8216;Hey, I want to become a part of this team on GitHub&#8217; so that you then receive those notifications in your inbox about features that are looking for more feedback. And then from there you can, at your own leisure, at whatever amount of time you have to dedicate it to open source, take a look at just the titles of those pull requests or read through the quick description if you have at that time.&#8221;</p>\n\n\n\n<p>If you&#8217;re in the weeds of building WordPress websites and implementing new Block and Site Editor features, it can be hard to find the time to give feedback. I certainly have the tendency to go straight to social media when I’m struggling with a lack of functionality or an irritating choice in the user interface. That said, I’m invested in the future of WordPress as a platform, so I’m joining the <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\">#outreach</a> channel in Slack and trying to provide feedback whenever I can.&nbsp;</p>\n\n\n\n<p>While we may not immediately resolve these overlapping problems in the overall experience, the fact that there are core contributors willing to talk openly about the Site Editor’s shortcomings is a sign of progress towards a goal I think we can all agree on: the continued success of the WordPress project.</p>\n\n\n\n<p><em>Update: This article was modified Tuesday, March 5 to better clarify the roles of various contributors and the Outreach program more broadly.</em></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-neutral-500-color has-alpha-channel-opacity has-neutral-500-background-color has-background is-style-wide\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n<ol class=\"wp-block-footnotes\"><li id=\"76dd9696-f1d1-4d83-825d-d5e6dbe973b7\">Sounds like a great band name <a href=\"https://wptavern.com/feed#76dd9696-f1d1-4d83-825d-d5e6dbe973b7-link\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/21a9.png\" alt=\"↩\" class=\"wp-smiley\" />︎</a></li><li id=\"0d40de72-2166-4c3e-a55b-82e973a8f179\">Also sounds like a great band name <a href=\"https://wptavern.com/feed#0d40de72-2166-4c3e-a55b-82e973a8f179-link\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/21a9.png\" alt=\"↩\" class=\"wp-smiley\" />︎</a></li></ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Mar 2024 21:51:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Brian Coords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WordPress.org blog: WordCamp Asia 2024: Q&amp;A with Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2024/03/wordcamp-asia-2024-qa-with-matt-mullenweg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2412:\"<img width=\"1024\" height=\"299\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-logo.png?resize=1024%2C299&ssl=1\" alt=\"WordCamp Asia 2024\" class=\"wp-image-17016\" />\n\n\n\n<p>WordCamp Asia 2024 is just a few days away—starting on March 7 in Taipei, Taiwan. This unique three-day summit will feature a distinguished lineup of speakers, numerous networking opportunities, and a closing Q&amp;A experience with WordPress co-founder Matt Mullenweg. The live Q&amp;A session will be streamed for WordPress enthusiasts worldwide, beginning at 3:30 p.m. Taipei Standard Time (7:30 a.m. UTC) on Saturday, March 9, 2024.</p>\n\n\n\n<p>Watch the event live stream on the <a href=\"https://youtube.com/wordpress\">WordPress YouTube channel</a> or visit the <a href=\"https://asia.wordcamp.org/2024/\">event website</a> for more details.</p>\n\n\n\n<p><strong>What:</strong> Q&amp;A Session with Matt Mullenweg<br /><strong>When: </strong>March 9, 2024 at 7:30 a.m. UTC (Start of live stream)<br /><strong>Where: </strong><a href=\"https://asia.wordcamp.org/2024/location/\">Taipei International Convention Center<br /></a><strong>Streaming: </strong><a href=\"https://youtube.com/wordpress\">Watch the live stream</a> on the WordPress YouTube channel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Have a question for Matt?</h2>\n\n\n\n<p>If you want to participate, please submit your question via Slido from March 7 until about 6:00 a.m. UTC on Friday, March 8. <em>Slido is now closed.</em></p>\n\n\n\n<p>Given the expected volume of submitted questions, only some will be answered live, while others will be covered in a follow-up post published after the event on <a href=\"https://make.wordpress.org/project\">make.wordpress.org/project</a>.</p>\n\n\n\n<p>See you in-person and online on March 7!</p>\n\n\n\n<p>谢谢!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Thank you to <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eidolonnight</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, and <a href=\"https://profiles.wordpress.org/bjmcsherry/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>bjmcsherry</a> for reviewing this post.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Mar 2024 15:50:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WordPress.org blog: WP Briefing: Episode 74: Kickstart (Or Level-Up) Your Contributor Journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17007\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wordpress.org/news/2024/03/episode-74-kickstart-or-level-up-your-contributor-journey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12317:\"<p>Explore the impact you can make on WordPress without coding in this WordPress Briefing episode hosted by Executive Director Josepha Haden Chomphosy. She&#8217;ll guide you through diverse non-coding contributions suitable for all skill levels, including content translation, photo submissions, event organization, and software testing. Listen and discover how you can enhance the WordPress community in ways that align with your interests and expertise.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br />Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia 2024</a>\n<ul>\n<li><a href=\"https://asia.wordcamp.org/2024/contributor-day/\">Contributor Day</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/\">Polyglots</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/support/forums/\">WordPress Support Forums</a></li>\n\n\n\n<li><a href=\"https://events.wordpress.org/\">Upcoming WordPress Events</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/\">Make WordPress Testing</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://wordpress.org/news/2024/02/2023-annual-survey-results-and-next-steps/\" target=\"_blank\" rel=\"noreferrer noopener\">2023 Annual Survey Results and Next Steps</a>&nbsp; </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2024/01/22/proposal-pilot-program-to-test-gatherpress-on-the-wordpress-org-network-as-a-meetup-alternative/\" target=\"_blank\" rel=\"noreferrer noopener\">Gather Press Pilot Program</a>&nbsp;</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.&nbsp;</p>\n\n\n\n<p>[00:00:29] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40]&nbsp;<strong>Josepha:</strong> At the end of this week, WordCamp Asia is happening. It&#8217;s one of our largest events dedicated to WordPress, and it will cover a wide range of topics. From advanced concepts like running thriving businesses to more beginner things like building your first theme, there is bound to be something for you at this event.</p>\n\n\n\n<p>For folks who have the opportunity to attend in person, you might also be going to your first-ever Contributor Day. Now, as much as I want there to be something for everyone there, I recognize that it&#8217;s a little more frenetic than your average WordPress event. It&#8217;s not any less welcoming than the event that has like a schedule and, tracks, and rooms.</p>\n\n\n\n<p>[00:01:19] <strong>Josepha:</strong> But in my experience of any group of open source contributors, they get really excited when they are tackling problems together. And that&#8217;s most of what happens at a Contributor Day. It can make it a little difficult to see how you can join in. But never fear; the crew at the WordPress Briefing has you covered. We&#8217;ve got a couple of ways you can contribute immediately, no code required, and a handful of good next steps when you&#8217;re feeling comfortable and ready to level up.</p>\n\n\n\n<p>For total beginners, so you&#8217;ve got a WordPress site, or you know, you&#8217;re about to launch one. And you&#8217;re here to learn and meet people and hopefully find someone who answers the questions you feel too shy to mention in public.</p>\n\n\n\n<p>So these two ways of contribution are for you. First, you can contribute photos. WordPress has a photo directory for openly licensed photos, which are included in Openverse searches. Users can submit photographs to be used by folks all over the world. There are some basic guidelines, such as no faces or identifying characteristics. It can&#8217;t be overly edited or processed, but even photos taken on a smartphone are accepted. Because we understand that the best camera is the one you have on you.</p>\n\n\n\n<p>[00:02:30] <strong>Josepha</strong>: You can also contribute translations. If you speak a language other than English, you can visit <code>translate.WordPress.org</code> and help translate not only the WordPress software but also plugins, themes, and other parts of the WordPress project into your native language. Since more than half of all WordPress installations are in non-English languages, adding or improving translations is really impactful. We are actually at WordCamp Asia trialing a new self-serve translation day process. So that&#8217;s a great place to have a double impact.</p>\n\n\n\n<p>[00:03:03] <strong>Josepha:</strong> So those are your two completely code-free ways that you can contribute, completely beginner friendly ways to contribute at Contributor Day coming up later this week. And then for your next steps, so say that you&#8217;ve had your site for a while, you are an absolute expert in the admin, you&#8217;ve had to answer a few tough questions for yourself, you&#8217;ve watched a lot of tutorials, and so now you&#8217;re thinking of ways you can share that knowledge.</p>\n\n\n\n<p>[00:03:29] <strong>Josepha:</strong> Here are a few ways that you can exercise your new knowledge and really solidify it in your brain. </p>\n\n\n\n<p>Firstly, you can contribute help. Supporting other WordPress users is a great way to give back to WordPress. This can involve answering questions, providing guidance, or even providing the right resources to users. You can check out the WordPress support forums for more information, and they actually have a dedicated support team as well that works toward making sure that WordPress users have answers to the questions they are asking. You can head over to WordPress.org/support/forums and just pick an appropriate area for you, something that you are currently an expert in, and start answering questions. Start contributing.</p>\n\n\n\n<p>[00:04:10] <strong>Josepha:</strong> Second thing you can do is you can contribute patterns. So WordPress has a dedicated Patterns directory, which stores a list of Block patterns. So custom designs that were created using blocks in Gutenberg that then can be used across any WordPress site, anyone&#8217;s WordPress site. You can submit those patterns, any pattern that you built, to the directory, and then they can be used by people all around the world. Basically, like anything with WordPress, if you put it in there, it can be used by anyone all around the world.&nbsp;</p>\n\n\n\n<p>The third thing is that you can contribute events. This is one of my favorite ways to contribute. Organizing in person events to an extent has no code requirement to it, but also it does kind of require that you have a good understanding of your local community and have a willingness to get out there and build your network.&nbsp;</p>\n\n\n\n<p>WordPress is where it is today thanks to its excellent community and all the lovely in-person events that happen all over the world. They bring our community together, and anyone can contribute by helping to organize just a small gathering or support an in-person event.</p>\n\n\n\n<p>[00:05:13] <strong>Josepha:</strong> The fourth way that you can level up your contributions is to contribute by breaking things. I know that sounds weird, but testing the software to see where it breaks is actually a really valuable contribution. It&#8217;s as easy as downloading the WordPress beta tester plugin and the test reports plugin to a WordPress installation, Preferably a testing one, not one that&#8217;s currently publicly in use. But you can test out the newest version of WordPress before the release and provide useful feedback to the development team.&nbsp;</p>\n\n\n\n<p>And the fifth way that you can level up your contribution is to contribute learning. Not that you are learning as a contribution, but what one person can learn through a tutorial or documentation, another person has to learn through discussion and hands-on learning.</p>\n\n\n\n<p>This team, the folks over at <code>learn.WordPress.org</code>, they are the official team and official learning platform and resource for WordPress. They host video tutorials. Yes, but also host live online workshops, courses and even provide lesson plans on different topics related to WordPress. So if you are an educator or otherwise really like to help spread knowledge around, pass around the knowledge that has been hard-earned by you, this is an excellent opportunity.</p>\n\n\n\n<p>[00:06:28] <strong>Josepha:</strong> And of course, if you are brave and afraid of nothing, then you can just go to Contributor Day and move from table to table until something sounds interesting to you. You don&#8217;t have to have a plan. Your whole plan can absolutely be to wander until you are found.</p>\n\n\n\n<p>[00:06:45] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:52] <strong>Josepha:</strong> That brings us now to our small list of big things. It&#8217;s actually a very small list today. I&#8217;ve got two things on it.</p>\n\n\n\n<p>[00:07:00] <strong>Josepha:</strong> The first is that a couple of weeks back, we published the results from the 2023 annual survey. So, each year, we collect some high-level data about trends and themes across this vast ecosystem of users and site builders, people who extend WordPress core, and contributors who build WordPress core to help inform decision-making and provide valuable feedback on the project status. I looked at the results from our last survey. We had a bit of an increase in the respondents, not as much as we would have liked, but still a little bit greater number than we had in the past couple of years. And I have a lot of questions myself about what we are doing compared to what we are being asked to do and so go take a look at the blog post that has some highlights from it. It&#8217;s got a couple of contextual pieces of information in there as well, and come with your questions to WordCamps around the world or ask them in community meetings as you find them.&nbsp;</p>\n\n\n\n<p>[00:07:58] <strong>Josepha:</strong> And then the second thing is actually that we have kind of a pilot program going on. There&#8217;s a proposal out right now about GatherPress. It&#8217;s a group of community leaders that have built a tool, a community plugin, to help gather WordPress events a bit better and a bit more &#8220;open source-ely&#8221;. It&#8217;s open currently to anyone who is running a WordPress meetup group that is interested in learning more about how a WordPress-first and open source first community gathering tool might look.</p>\n\n\n\n<p>[00:08:32] <strong>Josepha:</strong> I&#8217;ll have a link to the proposal in the show notes that&#8217;ll give you more detailed information and give you an opportunity to figure out how you can join that pilot and help us figure out whether it will work or not ultimately for WordPress.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on <code>WordPress.org/news</code>. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser or fellow brand new WordCamper. But if you had questions about what you heard, you can share those with me at <code>wpbriefing@WordPress.org</code>. I&#8217;m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>[00:09:13] <strong>Josepha:</strong> Thanks again for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Mar 2024 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Do The Woo Community: Bringing DEIB to the WordPress Way Show with Birgit Olzem and Angela Jin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=79193\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://dothewoo.io/bringing-deib-to-the-wordpress-way-show-with-birgit-olzem-and-angela-jin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:457:\"<p>New host Birgit Olzem chats with Angela Jin about WordPress diversity, equity, inclusion and belonging in this debut monthly episode.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/bringing-deib-to-the-wordpress-way-show-with-birgit-olzem-and-angela-jin/\">Bringing DEIB to the WordPress Way Show with Birgit Olzem and Angela Jin</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Mar 2024 10:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: WordPress Photo Festival 2024, A Five Part Retrospective, Part 5, What We Learned, Where We’re Going\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154596\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://wptavern.com/wordpress-photo-festival-2024-a-five-part-retrospective-part-5-what-we-learned-where-were-going\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17242:\"<p>In this last episode about the Kerala WPPhotos Festival I talk not only about the project, but also where this project is leading us. Next Gen events are a breath of fresh air for those of us who need something more than the classic WordCamp.</p>\n\n\n\n<p>This article is available in video, audio, and transcribed text.</p>\n\n\n\n\n\n\n\n<p>Audio version:</p>\n\n\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Transcription:</h2>\n\n\n\n<p><span>[00:00:00]</span> Welcome to the fifth and final episode in my series on the WordPress Photos events that happened in early February. In this episode, we&#8217;re going to rewind just a little bit and look at the project itself. Then we&#8217;re going to cover some really cool information about the event. And then lastly, we&#8217;re going to talk about next gen events in general and some cool things that are coming in the future and some really, some things that I&#8217;m really, really excited about.</p>\n\n\n\n<p>So let&#8217;s get started. We&#8217;re looking here at the photos page for the project itself. There are currently <span>[00:01:00]</span> 15, 306 photos on this page or on this site. I&#8217;m going to zoom in a little bit so you can see some of these better. Most are taken with cell phones. , some are taken with high-end cameras. There are approximately 30 moderators that, watch over the project and make sure that quality pictures are getting in.</p>\n\n\n\n<p>And as a moderator, I can tell you that I&#8217;ve been very, very pleased that, an extraordinarily low number of people have been or attempted to be naughty. Um, photos that are rejected are almost always because the submitter missed a face or a license plate, or. Or maybe didn&#8217;t read the rules precisely, but, I can only think of two or three photos where obviously somebody was trying to game the system and out of 15, 000, that&#8217;s really impressive.</p>\n\n\n\n<p>I&#8217;m really <span>[00:02:00]</span> happy with that. Uh, something very important to note about these photos is that they are all under creative common zero, which you can see right here,</p>\n\n\n\n<p>creative common zero means no rights reserved. There are no rights reserved. You can do anything with the photo. Anyone can do anything with it. They can remix it. They can sell it. They can, they can use it for something you don&#8217;t agree with. So there&#8217;s good and there&#8217;s bad with it, but it provides an enormous amount of freedom.</p>\n\n\n\n<p>And that&#8217;s what we wanted. We wanted to be able to provide images that you can put on your website without question, without having to wonder, Oh, is somebody going to come after me someday? So creative comm zero provides a lot of freedom, on this page. If you click. You can see the submitter. There&#8217;s an option to download in multiple <span>[00:03:00]</span> sizes.</p>\n\n\n\n<p>There&#8217;s the photo itself. Alternate text. There are tags and categories and colors. Some information about the camera. Information about the image itself. And then you&#8217;re not required to provide attribution. That&#8217;s part of the CC zero thing, but if you want you can and I recommend it it it&#8217;s it&#8217;s polite Uh, and when people find their own image out on the internet It&#8217;s kind of exciting.</p>\n\n\n\n<p>It&#8217;s pretty cool. So you can get it in rich text, HTML, or plain text.</p>\n\n\n\n<p>So what about this event that happened? Bigul, who took this picture right here, his community did several photo walks over a couple of months and they were very successful. They got lots of pictures. People had a really good time. And somebody said, Hey, what if we, it is a global event. And so they started <span>[00:04:00]</span> in trying to make it a global event.</p>\n\n\n\n<p>And they talked to the community team and made it a next gen event, which means they got support from the foundation and things like that. And they set up a website, which you can see right here. And a cool thing that happened during the event is that these cards were updated as photos were submitted.</p>\n\n\n\n<p>I&#8217;m pretty sure Marcus Burnett had something to do with this because it looks like his work, but for observers, you could come here and watch this page change moment by moment, literally, I mean, it was one week and they got, 1, 500 photos or something. So that&#8217;s a lot of photos per day. And then, I wanted to show you the winners.</p>\n\n\n\n<p>So one of the unique things about this event is that there was a contest involved. And there&#8217;s <span>[00:05:00]</span> money on the line, which has never happened at a WordPress event before the top five photographs got a hundred dollars each. And I have to say,  I was a judge, so I should agree with what was selected, but, the number one photo was this one.</p>\n\n\n\n<p>And that was my number one, amongst, there were several judges, but I picked this one as my number one. Guess those kids look so happy. In a glorious place. Um, it&#8217;s just cool. And one of the rules is no fit, no human faces, but this one makes it because this is an unidentifiable human face. And so to be able to get a human face in and have it still follow the rules.</p>\n\n\n\n<p>Is quite a trick. And I&#8217;m impressed. Um, another one that really, really impressed me was this one from Ninesh. We go <span>[00:06:00]</span> look at the detail on that. And then if you click again and again, you&#8217;re looking at individual feathers in this photo, that is incredible to me. So these are the kinds of photos that are making it into.</p>\n\n\n\n<p>The photo repository. They&#8217;re good. They&#8217;re really, really good. Um, consolation prizes. Um, the next five basically we&#8217;re here and then they gave a hundred dollars to contributors and it didn&#8217;t say how many this person gave. So, I think we want this one. Yes. We make this bigger. Uh, Benita got 82 photos in one week.</p>\n\n\n\n<p>Uh, Nilo got 79. It&#8217;s around 65. One of the reasons that&#8217;s impressive is that you can only <span>[00:07:00]</span> upload five at a time, and then they have to be moderated before you can upload more. And, it was an incredible high amount of traffic that overwhelmed the moderators. Uh, well here you can see there was 1, 544 approved.</p>\n\n\n\n<p>Uh, there were about 400 not approved, so 2, 000 or so photos. We&#8217;re processed. That&#8217;s incredible. And so it&#8217;s not only impressive that they took 82 photos, but that they were managed to get them through the system that quickly, if you haven&#8217;t watched the Uh, episode with Nilo in it. He tells his secret about how he got to 79.</p>\n\n\n\n<p>So if you want to know how to get photos through quickly, go watch that episode with Nilo.</p>\n\n\n\n<p>So I want to talk for just a minute about, about the money because it&#8217;s different, it&#8217;s new. Um, and. <span>[00:08:00]</span> It was exciting and it was fun, but it was difficult. It was awkward. The WordCamp system is not built to, to give prize money to attendees. And so, things had to be fiddled with and tweaked and people had weird titles that they wouldn&#8217;t normally have just because they, other people couldn&#8217;t take money, et cetera.</p>\n\n\n\n<p>It was, it was weird and it was awkward. So if we were to ever go down this road again, we were probably, we need something to read, we would probably need to build something. And my guess is that&#8217;s not going to happen. Uh, in this particular instance, there was a surplus of cash because they had some sponsors and they were going to spend some money on advertising to get more people to attend.</p>\n\n\n\n<p>So many people attended, they didn&#8217;t need to spend that money. And so there was a surplus and it got distributed. Uh, I don&#8217;t <span>[00:09:00]</span> anticipate that happening in a, a large number of word camps. Uh, since Covid Word camps are much more expensive, they&#8217;re much more difficult to find venues to get good food at a reasonable rate.</p>\n\n\n\n<p>And so I don&#8217;t expect to see, money available again as at a, as a prize at a, at a event. What do I know? It could happen. Weirder things have happened. This happened, and I wouldn&#8217;t have said this would happen. Uh, so I&#8217;m very happy for the people who won. That&#8217;s, it was a surprise treat, and that&#8217;s great.</p>\n\n\n\n<p>But now I want to talk about next generation WordPress events, because, this was one of them. Since COVID, the community teams had a difficult time getting Word camps and meetups to reform to pick back up <span>[00:10:00]</span> and go again, especially in the U. S. And a lot of it had to do with money and a lot of it had to do with the mental Taxation it takes to have an event like this Um, doing a WordCamp is hard work.</p>\n\n\n\n<p>It takes a lot of time and energy, a lot of focus, and often things in your life suffer, family time, work time, and people who&#8217;ve done it before are thinking, well, maybe I don&#8217;t need to do that again. And people who haven&#8217;t done it before are thinking, I don&#8217;t know how to do that. I don&#8217;t, is that, is it okay?</p>\n\n\n\n<p>Can I do that? Um, and then there&#8217;s the financial aspect. Venues are outrageously more expensive than they used to be before COVID. Uh, venues now need insurance and so they have to pay for that. <span>[00:11:00]</span> And they need more staff to, to do things that the insurance requires. So they have to pay for staff and in many places, venues cost double what they did before.</p>\n\n\n\n<p>And we, we just don&#8217;t have the budget for that. Uh, food is similar since COVID there are a lot of new rules about. Food in public places are being served to large groups and that requires insurance, requires new equipment, all that stuff. So the costs of events have gone way up. So one of the things that the community team wanted to come up with was a cheaper way to get it done.</p>\n\n\n\n<p>Uh, what is, what is the goal of a WordCamp? What is its purpose? Uh, for me, personally, for a lot of years, it&#8217;s been to see my friends. And as much fun as that is, honestly, It&#8217;s not a good investment. Um, I can go see my friends, but much cheaper ways. Um, but if our, if our purpose is to, <span>[00:12:00]</span> to educate people, to further their careers, their knowledge, their wisdom to advance WordPress, then there might be better ways to do it.</p>\n\n\n\n<p>And I&#8217;m not saying we&#8217;re going to get rid of work camps the way they&#8217;ve always been, we&#8217;ll keep those. But, there are some really, really great new ideas on how to do things in the future. Um, this photo festival costs almost nothing. That&#8217;s one of the reasons they had a few hundred dollars to give away.</p>\n\n\n\n<p>Um, there was no venue, there was no food, there was no. Lighting people. There were no audio people. Um, and yet it was a huge success. People had a really good time. So I want to show you a few other events. So coming up in Switzerland is a community day, which is just like a, contributor day at a word camp.</p>\n\n\n\n<p>It&#8217;s just there, <span>[00:13:00]</span> there aren&#8217;t talks. And it&#8217;s only one day. And so there doesn&#8217;t necessarily need to be food. Um, it&#8217;s quick, it&#8217;s focused and it gets things done. Uh, this one&#8217;s exciting. These next three are exciting to me because they&#8217;re all in Africa. The Misaka WordPress and education technology showcase gets, excuse me, gets local educators in Uganda to come together and look at what WordPress can do for them.</p>\n\n\n\n<p>And that&#8217;s amazing because we all know that WordPress does well in. lower income communities where they need to be looking at tools and software that they can get and use that work really well without spending a ton of money. Uh, the Kampala Online Payments and Delivery Summit. I just laughed when I saw that one because online payments and delivery in Africa is a completely different animal than anywhere else.</p>\n\n\n\n<p>Uh, it&#8217;s hard. <span>[00:14:00]</span> Online payments. Just aren&#8217;t there for a lot of Africa. And so having a day focused on, on only that getting it done is brilliant. Um, Rome core days. If you weren&#8217;t here for my talk yesterday with Julia, I was, I told her I have been to contributor days to the core team, half a dozen times, maybe more.</p>\n\n\n\n<p>And we&#8217;re always promised where you&#8217;re going to be a core contributor by the end of the day. And we spent all day long getting half the room set up with half of Docker. And at the end of the day, maybe one person has contributed and it&#8217;s frustrating because I feel like I&#8217;m doing it over and over again.</p>\n\n\n\n<p>We never make progress, but what if there was a time where it was two days long and it&#8217;s completely focused on just that, and they have enough staff to help everybody rather than one person running around trying <span>[00:15:00]</span> to get everybody set up, that&#8217;s brilliant. Uh, I wanted to do this in my own city a couple of years ago.</p>\n\n\n\n<p>And it never happened, but it might because now we have precedence. Uh, so this is great. Um, looking at some of the past ones, these are, these are great. The Kolkata career camp. Uh, I was just thinking about this today. Ever been to a college career day where there&#8217;s just a room full of employers? Um, the Kolkata one also had workshops and panel discussions, which I think are brilliant because, young people need to know how to find jobs.</p>\n\n\n\n<p>They need the wisdom when they&#8217;re approaching an employer to get a good, a good pay rate, a good vacation system, good compensation system. Um, having it wrapped around work camp. It&#8217;s absolutely brilliant. Um, then there&#8217;s, let&#8217;s see. I had one more down here.<span>[00:16:00]</span> </p>\n\n\n\n<p>Oh, there&#8217;s, there&#8217;s community day in Rome. That&#8217;s a different one. Here we go. Japan community building workshop. It&#8217;s all about building community. Um, it says the group will have a six month learning period. That&#8217;s way beyond a WordCamp. That&#8217;s, that&#8217;s a class, that&#8217;s a college level class. And to be able to learn all of that through WordPress is amazing.</p>\n\n\n\n<p>So all these different kinds of events are, well these, these all happened already. Then these are coming up. But one of the keys to this is the community team wants new ideas very much. So if you have an idea, Hey, I could do this thing in my town. Um, they want to hear about it. When I was talking to Julia, I suggested in grand <span>[00:17:00]</span> Rapids, my city, we have, kind of a career day, but more about talking about WordPress as a career.</p>\n\n\n\n<p>So we put up flyers and universities and around the city and say things like. Is web development for you? Come find out and we have, a room full of people hiring. We have the, well, just like, just like in Kolkata, we have those room, those talks panels about what does it mean to have a job in web development, in WordPress, maybe just, maybe not only WordPress, maybe we talk about Web dev in general, just working in tech, just all those things.</p>\n\n\n\n<p>If so, they very much want ideas for new kinds of events and you are the one who&#8217;s going to come up with that great idea, somebody has to, it&#8217;s like winning the lottery, you can&#8217;t come up <span>[00:18:00]</span> with a great idea if you don&#8217;t throw it out there and say, Hey, What do you think of my idea? So if you would put stuff in the comments here about some ideas for events, it doesn&#8217;t have to be made by you.</p>\n\n\n\n<p>You don&#8217;t have to do the event to say, this is an event I would like to go to. That would be great. Um, if you&#8217;re interested in signing up and actually doing an event, you can go to events. wordpress. org.</p>\n\n\n\n<p>And you can see all the events that are going on here, WordCamps and the next gen ones. Here are, upcoming events. But then if you want to do one, up in the top right, there&#8217;s Organize an Event. And here&#8217;s all the information about different kinds of events and what it means to organize. Uh, there are meetups, WordCamps, contributor days, virtual events.</p>\n\n\n\n<p>Do action hackathons are great. You <span>[00:19:00]</span> get a room full of WordPress nerds building things for people that need it. And it&#8217;s very exciting and fun. Uh, the looks on people&#8217;s faces when you, when you give them a finished product and one weekend it&#8217;s priceless. Um, so the frequently asked questions, things like that.</p>\n\n\n\n<p>Um, but this is where you can go to sign up to, to lead any one of these or to become a member of any one of them. So, if you&#8217;re interested, go for it.</p>\n\n\n\n<p>And that is the end of this episode. It&#8217;s been a, an exciting week for me doing this. I appreciate those that have watched. I appreciate those that have commented. It&#8217;s been, it&#8217;s been a lot of fun and I&#8217;ve talked to some really interesting people, more than, you know, because some interviews didn&#8217;t survive, but, it&#8217;s been a lot of fun and I <span>[00:20:00]</span> appreciate you.</p>\n\n\n\n<p>Thanks for stopping by.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Mar 2024 21:12:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Reflecting on WordCamp Phoenix 2024: Struggles, Successes, and the Road Ahead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/reflecting-on-wordcamp-phoenix-2024-struggles-successes-and-the-road-ahead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14948:\"<p>Seven months ago I registered for &amp; scheduled a trip to Phoenix Arizona for a non-WordPress-related event! Crazy, right? As luck would have it, four months later, WordCamp Phoenix had announced that their event would be for that same weekend I was to be in town. How lucky was I to have both of my passions collide?&nbsp;</p>\n\n\n\n<p>I packed up all my necessary items for the non-WP event earlier in the week, hopped on my flight on the Thursday before camp (WordCamp was scheduled for Friday &amp; Saturday), and headed West.&nbsp;</p>\n\n\n\n<p>Though I could only attend for a half-day on Friday due to my other commitment, I did notice a few things that were different from past WordCamps. </p>\n\n\n\n<p>I reached out to the lead organizer <a href=\"https://phoenix.wordcamp.org/2024/organizers\">Raquel Manriquez</a> and we discussed the overall event compared to years past, struggles, and the future of WordCamps. Below are the questions and answers from the interview. </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-neutral-300-color has-alpha-channel-opacity has-neutral-300-background-color has-background\" />\n\n\n\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>AS: Can you provide a brief overview of this year&#8217;s WordCamp Phoenix 2024, the theme and you coming back as the Lead Organizer? </strong></h2>\n\n\n\n<p><strong>RM</strong>: There&#8217;s a loaded answer to that question! The theme question is quite interesting. At the beginning of the summer when we started planning we kind of tossed out ideas but we couldn&#8217;t come to a consensus. Some in the team threw out this idea of the “Joy of WordPress.” Like a Bob Ross sort of idea. Full disclosure, I was like, no, I don&#8217;t see it. What does that mean? And the team replied with, “You know, everything will be happy little websites”. I then said, “Happy little websites? Okay, that&#8217;s one thing. What else?” Someone added, “We&#8217;ll all wear Bob Ross wigs.” And I was like, “What? No, it&#8217;s gross!” I just couldn&#8217;t visualize it, so we kind of shelved the idea for a while.&nbsp;</p>\n\n\n\n<p>Then back in December we brought on Amber Pechin as Content Wrangler. She&#8217;s an incredibly talented writer. She asked about our theme and I mentioned we really didn’t have one but we were kind of toying around with this idea of the Joy of WordPress.&nbsp;</p>\n\n\n\n<p>The theme crept back in after our WP community starting fighting. And so, we kind of thought, let&#8217;s bring the joy back to what we fell in love with. You know, with the community, with open source, with democratizing publishing. She took that, ran with it, and created this entire like slide deck of what it means to have the Joy of WordPress being WordCamp Phoenix&#8217;s theme. So come full circle, our theme ended up being the Joy of WordPress. Our Wapuu is Bob Rosspuu and it&#8217;s really cute. And we included an art theme around it. I think last summer Matt Mullenweg <a href=\"https://twitter.com/photomatt/status/1681676886932332545\">tweeted</a>, that he&#8217;d like to see more art at WordCamps. That inspired us.</p>\n\n\n\n<p>On me being the lead organizer,… yes I was the lead again. I led in 2018 &amp; 2019 but didn&#8217;t want to lead again necessarily, but we didn&#8217;t have someone else to lead. A struggle of mine is when I&#8217;m misunderstood, misread, or misjudged. Like if someone is judging me for being loud and silly, I don&#8217;t feel offended because I know I&#8217;m that way. But when I’m judged for something I’m not, well, I really struggle. I didn&#8217;t want anyone to think that this is the Raquel show but at the end of the day, I can’t control what others think.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>AS: Do you feel that the camp was successful?&nbsp;</strong></h2>\n\n\n\n<p><strong>RM</strong>: Well, that&#8217;s a two-part answer, and it would be yes and no. By my standards, and by WordCamp Phoenix standards in the past, it wasn&#8217;t what we expected. We have typically sold out every WordCamp since 2009. In the early years, 2009 to 2014, we were pretty much the biggest local camp. The only one bigger at the time was WordCamp San Francisco, which became WordCamp US.&nbsp;&nbsp;</p>\n\n\n\n<p>In Feb 2020 we had a 500-person event and then the pandemic hit. When we brought it back in March 2023 we sold 400 tickets and things felt good. The vibe of the event had great energy. But starting with planning this iteration in 2024, almost from the get-go it was hit with so much shit happening against us.</p>\n\n\n\n<p>WordCamps are changing with the future of WordCamps reiteration. So there’s that. That was a hard pill for us to swallow because we’ve always been more of a SuperCamp. Even in 2009, we had a huge event. We had huge sponsors like Uber and Cox Internet. We had a <a href=\"https://wordpress.tv/2009/11/13/matt-mullenweg-wordpress-roundtable-phx09/\">panel with Matt Mullenweg and Josh Strebel</a>, etc&#8230; so small events are not our jam.</p>\n\n\n\n<p>And our 2023 March event gave us good reason to think that this is our community. This is how we show up. So proceeded to have the same #wcphx style event. We submitted our budget. It was denied. Basically due to it being too costly, they wanted us to get a venue that was sub $10k.&nbsp;</p>\n\n\n\n<p>I sort of get it, but then again, we have a proven track record that we raise enough money. Even in 2023, we raised almost 30k and that&#8217;s a lot compared to a typical WordCamp. So, we were just put into a really hard place. Which is really what it comes down to. That happened early on and we were left scrambling to find a new venue.&nbsp;</p>\n\n\n\n<p>I found a new venue at Phoenix College but it just wasn&#8217;t the same, as we&#8217;re used to being in actual event spaces. We&#8217;ve never been in a school/college, though I have been to many WordCamps held on campuses, and it was always a blast. So we weren&#8217;t opposed to it and figured it would be fine. But what became clear is that to create that true camp a good chunk of it would be outside. For me, sponsors are the most important aspects of a camp because camps need a lot of money and these sponsors come in knowing that there&#8217;s not going to be an ROI on their monetary investment. It&#8217;s going to be a different ROI, right? And now our Hallway Track/epicenter of WordCamp Phoenix would take place outside which is risky.&nbsp;</p>\n\n\n\n<p>And we were delayed in announcing BY OUR VENUE! And we had a third of our speakers drop. The team got emotional. There was drama. Heartache. Broken friendships… I’m not even touching everything that went wrong. Murphy showed up in full force.</p>\n\n\n\n<p><strong>AS: How was the engagement of the attendees?</strong></p>\n\n\n\n<p><strong>RM:</strong> We sold 200 tickets which was embarrassing for me. I guess it was beyond our control. But my biggest thing is like, why? I feel like a lot of the hiccups and the hurdles, if not walls, that were placed in front of us (that I decided to hurdle-nay, bulldoze over), greatly affected our attendance. So, yeah, we sold 200 tickets when we sold 400 in 2023, so that&#8217;s quite a difference. In our metrics, Fridays always get the most amount of people so Saturday was sad panda.</p>\n\n\n\n<p><strong>AS: </strong>Oh, really? Back at WCLAX Saturdays were always more popular and Sundays had a large drop-off. </p>\n\n\n\n<p><strong>RM</strong>: I think people tend to look at Fridays like a work day and think “I’m gonna go to this work conference”. Then Saturday comes and they&#8217;re like, I want to hang with my fam.&nbsp;</p>\n\n\n\n<p>And then the other thing was the weather. The highs were in the low 50s, and it was raining! Then we had to find awnings for the sponsors, just in case it actually rained when they were there, which thankfully never did happen.</p>\n\n\n\n<p>If I&#8217;m being honest, I felt guilty. I felt guilty that we had these two incredible keynote speakers who have been pivotal in the startup and entrepreneurial community in Phoenix from day one. They&#8217;ve always been supporters and sponsored our entire WordPress community and have hosted plenty of our meetups at their co-working spaces. To not have a full audience for them… The same thing with some of our speakers. I know we had a lot of feedback afterward regarding Quinn Tempest, Tanya Moushi, and Perry Collins and how incredible their talks were. All local women to Phoenix… but there weren&#8217;t hundreds of people to watch them.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>AS: Have you gathered feedback from the event?</strong></h2>\n\n\n\n<p><strong>RM</strong>: Not yet. For the first time ever, I feel burnout (I didn’t think that could happen to me). The team is burnt out. And I have bragged to the world about how amazing our team is, how we don&#8217;t get burnout, how we have each other&#8217;s backs, and how if somebody drops a plate, someone&#8217;s there to help. It just didn&#8217;t happen like that this time around. And it&#8217;s really hard not to blame myself, even though I know and my head knows it&#8217;s not my fault. But my heart feels shame.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>AS: Word on the street has it that you toss out the idea or you have the idea to do a regional WordCamp.</strong></h2>\n\n\n\n<p><strong>RM</strong>: Anybody who knows me knows my <em>why</em>. That is human connection. The reason I fell in love with WordPress is because there was this group of humans that genuinely wanted to connect for no reason other than we&#8217;re in this space together. So let&#8217;s connect. And I&#8217;d never experienced that in my life. So I fell head over heels, absolutely in love with this community, and made a career out of it. I love it. I love putting events on and I could do it in my sleep. I could plan an event off the top of my head, you know, a conference. It&#8217;s a labor of love.</p>\n\n\n\n<p>I&#8217;ve had this idea of a regional for a long time. This dates back to pre-pandemic as I knew the rules: you had to have a local camp and you had to have several local camps in an area or region to have a regional and I was like, how cool would that be to have a Southwest region of the United States WordCamp. I remember approaching Matt Cromwell at Pressonomics 6, the very last one in September 2019.</p>\n\n\n\n<p>I was like, I got this idea. Because we qualify, and we all love each other, because we&#8217;ve all kind of rotated at each other&#8217;s camps and stuff, and like, it kinda feels like we&#8217;re all in the same neighborhood. What if we had a regional? And I remember he liked it, but mentioned having to get WordCamp San Diego back up. And then he moved to Germany and the pandemic happened.&nbsp;</p>\n\n\n\n<p>So, then fast forward to now, and we were just, like, gungho, let&#8217;s get Phoenix back, and we did. Then 2024 happens, and kind of coming back to the question you asked earlier if I regret 2024. I do not regret it at all. I love our community. I love my people so deeply. But it was not what we expected. And now I&#8217;m reflecting and know that we need to start doing something different. If everybody&#8217;s burnt out, then we need to change. The pandemic caused a lot of emotional burnout before we even did anything in person. Our community hasn’t fully recovered.</p>\n\n\n\n<p>You know what I mean? A lot of the community is just burnt out. Traveling to multiple cities from SoCal to Nevada to Arizona to attend a 1/2-day camp is less attractive. We got used to just chilling in our homes.&nbsp;</p>\n\n\n\n<p>I&#8217;m on board with the future of WordCamps and the mission that&#8217;s now being laid out, but I want really cool, magical WordCamps still. Maybe it’s a dream? And I&#8217;m cool with it being one larger one (regional) versus a bunch of little ones than to have nothing at all. Which, might be where we end up. Personally, I don&#8217;t want to see a world where WordCamps are essentially a hackathon. That&#8217;s great to have a bunch of those, and I&#8217;m not against it at all. What I&#8217;m against is that only being it. And I&#8217;ll just come out and say it. I don&#8217;t want that to be the only existence of a WordCamp.</p>\n\n\n\n<p><strong>AS: What&#8217;s the status then and what are the next steps for a regional WC to be approved?&nbsp;</strong></p>\n\n\n\n<p><strong>RM</strong>: Well, back in the day, you had to have several meetups to then have an actual WordCamp. And then you had to have several local WordCamps to have a regional. And it really wasn&#8217;t an issue to a US-based camp. It was more of a Europe situation as my friend, Remkus wanted to have WordCamp Netherlands and had a journey getting that going. And now we&#8217;re seeing WordCamp Canada, right? When I saw Canada was announced, that rekindled my flame.&nbsp;</p>\n\n\n\n<p>Phoenix is tired. I&#8217;m not tired, but I’m tired of everyone around me being tired and we need more leaders. We need more help. And I love my people. I love my team. We have true friendship with each other.</p>\n\n\n\n<p>We deeply love each other. I care about them deeply. And I&#8217;m like, I can&#8217;t keep us going like this without actual help. So my hopelessly endearing self came up with the idea to officially have a WordCamp Southwest Regional.</p>\n\n\n\n<p>The Southwest region has that magic like Phoenix has. THe Phoenix community loves each other,&nbsp; and all these communities of the SW US love each other too.&nbsp;</p>\n\n\n\n<p>I am a 13-year-old girl, metaphorically speaking, who always has these big wide eyes in the way I view the world. Full disclosure, I definitely have this nostalgic attachment to the days when we went to each other&#8217;s WordCamps in the 20-teens. I’m working on it. That nostalgia that is.</p>\n\n\n\n<p>Is it naive of me to think that everyone&#8217;s going to be on board? Probably. But, I&#8217;m still going to go for it and be that <em>all-things-are-possible</em> Raquel.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>AS: What&#8217;s your timeline for a regional?&nbsp;</strong></h2>\n\n\n\n<p><strong>RM</strong>: Honestly, I want to start conversations now! But it won’t happen if we don’t have everyone on board.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><br /><strong>AS: Final question, what are your key takeaways from this year&#8217;s WordCamp. </strong></h2>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>RM</strong>: The key takeaways are:</h2>\n\n\n\n<ol>\n<li>The community at large is going through a split in emotional ways that are affecting us physically and it sucks.</li>\n\n\n\n<li>WordCamp Phoenix needs more help to continue.</li>\n\n\n\n<li>I want to have a regional. I would like our next iteration to be a regional, whether that&#8217;s spring or fall 2025 I&#8217;m not sure, but a girl can dream.</li>\n\n\n\n<li>Turns out, I do have a capacity so I am going to take some time and not volunteer so much. (famous last words)</li>\n</ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Mar 2024 20:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Adam Silver\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Acquisition Alert: Kestrel Acquires Seven Barn2 Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154576\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/acquisition-alert-kestrel-acquires-seven-barn2-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2849:\"<p>Katie Keith, CEO of Barn2, <a href=\"https://barn2.com/blog/new-home-for-7-plugins/\">announced</a> that Kestrel has acquired seven plugins from her company for an undisclosed amount. She had <a href=\"https://twitter.com/KatieKeithBarn2/status/1747682958083789027\">tweeted</a> about her plans to sell the plugins back in January to focus on the more profitable plugins. </p>\n\n\n\n<p>This is <a href=\"https://kestrelwp.com/\">Kestrel</a>’s first acquisition. Kestrel is a new venture by the former co-founders of <a href=\"https://wptavern.com/godaddy-acquires-skyverge-creator-of-over-60-woocommerce-add-ons\">SkyVerge</a> (creator of over 60 WooCommerce add-ons and acquired by GoDaddy in 2020). Their website describes the team as “a small but mighty team of seasoned WooCommerce professionals — we’re some of the top non-Automattic contributors to the open source WooCommerce project.”</p>\n\n\n\n<p>The acquisition encompasses five premium plugins and two free plugins, including <a href=\"https://kestrelwp.com/product/variation-prices-woocommerce/\">WooCommerce Variation Prices</a>, <a href=\"https://kestrelwp.com/product/express-shop-page-woocommerce/\">WooCommerce Express Shop Page</a>, <a href=\"https://kestrelwp.com/product/shipping-calculator-woocommerce/\">WooCommerce Shipping Calculator</a>, <a href=\"https://kestrelwp.com/product/product-sample-woocommerce/\">WooCommerce Product Sample</a>, <a href=\"https://kestrelwp.com/product/discontinued-products-woocommerce/\">WooCommerce Discontinued Products</a>, and the free plugins <a href=\"https://wordpress.org/plugins/woo-custom-add-to-cart-button/\">WooCommerce Custom Add to Cart Button</a> and <a href=\"https://wordpress.org/plugins/better-recent-comments/\">Better Recent Comments</a>.</p>\n\n\n\n<p>Katie explained, “it makes sense to put the most resources into the plugins which have the biggest user base and which fit best with our other plugins. As a result, in early 2024 we made a team decision that we should sell some of our plugins to a company who will give them the attention they deserve so that we can concentrate our efforts on providing even greater value and support for our remaining suite of plugins.”</p>\n\n\n\n<p>Under the acquisition terms, the existing annual and lifetime customers will continue to receive full support, updates and maintenance from the Kestral team. Barn2 has plans in place for customers who purchased the acquired plugins through bundle plans and the All Access Pass plan.&nbsp;</p>\n\n\n\n<p>Max Rice, Founding Engineer of Kestrel told us, “We’re very excited to jump back into the Woo space with the launch of Kestrel! We’ve worked with WooCommerce since 2012, and have been familiar with Barn2&#8217;s work for some time — we’re excited to kickstart our new venture with a group of high-quality plugins from a team we respect.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Mar 2024 19:13:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: The Block Bindings API Brings Dynamic Data to Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154569\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/the-block-bindings-api-brings-dynamic-data-to-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7936:\"<p>As the block editor continues to evolve its content management capabilities, the lack of support for custom fields has been one of the key roadblocks for users and developers. While custom fields in WordPress are still widely used, in the block editor they&#8217;ve been relegated to a drawer at the bottom of the screen, and haven&#8217;t been as deeply integrated as many would like. With the coming <a href=\"https://github.com/WordPress/gutenberg/issues/54536\">Block Bindings API</a>, things are about to change in a very good way.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What is the Block Bindings API?</h2>\n\n\n\n<p>One of the best ways to explain the Block Bindings API is to start with a plugin like WooCommerce.</p>\n\n\n\n<p>Imagine you are building your WooCommerce store and you&#8217;re designing the homepage of your site with blocks. You&#8217;re using a Query Loop to display your most popular products, which means many of the blocks you&#8217;ll be reaching for are probably pulling important custom information about your products- product descriptions, images, galleries, add-to-cart buttons, and more.</p>\n\n\n\n<p>Right now, WooCommerce needs to create and manage individual <em>custom</em> blocks for each of those separate pieces of content. That&#8217;s a lot of duplicate code and technological overhead. Plus, as new design tools are added to the block editor, the development team has to go back each release and make sure their custom blocks can support new features properly. Wouldn&#8217;t it make much more sense if they could use core blocks &#8211; like a paragraph, heading, or button block &#8211; and just tell WordPress to &#8220;connect&#8221; that block to the product data?</p>\n\n\n\n<p>That&#8217;s just one example of the promise of the Block Bindings API, and custom fields are only one of many use-cases. Once the foundation has been laid, this <a href=\"https://github.com/WordPress/gutenberg/issues/54536\">feature can extend</a> to all types of data that have been relatively hard to manage in the block editor, from populating post and site information (like Author Name or Featured Image) to helping Synced Patterns become more robust.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Can dynamic data save time and resources?</h2>\n\n\n\n<p>To learn more about the Block Bindings API, I reached out to Scott Kingsley Clark, Lead Developer of the <a href=\"https://pods.io/\">Pods Framework</a> and the driving force behind the <a href=\"https://make.wordpress.org/core/tag/fields-api/\">Fields API feature project</a> in WordPress Core. The Fields API proposal circles around a similar issue in WordPress: how can we help developers avoid writing the same code over and over?</p>\n\n\n\n<p>That&#8217;s the problem that tools like Pods and Advanced Custom Fields rose to solve. They save developers from writing the same custom post type code, custom settings screens, and custom field inputs from scratch on every project. Scott drew the connection between his work and WooCommerce, pointing out that many of the contributors to the Block Binding API are in fact contributors to WooCommerce as well.</p>\n\n\n\n<p>&#8220;The new WooCommerce Product edit screen is powered by Blocks,&#8221; Scott explains, &#8220;and you can totally see the progression over the releases they’ve done on that feature as they’ve abstracted more things and started to find ways to consolidate, instead of &#8216;every specific field has to be their own specific block&#8217; which has been holding them back.&#8221;</p>\n\n\n\n<p>Scott has been providing feedback on the API and is working on making sure the Pods Framework has an integration ready to go before WordPress 6.5 releases on March 26th.</p>\n\n\n\n<p>I also asked Iain Poulson, Product Manager for <a href=\"https://www.advancedcustomfields.com/\">Advanced Custom Fields</a>, if we might see ACF&#8217;s custom fields using this API to connect to core blocks in the future.</p>\n\n\n\n<p>&#8220;The ACF team have been following the development of the Block Bindings API closely over the last few months,&#8221; says Iain. &#8220;We’re currently exploring building our own binding source to allow users to use ACF field values to be bound to block attributes, and hope to have a working prototype soon.&#8221;</p>\n\n\n\n<p>There was originally a chance that custom fields from plugins like Pods and ACF might work out of the box, but some last minute <a href=\"https://github.com/WordPress/gutenberg/pull/59326\">security cleanup</a> meant that any plugin with a more custom approach will need to build their own integration with the API.</p>\n\n\n\n<p>&#8220;We’re aware of a PR merged today into WordPress core which is likely to mean ACF fields won’t be bindable without this work,&#8221; Iain told me earlier this week. &#8220;We expect the future to change significantly over coming releases of WordPress with new UIs for connections and the ability to update values from the binding itself, all of these features we’d love to bring to ACF users, and will be working with the WordPress core team to make sure we can.&#8221;</p>\n\n\n\n<p>It&#8217;s exciting to know that major plugins are invested in this new API. What&#8217;s also important here is to temper expectations about the API. There&#8217;s a <a href=\"https://github.com/WordPress/gutenberg/issues/41236\">long roadmap</a> and plenty of experimentation that needs to happen before we see it deeply embedded in developer workflows.</p>\n\n\n\n<h2 class=\"wp-block-heading\">This is an API without a UI?</h2>\n\n\n\n<p>Though the WordPress 6.5 release includes the Block Bindings API in core, we&#8217;re not going to see an actual user interface for this feature just yet. This is still an &#8220;under the hood&#8221; feature, but its inclusion means it&#8217;s ready for plugin and theme developers to start building on top of.</p>\n\n\n\n<p>In 6.5, Block Binding can only be used one of two ways, both of which involve touching a little code:</p>\n\n\n\n<ol>\n<li>You can take the approach <a href=\"https://developer.wordpress.org/news/2024/02/20/introducing-block-bindings-part-1-connecting-custom-fields/\">advocated in the WordPress Developer Blog</a>: switch the block editor into the &#8220;Code editor&#8221; mode and add the binding metadata directly to the block HTML.</li>\n\n\n\n<li>You can utilize the <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-variations/\">Block Variations API</a> to add a version of a core block with your binding metadata already baked in. This will require placing some JavaScript in a theme or plugin, but the benefit is that it &#8220;just works&#8221; once you&#8217;re inside the content editor, because your variation shows up as its own block in the block inserter.</li>\n</ol>\n\n\n\n<p>The current implementation only supports four core blocks (Paragraph, Heading, Button, and Image), the truth is that those four blocks are<a href=\"https://gutenstats.blog/\"> some of the most commonly used content</a> blocks and will make up the vast majority of use cases, though other blocks are planned. For end users, this means that any blocks using this API will function exactly like the core blocks they’re already familiar with, a win for usability.</p>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/53300\">tracking issue</a> for the project makes it clear that a no-code interface for the Block Bindings API is coming, with some proof-of-concept examples already being explored. By taking this API-first approach, the core team can see how the feature is used in the wild before committing to change in the block editor, and perhaps take some inspiration as plugin teams build out their own integrations.</p>\n\n\n\n<p>If you&#8217;re an end user, you might not notice anything new just yet. But if you&#8217;re a plugin or theme developer, it might be time to explore the Block Bindings API and see if you can&#8217;t take advantage of this time-saving feature.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Mar 2024 17:57:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Brian Coords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Do The Woo Community: All Things CloudFest 2024 Hackathon with Christian, Carole and Alain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=79186\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://dothewoo.io/all-things-cloudfest-2024-hackathon-with-christian-carole-and-alain/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:442:\"<p>CloudFest CEO Christian Jäger joins Carole Olinger and Alain Schlesser for a conversation for the 2024 Hackathon at CloudFest.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/all-things-cloudfest-2024-hackathon-with-christian-carole-and-alain/\">All Things CloudFest 2024 Hackathon with Christian, Carole and Alain</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Mar 2024 07:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: WordPress Photo Festival 2024, A Five Part Retrospective, Part 4, Next Generation Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154538\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wordpress-photo-festival-2024-a-five-part-retrospective-part-4-next-generation-events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28784:\"<p>In the penultimate episode of this series I talk with Julia Golomb from the WordPress Community Team about Next Generation WordPress Events.  We&#8217;ll include how the WPPhotos Event was a great template, and other ideas that could come.</p>\n\n\n\n<p>This article is available in video, audio, and transcribed text.</p>\n\n\n\n\n\n\n\n<p>Audio version:</p>\n\n\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Transcription</h2>\n\n\n\n<p><span>[00:00:00]</span> <strong>Topher:</strong> Welcome back! In this episode, we&#8217;re going to talk with Julia from the community team about next generation WordPress events, what that means, what they are and how you can be involved. There are a lot of great ideas coming out about different things that we can do for events and I&#8217;m really excited about it.</p>\n\n\n\n<p>So come along with me while we have this conversation. I&#8217;m here with Julia from the community team.  please tell us your, your full name and where you&#8217;re from. </p>\n\n\n\n<p><span>[00:00:50]</span> <strong>Julia:</strong> All right. Hey Topher. My name is Julia Golomb and I am bi-coastal in the US I spend half my time. Well, a little more than half my <span>[00:01:00]</span> time in the Bay area of California, just outside of Oakland, California.</p>\n\n\n\n<p>And the, maybe a third of my time in the Northeast United States, mostly around New Hampshire, outside Boston. Very nice. </p>\n\n\n\n<p><span>[00:01:12]</span> <strong>Topher:</strong> And I know you&#8217;re in the community team, but, what do you do? you know, what&#8217;s your role there?</p>\n\n\n\n<p><span>[00:01:19]</span> <strong>Julia:</strong> Yeah. So I am a full time contributor to the WordPress community team and I&#8217;m sponsored by Automattic.</p>\n\n\n\n<p>So AutomatTic donates my time to work full time with the WordPress community. And my role involves helping meetup organizers and helping WordCamp organizers and WordPress event organizers all over the world, create great events that. Bring folks together to celebrate WordPress and learn from each other and build community and gain inspiration and connections.</p>\n\n\n\n<p>All right. That&#8217;s very cool. And I&#8217;m also, I&#8217;m, I&#8217;m also on the lead organizing team for Word Camp US this year and was for 23 as <span>[00:02:00]</span> well. So I bring that flagship organizing experience too. Yeah. </p>\n\n\n\n<p><span>[00:02:04]</span> <strong>Topher:</strong>  our, our main story is about,  the photos event that happened, Carla, but I keep hearing the organizers say things like,  second generation event.</p>\n\n\n\n<p>What does that mean?</p>\n\n\n\n<p><span>[00:02:19]</span> <strong>Julia:</strong> All right. So glad you asked. In late spring of 2023, the community team kicked off a pilot project that was called NextGen WordPress Events. And the idea of this pilot project was to think outside the box about how WordPress organizers, WordPress enthusiasts around the world can organize events that are different from the traditional WordCamp format and the traditional Meetup format.</p>\n\n\n\n<p>Because previously, those were the two main formats that the community team offered. For word camp event organizers. <span>[00:03:00]</span> The next gen pilot project offered an invitation to organizers around the world to experiment. So we said, bring us your ideas. What sorts of events do you want to see that are different from a word camp?</p>\n\n\n\n<p>Or it could be a word camp, but a different flavor and style of word camp than we&#8217;re used to seeing. And. We at the end of 2023 concluded that pilot project and learned from that experience that yes, the community is thirsty for experimentation and there&#8217;s a lot of an opportunity for different types of events besides WordCamps.</p>\n\n\n\n<p>And so now we&#8217;re, </p>\n\n\n\n<p><span>[00:03:40]</span> <strong>Topher:</strong> what kinds of things that people do? </p>\n\n\n\n<p><span>[00:03:45]</span> <strong>Julia:</strong> Great question.  so I know you are talking about the photo festival. That&#8217;s an example of a. That&#8217;s an example of a next gen event that was part of the pilot project. But I will just say <span>[00:04:00]</span> that now we are we&#8217;ve closed the pilot project stage. And now the community team has created an ongoing invitation to WordPress organizers to organize innovative, creative WordPress events.</p>\n\n\n\n<p>And so we&#8217;re not. Not even calling them next gen. Although I think people still, that language has stuck, but WordPress events now. </p>\n\n\n\n<p><span>[00:04:29]</span> <strong>Topher:</strong> Yeah, that&#8217;s really cool. </p>\n\n\n\n<p><span>[00:04:32]</span> <strong>Julia:</strong>  and next gen at the time, the name came up as. It means next generation of WordCamp. So we were so used to work. What&#8217;s the next generation of these events that people learn and connect and build real world skills and all of that.</p>\n\n\n\n<p><span>[00:04:51]</span> <strong>Topher:</strong> Yeah.  I will admit I love WordCamps. I love the traditional ones, but I haven&#8217;t really been to a session in <span>[00:05:00]</span> years because I&#8217;ve been to so many of them, but I really want to do is hang out with my friends. Yes, and a different kind of event could facilitate that without the guilt of my other friends being in a session that I&#8217;m not listening to.</p>\n\n\n\n<p><span>[00:05:16]</span> <strong>Julia:</strong> Absolutely, I&#8217;ll share another example. You asked for some examples. Yeah The photo festival that just concluded in Japan. There&#8217;s a monthly series of community building workshops and those are online events That I think they helped started as online events, but then became in person events and it&#8217;s an opportunity to,  for community members to come together and learn about how they can be community wordpress community organizers across.</p>\n\n\n\n<p>Yeah, meant to build up the community team and that roster of. Organizers. And in Rome in September of 2023, there was a community day and that was a day <span>[00:06:00]</span> dedicated to WordPress community event organizers. There&#8217;s, ah, coming up in Rome, an event called Core Days. Okay. And that&#8217;s focused on, I believe, focused on core WordPress core contributions.</p>\n\n\n\n<p>Right.  that&#8217;ll be in November of this year. So that&#8217;s a ways from now.</p>\n\n\n\n<p><span>[00:06:23]</span> <strong>Topher:</strong> Okay. That&#8217;s really great. I&#8217;m really glad to hear that because I have thought in the past myself about trying to do a core focused only event that is days long because I&#8217;ve, I&#8217;ve been to work camps where I joined contributor day.</p>\n\n\n\n<p>And I say, I&#8217;m going to contribute to core today. And eight hours later, I have Docker halfway set up and I&#8217;m lost and I&#8217;ve never contributed anything at any of those, but what if it were four days long and you spent two days getting Docker set up and then <span>[00:07:00]</span> contributing? That would be great. So I&#8217;m really happy to hear that they&#8217;re doing that.</p>\n\n\n\n<p>Now I have to go to Rome. So thank you very much. </p>\n\n\n\n<p><span>[00:07:07]</span> <strong>Julia:</strong> Yes. And something that we&#8217;ve observed in the U S in particular and North America is that word camps. And meetups have been slow to reenergize and reactivate since. Yes, I&#8217;ve noticed. And I think there&#8217;s gradual momentum building, but the landscape has really changed.</p>\n\n\n\n<p>Things are more expensive. Venues are more expensive. Mm-Hmm. Covid was a real disruption in the flow and progression of. WordCamps. And so, I think that WordPress events, more broadly, my hope is that WordPress events offer</p>\n\n\n\n<p>the opportunity for more creativity for, for organizers to think about what is it that their community really wants and needs and what will enable <span>[00:08:00]</span> people to come out of their houses. Right. And working from home to actually be together. What are the skills that folks are looking to build? For example, I&#8217;ve heard a New York city meetup organizer talk about the possibility of organizing an event that targets recent graduates who are looking for jobs and, and want to learn about how WordPress can actually help them gain employment.</p>\n\n\n\n<p>And that&#8217;s something that is different that people can&#8217;t just go on YouTube for like identifying what is the real value that this particular community. Is looking for and how to Yeah, like a more targeted event. </p>\n\n\n\n<p><span>[00:08:43]</span> <strong>Topher:</strong> That&#8217;s a great idea because looking back, basically every session I&#8217;ve ever given, talked at could be just a YouTube video.</p>\n\n\n\n<p>And if we can make something that you can&#8217;t get on YouTube, that&#8217;s going to be really valuable.</p>\n\n\n\n<p><span>[00:08:57]</span> <strong>Julia:</strong> Yes. And so it really depends on creativity. It really <span>[00:09:00]</span> depends on an organizer in the box and trying something new and experimenting. And probably some events won&#8217;t. Won&#8217;t work so well. And that&#8217;s okay because that&#8217;s a learning and I hope that organizers will share their learnings with the community through posts on make a community.</p>\n\n\n\n<p>For example, from the community team recently posted a recap of the Jakarta WordPress website challenge. Website pitching competition. That was just held in January. And Devon&#8217;s share is it&#8217;s great. She really shares a lot of good info and good, good lessons learned. </p>\n\n\n\n<p><span>[00:09:38]</span> <strong>Topher:</strong> That&#8217;s really great.  I I&#8217;ve, I&#8217;ve talked to a number of organizers since COVID during COVID and things, and have heard, as you mentioned.</p>\n\n\n\n<p>How much more expensive things are a venue or food?  I think, I <span>[00:10:00]</span> think I heard a meetup for an evening in London, England was going to be 10, 000 or something. And yeah, I mean, it&#8217;s outrageous and New York City is the same.  the organizers there will have a cap on their meetup of 10 people because they, their, their room doesn&#8217;t hold more than 10 and it&#8217;s 2, 000 for the evening.</p>\n\n\n\n<p>For 10 people to get together and chat. So we, you know, we need the creativity. So,  I would love to hear if you can tell me some of the financially creative things people are doing to have a great time, get good things done without spending 10, 000 an evening for a meetup. </p>\n\n\n\n<p><span>[00:10:44]</span> <strong>Julia:</strong> Absolutely. Well, sponsorship, I will start by saying the WordPress events program depends on our sponsors and really important to.</p>\n\n\n\n<p>Make sure that that&#8217;s a reciprocal relationship. <span>[00:11:00]</span> So think about how can we, what value do sponsors receive from their sponsorship and how can community events support our sponsors? Our sponsors are part of the WordPress ecosystem, just like the rest of us. Right. That&#8217;s one piece.  sponsorships are really important and that could be an in kind sponsorship of donating a venue.</p>\n\n\n\n<p>It doesn&#8217;t need to be. It doesn&#8217;t only need to come in the form of financial or monetary. </p>\n\n\n\n<p><span>[00:11:30]</span> <strong>Topher:</strong> That would be so cool. Like I&#8217;m on meetups at the WP engine office or the Automattic office in San Francisco.</p>\n\n\n\n<p><span>[00:11:39]</span> <strong>Julia:</strong> Yes. And I&#8217;m here in the Bay area and I&#8217;m really trying to get the San Francisco meetup reactivated. And I, it is amazing to know that the Automattic space in San Francisco could be made available.</p>\n\n\n\n<p>And similarly, Automattic is offered to donate the know how right.</p>\n\n\n\n<p><span>[00:11:59]</span> <strong>Topher:</strong> <span>[00:12:00]</span> Yeah. In New York.</p>\n\n\n\n<p><span>[00:12:00]</span> <strong>Julia:</strong> Yeah. Yep. So it&#8217;s a resource. It&#8217;s a space that&#8217;s available and takes a little bit of coordination, but it&#8217;s, it&#8217;s there for the New York city meetup organizers. So my first encouragement for. Organizers. There&#8217;s a couple, there&#8217;s many things I want to say here, but my first encouragement is think about how you can find a donated space and okay.</p>\n\n\n\n<p>Number two around finances, they are, the landscape is different and I do budget reviews often with meetup organizers and I mentor WordCamps and help them shape their budgets. And the community team recently has been telling organizers, sharing with organizers, what we observe because we&#8217;re working with a lot of different WordCamps and WordPress events.</p>\n\n\n\n<p>And so I patterns. And one of the patterns is there&#8217;s less sponsorship, money available now than There used to be another pattern is that WordCamp <span>[00:13:00]</span> organizers really want to organize several hundred person events and it is. It&#8217;s just not there. And that is okay. Small events are so meaningful and important and impactful.</p>\n\n\n\n<p>So I could not measure the success of an event by the number of attendees. I would set expectations, encourage organizers to set expectations at the outset for number of attendees. And understand that a 100 person event is, from my, absolutely from my perspective, as important and valuable as a 500 person event.</p>\n\n\n\n<p>Okay. And I&#8217;m just going to pause and, and think for a moment. There&#8217;s something I want to say around this. All that to say, I think that creative WordPress events are really helpful for shifting out of the mindset of like the idea that, oh, it needs to be a WordCamp and that a WordCamp needs to be a big endeavor that feeds people and maybe is multiple days.</p>\n\n\n\n<p>WordPress <span>[00:14:00]</span> events open up the possibility of offering or organizing a half day workshop. That is specifically for digital marketers or a half day session that&#8217;s about building job skills, or is for folks focused on SEO, or want to contribute to the WordPress photo, photos team, photos library. There&#8217;s, there&#8217;s so much that can be done that can be low budget and still really rewarding and impactful.</p>\n\n\n\n<p><span>[00:14:37]</span> <strong>Topher:</strong> That&#8217;s really, really cool.  I&#8217;ve always wanted to do a, a seminar or whatever in my city on WordPress as a career. Maybe you&#8217;re laid off, maybe you&#8217;re just out of college, maybe you&#8217;re just out of high school. What do I want to do? I don&#8217;t want to do what I was doing before is web development for <span>[00:15:00]</span> me, you know.</p>\n\n\n\n<p><span>[00:15:01]</span> <strong>Julia:</strong> It sounds like you&#8217;ve got some really good ideas. I want to see you organize a WordPress event. </p>\n\n\n\n<p><span>[00:15:08]</span> <strong>Topher:</strong> Yeah, wow, that&#8217;s another thing all together. I want to see WordCamp San Francisco, so. You do yours. I&#8217;ll do mine. </p>\n\n\n\n<p><span>[00:15:16]</span> <strong>Julia:</strong> And my idea for WordCamp San Francisco is that it would be small. I&#8217;m thinking like, I know WordCamp San Francisco used to be hundreds of people.</p>\n\n\n\n<p>I love to start with a one day. WordCamp San Francisco at the Automattic space, the Automattic office of the mission, which people that can accommodate maybe a 100 and fewer than 100, keep it a one track one day gathering. That&#8217;s about bringing community together and creating the Bay area WordPress community.</p>\n\n\n\n<p>And it, it, it doesn&#8217;t need to be, I&#8217;m not benchmarking it against something that happened in the past and thinking about it.</p>\n\n\n\n<p><span>[00:15:55]</span> <strong>Topher:</strong> It was, it was the flagship. Yeah, you know, you&#8217;re not going to do that again, <span>[00:16:00]</span> </p>\n\n\n\n<p><span>[00:16:01]</span> <strong>Julia:</strong> but but just having any event that brings people together in the Bay Area would be so meaningful.</p>\n\n\n\n<p>And this is what the world, any event that brings people together is meaningful, whether it&#8217;s 50 people or people are 150. </p>\n\n\n\n<p><span>[00:16:16]</span> <strong>Topher:</strong> So I want to take what you&#8217;ve said here and abstract it back to the photos event.  there was no venue, so that was not a thing. We didn&#8217;t, you know, there&#8217;s no money spent on a venue.</p>\n\n\n\n<p> the, I don&#8217;t know, I want to say talks. The, it was like, there was a few talks on the first day and a few at the last day, but there wasn&#8217;t a time when everybody sat in front of their computer for six hours and listened to people talk.  people got out, got outside, wandered around.</p>\n\n\n\n<p>So, and I, and I know they they mentioned that they were going to do <span>[00:17:00]</span> some ads by ad space to get people to participate, but they got so many people just by word of mouth that they didn&#8217;t need that money for that. And so they&#8217;re right there and there&#8217;s, you know, pushing back the financials.  and a testament to their, their ability to get the word out.</p>\n\n\n\n<p> they did a great job.  given the number of people around the world, it would, it seems like it&#8217;d be hard to To make it really international and they did a good job. I was very impressed. I was sick. I was at death&#8217;s door through that whole week and I was very sad. So I missed it all.  </p>\n\n\n\n<p><span>[00:17:40]</span> <strong>Julia:</strong> you made it to the other side.</p>\n\n\n\n<p>I&#8217;m glad you did not walk through death&#8217;s door. </p>\n\n\n\n<p><span>[00:17:42]</span> <strong>Topher:</strong> Yes.  I should have at the last minute to be a judge and that&#8217;s it. But,  but you know, I got to see that. I got to hear. hear them in a zoom meeting talking about it and, and things like that. And,  now I get to do this event. So <span>[00:18:00]</span> I&#8217;ve been talking for a while now.</p>\n\n\n\n<p> tell me some of the things that made the photos thing really stand out as a great model for next gen events. </p>\n\n\n\n<p><span>[00:18:13]</span> <strong>Julia:</strong> Yeah. Oh, so many, so many things.  the first is that it is such a creative format. It&#8217;s new, it&#8217;s different. It&#8217;s something that I&#8217;d never seen before as a WordPress event. It was targeted. It had a very specific, the communication around it was very clear about what it was and how to get involved, including for folks for whom it was the first time contributing to the WordPress photo library.</p>\n\n\n\n<p>Yeah.  in fact, I contributed my first photo. I don&#8217;t think I officially registered for the event, but it inspired me to contribute my cat. Yeah. And then I looked through at all the other cat photos that had been uploaded. <span>[00:19:00]</span> </p>\n\n\n\n<p><span>[00:19:01]</span> <strong>Topher:</strong> So cool. It needs more. </p>\n\n\n\n<p><span>[00:19:02]</span> <strong>Julia:</strong> I can help you out with that. There&#8217;s a lot. Yeah, a lot of WordPress can help you out with cat photos.</p>\n\n\n\n<p>That&#8217;s for sure. So one thing was simply like the outside of the box thinking to come up with the way in which it was regionally targeted and yet online so that I felt like folks around the world were invested in it and could participate in it but also had a sense of Interest. So it&#8217;s sure. Interest to folks all over the world, super low budget online.</p>\n\n\n\n<p>And I do, I think there&#8217;s a huge value to in person events too. So I am not by any means saying we should have online events and not a mix of both is useful. And this was a really engaging online event. It&#8217;s different. It&#8217;s not something that. You can go onto YouTube and find it&#8217;s, it&#8217;s an interactive format where everybody contributes and learns.</p>\n\n\n\n<p><span>[00:20:00]</span>  those are some of the pieces that I would highlight and it&#8217;s fun. It&#8217;s like, it&#8217;s fun and rewarding and interactive. And I love all of that. I think it was just fantastic. </p>\n\n\n\n<p><span>[00:20:15]</span> <strong>Topher:</strong> Yeah, it was really fun to watch all of all the pictures come in and see everybody do everything.  I have an RSS feed of. Of everything it&#8217;s the fire hose and for until now it&#8217;s been 30 or 40 a day and I just go through them every day.</p>\n\n\n\n<p>I, I was at 2000 photos to view after the end of the event and I&#8217;m down to 980 now. But it is fun to see everybody&#8217;s photos to see their home, you know, not their house, but you know, like where they&#8217;re from what they do Yes, and takes so many pictures of Southern California mountains, <span>[00:21:00]</span> and they&#8217;re great and Bigel he lives in Kerala, but it&#8217;s so many photos from Europe.</p>\n\n\n\n<p>They&#8217;re all over the place And now I want to, I want to have a conversation with him, you know, tell me about this.  so yeah, go ahead.</p>\n\n\n\n<p><span>[00:21:19]</span> <strong>Julia:</strong> This is something that is really cool about that particular event format or event type. It connects people socially. So it&#8217;s, it really is a way of getting a glimpse into people&#8217;s lives, a glimpse into what people care about.</p>\n\n\n\n<p>And there&#8217;s a personal touch to it. </p>\n\n\n\n<p><span>[00:21:39]</span> <strong>Topher:</strong> And what&#8217;s interesting to me is that when I think about personal touch in WordCamps, I think in person. We have a conversation, you touch someone&#8217;s shoulder, but you&#8217;re never going to sit at a WordCamp and look at an iPad for an hour of their photos. You know, but you would at home, you know, you&#8217;ll flip through <span>[00:22:00]</span> a couple of hundred photos from the day of an event and see where everybody was and what they did and all that.</p>\n\n\n\n<p>And it&#8217;s a different, it&#8217;s a very personal thing. You&#8217;re not gonna get in person. I think that&#8217;s pretty cool. </p>\n\n\n\n<p><span>[00:22:13]</span> <strong>Julia:</strong> I agree. I&#8217;d like to ask big, who is the organizer of the event to write a recap for the community team page around Sure. What the, was like organizing it and what, what lessons did he learn? What were the successes, what might he do differently at really with the purpose of inspiring other folks to organize events.</p>\n\n\n\n<p>Not the same type of event, but Mm-Hmm. to think about what, what are they passionate about? That Yeah. They, and bring people together around. </p>\n\n\n\n<p><span>[00:22:43]</span> <strong>Topher:</strong> Yeah, there&#8217;s a lot of wisdom there from now. Now people have done it.  I have already interviewed him So if you keep your eye on the tavern in the next few days You&#8217;ll see All right.</p>\n\n\n\n<p><span>[00:23:00]</span> I don&#8217;t know that I have anything more for you Have I mentioned at the beginning? I don&#8217;t know a whole lot about next gen. Did I miss anything? Anything you need to get out there? </p>\n\n\n\n<p><span>[00:23:12]</span> <strong>Julia:</strong> Let&#8217;s see.</p>\n\n\n\n<p>There&#8217;s a last piece, which is the idea of these other WordPress event types. Is that we really want WordPress events that are, that don&#8217;t require too great of an effort by organizers. So they&#8217;re doable, right? Are workable, meaning if an event inspires somebody across the globe or across the country, or.</p>\n\n\n\n<p>Down the road from you that another organizer could replicate it. Right. Available. Meaning that if you wait, say that word again. Scalable, so scalable, meaning if 10 people participate, that&#8217;s great. If you want to grow the event or someone else wants to grow an event, a similar event and have 100 people <span>[00:24:00]</span> participate, that could work as well.</p>\n\n\n\n<p>And then desirable for attendees, meaning it serves a purpose, it offers some value to attendees, that value could be Tangible skills or knowledge. It could be connection. It could be job offers. There&#8217;s, it could be contribution. There&#8217;s so many different ways to offer value to attendees, desirable and meaningful to the attendees.</p>\n\n\n\n<p>So doable, replicable, scalable, and desirable. Those are the key metrics for what would be a successful WordPress event. </p>\n\n\n\n<p><span>[00:24:35]</span> <strong>Topher:</strong> Well done. I&#8217;ll put those in bullet points on the screen. All right.  I did think of one more thing.  I was thinking about more Photos events. Do, do we want to have many per year or one per year?</p>\n\n\n\n<p> despite the fact that this was an international event, A lot of <span>[00:25:00]</span> Indians were took took place because it was based in Kerala, which makes sense. And I almost think I&#8217;d like to see it be sort of like flagship events, but there&#8217;s a city that organizes it and it&#8217;s still international, but. It&#8217;s not big and his team, you know what I mean?</p>\n\n\n\n<p>And it&#8217;s and, and we would end up seeing a lot of photos of each, like the city that it&#8217;s in as well as international. But I&#8217;d like to see it move around and have it be organized by different people. And I don&#8217;t know if we could handle more than a, more than one a month, it would kill us. . </p>\n\n\n\n<p><span>[00:25:46]</span> <strong>Julia:</strong> Yeah.  you say it would kill us, you, the photos, the photo team?</p>\n\n\n\n<p><span>[00:25:50]</span> <strong>Topher:</strong> Yeah. Do you know,  Michelle Frechette, of course. Yes, she personally moderated 1, <span>[00:26:00]</span> 200 photos last week. That&#8217;s just insane. A lot of photos. And so we would need a much larger moderator team if we were gonna You know, ramp this up, </p>\n\n\n\n<p><span>[00:26:15]</span> <strong>Julia:</strong>  next to the idea of the WordPress event being replicable. The idea that right.</p>\n\n\n\n<p>We quit big old created and replicate it elsewhere.</p>\n\n\n\n<p><span>[00:26:29]</span> <strong>Topher:</strong> Yeah. Wow. This has been really great. I&#8217;m really excited.  yeah, I&#8217;ve had a ton of ideas over the years. </p>\n\n\n\n<p><span>[00:26:37]</span> <strong>Julia:</strong> Yay. And if your readers, listeners, viewers are inspired by event. Yeah. and this conversation . They can apply to organize a WordPress event and, and where each team receives those applications. We vet them and then we follow up with that orientation and get them <span>[00:27:00]</span> going.</p>\n\n\n\n<p>And really like I&#8217;ll, I&#8217;ll share, I&#8217;ll let you know where they can apply. But one thing I want to. I really encourage organizers to think about events that are manageable, that will not cause burnout, that will not be too stressful. And having low cost events is a really good way to help manage that stress level, because the more expensive an event is, the more stressful it gets.</p>\n\n\n\n<p>More more on the line, right? Doable piece like we want organizers to find the process of organizing event to be so rewarding and for them to want to come back and do it again next year and and managing managing burnout, making managing overwhelm, making sure that event is. It&#8217;s doable. It&#8217;s a really good way to support that.</p>\n\n\n\n<p>That&#8217;s where, where can they, where can somebody apply?  I have to find the link. So <span>[00:28:00]</span> this is going to, would, could I? </p>\n\n\n\n<p><span>[00:28:02]</span> <strong>Topher:</strong> You can send it to me later. I&#8217;ll put it on the screen.  during editing because editing is magic. </p>\n\n\n\n<p><span>[00:28:10]</span> <strong>Julia:</strong> Yeah. That&#8217;s indeed. I&#8217;ve got it right here. Okay. I will say if folks have questions also, they can always come to the community events channel and slack.</p>\n\n\n\n<p>And that&#8217;s a great place to, </p>\n\n\n\n<p><span>[00:28:21]</span> <strong>Topher:</strong> Oh, that is a great place. Yes. You&#8217;re right. Many eyes from all. Yeah. </p>\n\n\n\n<p>All right. Well, thank you very much for being here.</p>\n\n\n\n<p><span>[00:28:31]</span> <strong>Julia:</strong> Thank you so much. This was awesome. It&#8217;s so fun to talk to with you.</p>\n\n\n\n<p><span>[00:28:35]</span> <strong>Topher:</strong> Yeah, it is fun. </p>\n\n\n\n<p><span>[00:28:37]</span> <strong>Julia:</strong> Cool. Well, good luck. I hope you have a great rest of your day. </p>\n\n\n\n<p><span>[00:28:40]</span> <strong>Topher:</strong> You too. And that&#8217;s it for today&#8217;s episode.</p>\n\n\n\n<p>Thanks for stopping by. I know that I&#8217;m pretty excited about all the different kinds of events that are coming, all the different places that we can go, and people we can meet, and different ways that we can interact and build things. Be sure to stop by tomorrow for the final episode of this <span>[00:29:00]</span> series.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Feb 2024 16:24:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: You Don’t Need to Know Code to Build a Successful WP Plugin Business.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154486\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/you-dont-need-to-know-code-to-build-a-successful-wp-plugin-business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19830:\"<p>With all the consolidation happening in the WordPress plugin ecosystem, it’s easy to think that it’d be futile to start your own WP plugin business.&nbsp; But the reality is that there are many small plugin developers making a living flying under the radar of the big dogs.</p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/you-dont-need-to-know-code-to-build-a-successful-wp-plugin-business#as-valuable-as-1-big-project-per-year\">As Valuable as 1 Big Project Per Year</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/you-dont-need-to-know-code-to-build-a-successful-wp-plugin-business#building-shopwp-into-a-full-time-job\">Building ShopWP Into a Full-Time Job</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/you-dont-need-to-know-code-to-build-a-successful-wp-plugin-business#it-s-never-too-late-to-start-marketing-your-plugin\">It’s never too late to start marketing your plugin. </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/you-dont-need-to-know-code-to-build-a-successful-wp-plugin-business#you-don-t-need-to-know-code-to-build-a-successful-wp-plugin-business\">You don&#8217;t need to know code to build a successful WP plugin business.</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/you-dont-need-to-know-code-to-build-a-successful-wp-plugin-business#becoming-a-successful-plugin-developer-is-not-without-its-challenges\">Becoming a Successful Plugin Developer Is Not Without Its Challenges</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/you-dont-need-to-know-code-to-build-a-successful-wp-plugin-business#supporting-and-maintaining-wp-plugins-can-be-difficult\">Supporting and Maintaining WP Plugins Can Be Difficult </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/you-dont-need-to-know-code-to-build-a-successful-wp-plugin-business#don-t-forget-the-exit\">Don’t Forget the Exit</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/you-dont-need-to-know-code-to-build-a-successful-wp-plugin-business#you-ve-got-this\">You’ve Got This</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/you-dont-need-to-know-code-to-build-a-successful-wp-plugin-business#what-experiences-have-you-had-selling-wp-plugins-let-us-know-in-the-comments\">What Experiences Have You Had Selling WP Plugins? Let us know in the comments.</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://wptavern.com/you-dont-need-to-know-code-to-build-a-successful-wp-plugin-business#related-links\">Related Links</a></li></ol>\n\n\n\n<img width=\"2560\" height=\"1707\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2024/02/kenny-eliason-dDvrIJbSCkg-unsplash-scaled.jpg\" alt=\"Laptop computer on a desk with a brick wall behind it. Dollar bills are laying around the laptop.\" class=\"wp-image-154507\" />Photo by <a href=\"https://unsplash.com/photos/macbook-pro-dDvrIJbSCkg\">Kenny Eliason</a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"as-valuable-as-1-big-project-per-year\">As Valuable as 1 Big Project Per Year</h2>\n\n\n\n<p>Barbara Schendel-Kent didn’t start out looking to become a plugin developer, but she now runs a successful plugin business that supplements her WP consulting income.&nbsp;</p>\n\n\n\n<p>4 years ago, Schendel hired a freelance developer to code the initial iteration of her popular Beaver Builder Mega Menu plugin for a client site.&nbsp;&nbsp;</p>\n\n\n\n<p>“I needed a specific plugin, and it didn&#8217;t exist,” says Schendel-Kent of how she got into the plugin business. After activating the plugin on her client’s website, she asked the developer to round out the plugin’s functionality to get it ready to sell on her own website. Overall, it’s been a big win for Schendel-Kent.&nbsp;&nbsp;</p>\n\n\n\n<p>“Beaver Builder Mega Menu has continued to bring in one big project’s worth of revenue every year,” she says. That’s significant for a plugin that requires very little upkeep.</p>\n\n\n\n<p>&#8220;It was an accident and very much an experiment,” added Schendel-Kent. “I was surprised by how few problems there were in the beginning.&nbsp; Most of the support requests were feature requests, not bugs.”</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"building-shopwp-into-a-full-time-job\">Building ShopWP Into a Full-Time Job</h2>\n\n\n\n<p>It took 6 years of intensive work, but ShopWP developer, Andrew Robbins, is finally at a point where his WordPress-to-Shopify connector plugin is making enough money to support his family, including purchasing a home to live in.&nbsp; Additionally, as his plugin’s success has grown, so have his ambitions.&nbsp;&nbsp;</p>\n\n\n\n<p>“I want ShopWP to be a direct competitor with WooCommerce, even though I&#8217;m nowhere near their market share yet,” says Robbins.&nbsp; “I see ShopWP as empowering small business owners &#8211; giving them a beautiful and powerful online shop that rivals their larger competitors.”</p>\n\n\n\n<p>Another successful plugin developer takes a more modest approach and points out some struggles small plugin businesses encounter.&nbsp;</p>\n\n\n\n<p>“It has become difficult to reach new clients who are overwhelmed by the tens of thousands of plugins available,” says Milan Petrovic, a developer who makes the bulk of his living selling his WP plugins on his website, Dev4Press.</p>\n\n\n\n<p>“Big companies can pour a lot of money into advertising…It is almost impossible to find websites that have honest, not-paid-for reviews of premium plugins,” adds Petrovic. “The chance of ending up with a bad plugin [based on reviews on a website] is quite high.”</p>\n\n\n\n<p>However, some plugin business owners see lots of opportunities for small businesses to promote their plugins.</p>\n\n\n\n<p>“Having a free plugin in WP.org is a great place to start,” says Jesse Sutherland, an app and plugin developer who successfully sold 2 WP plugins in 2023. “For example, if you link back to your website from your wp.org page, that’s a valuable link.”</p>\n\n\n\n<p>Not to say it’s easy, as you might need to stretch your marketing muscles to make it work for your specific business.</p>\n\n\n\n<p>“Before embarking on writing the plugins I sold last year, I did do some keyword research to make sure this was a plugin people were looking for,” Sutherland says.&nbsp;&nbsp;</p>\n\n\n\n<p>Additionally, there are ways to outmaneuver the big players.</p>\n\n\n\n<p>“Getting on some of the ‘Top 10 List’ sites is helpful, even if it’s a ‘You scratch my back, I scratch yours’ thing or maybe a thing where you trade links.”</p>\n\n\n\n<p>Sometimes paying is the best way to get your brand out, but you don’t need to spend millions of dollars.&nbsp;</p>\n\n\n\n<p>“Paying to get listed on a ‘Top 10’ website or developing a partnership deal or affiliate program are great ways to get people interested in buying your plugin,” Sutherland adds.&nbsp;</p>\n\n\n\n<img width=\"1536\" height=\"1152\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2024/02/marketing.jpg\" alt=\"Stickers of WordPress from WordCamp Asia & WordCamp Sylhet\" class=\"wp-image-154514\" />Photo by <a href=\"https://wordpress.org/photos/photo/111647dbab/\">Mohammad Adil morshed</a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"it-s-never-too-late-to-start-marketing-your-plugin\">It’s never too late to start marketing your plugin.&nbsp;</h2>\n\n\n\n<p>“I&#8217;ve worked on ShopWP for around 6 years, and I&#8217;m just now implementing some level of product marketing,” Robbins says. “It&#8217;s not even that I was unaware of the importance of doing it; it was pure procrastination.”</p>\n\n\n\n<p>Robbins has also been able to increase revenue for his business through strategic price increases.</p>\n\n\n\n<p>“I raised my prices in 2021 and, to my surprise, people didn&#8217;t bat an eye,” Robbins says. “Not only did this help me grow ShopWP, but it was a psychological relief to know that people were still willing to purchase my product, even at the elevated price.”</p>\n\n\n\n<p>Sometimes you just get lucky when you create something good.&nbsp; The aforementioned Beaver Builder Mega Menu plugin garnered some unexpected praise and a P.R. boost from the official <em>Beaver Builder</em> website.</p>\n\n\n\n<p>&#8220;Beaver Builder created a special blog post on their site with a video walkthrough with how to use my plugin,” the plugin’s owner, Schendel-Kent says.&nbsp; “This was such a compliment that they not only spent the time to write the article but also to create the video.&nbsp; I didn&#8217;t even ask them to!&nbsp; That was validating.”</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"you-don-t-need-to-know-code-to-build-a-successful-wp-plugin-business\">You don&#8217;t need to know code to build a successful WP plugin business.</h2>\n\n\n\n<p>Surprisingly, Schendel didn’t write any of the initial code for Beaver Builder Mega Menu, and over the years, “99% of the code was written by other developers,” she says.&nbsp;</p>\n\n\n\n<p>“Maybe you write no code, but you&#8217;ve got a decent bedside manner and business sense,” Schendel says. “You don&#8217;t need to be a coder to write and sell a plugin.”</p>\n\n\n\n<p>Alternatively, you could be the primary developer of a plugin and transition out of that role. Vova Feldman, who runs Freemius, a sass service that takes care of the e-commerce and licensing parts of selling WP plugins, started out writing the code for his nascent platform, however, as the years passed, he moved into a non-coding role.&nbsp;</p>\n\n\n\n<p>“Our team has grown to 20 passionate individuals, and my role has evolved dramatically,” Feldman says. “Coding has taken a backseat to facilitating communication, coaching our team, recruiting new talent, and engaging with partners.”</p>\n\n\n\n<p>“It’s been a reminder that making oneself ‘redundant’ is not a step back but a leap towards a future where everyone shines brighter together,” Feldman says of his business’ journey.&nbsp;</p>\n\n\n\n<p>Making himself ‘redundant’ allowed Feldman to do something that many business owners dream of: taking personal time.&nbsp; “Taking time off for a vacation or parental leave, which I did last March when I welcomed my baby boy into the world, is no longer a source of stress,” Feldman says.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"becoming-a-successful-plugin-developer-is-not-without-its-challenges\">Becoming a Successful Plugin Developer Is Not Without Its Challenges</h2>\n\n\n\n<p>“The first major difference I noticed early on was the uncertainty,” says Robbins of his ShopWP plugin business early on. “With consulting work, being paid was never really in question. My customers were largely business owners or larger companies, and the income was very predictable.”</p>\n\n\n\n<p>For years Robbins continued earning the bulk of his revenue consulting while working on ShopWP on the side.&nbsp; This was done simply because, at first, ShopWP didn’t earn living wage revenue.</p>\n\n\n\n<p>“The early years of ShopWP were basically the opposite [of the consulting business]. ShopWP’s income was rare and unpredictable,” he says. “Even when a sale came through, I had to deal with the looming uncertainty of issuing refunds.”</p>\n\n\n\n<p>“However, now that ShopWP has matured a bit, the income is both predictable and provides even more freedom than the consulting work,” adds Robbins. “So it&#8217;s definitely a long-term investment that (hopefully) continues to pay off.”</p>\n\n\n\n<img width=\"2560\" height=\"1709\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2024/02/ilya-pavlov-OqtafYT5kTw-unsplash-scaled.jpg\" alt=\"A laptop screen with lots of code on it.\" class=\"wp-image-154513\" />Photo by <a href=\"https://unsplash.com/photos/monitor-showing-java-programming-OqtafYT5kTw\">Ilya Pavlov</a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"supporting-and-maintaining-wp-plugins-can-be-difficult\">Supporting and Maintaining WP Plugins Can Be Difficult&nbsp;</h2>\n\n\n\n<p>“One of the biggest challenges with developing plugins for the WordPress community is that you have so little control over the server environments where your code will live,” says Natalie MacLees, COO and founder of N², which sells the <em>Simply Schedule Appointments</em> and <em>Draw Attention</em> WP plugins.&nbsp;&nbsp;</p>\n\n\n\n<p>“There are potentially multiple versions of PHP, different MySQL setups, all kinds of different server configurations, and thousands of different plugins and themes with which you need to make sure your code is compatible,” MacLees says. “It’s really challenging as a small company to have the bandwidth and budget to do extensive testing for all of these different variables.”</p>\n\n\n\n<p>The potential problems grow as your plugin’s reach expands.&nbsp;&nbsp;</p>\n\n\n\n<p>“Early on, when our plugins had less than 100 active installs, the potential impact of releasing a bug or a poorly implemented feature was pretty small,” MacLees says. “But once our plugins became more popular and had tens of thousands of active installs, the potential impact of a bug became a lot greater and could easily overwhelm our support team and leave us with a lot of unhappy customers who are in need of urgent fixes.”</p>\n\n\n\n<p>What happens when you are the only developer of a plugin and you need to take a sick day?</p>\n\n\n\n<p>“If I get sick and can&#8217;t work for three days, I&#8217;ll usually lose about a week&#8217;s worth of time to getting caught up with customer support,” says Robbins.&nbsp;</p>\n\n\n\n<p>Also, adding to plugin developer workload, expectations around web accessibility seem to be increasing as the Americans with Disabilities Act and similar legislation is applied to websites &#8211; and as more and more lawyers get involved in suing businesses large and small. For example, both <em>Target</em> and <em>Domino&#8217;s Pizza</em> lost website-related ADA lawsuits recently.&nbsp;&nbsp;</p>\n\n\n\n<p>WordPress consultant, Matt Christenson, recently helped a business resolve some web accessibility issues related to an ADA compliance lawsuit.&nbsp; He shares a recent story where, even with the best of intentions and efforts to bring a website into ADA compliance, a company was the target of an ADA compliance lawsuit.</p>\n\n\n\n<p>“An ADA compliance lawsuit is a major headache,” Christenson says.&nbsp; “One client of mine had to hire an attorney and another developer &#8211; hundreds of hours were invested &#8211; it was a bad situation all around.”&nbsp;&nbsp;</p>\n\n\n\n<p>But that doesn’t mean you should shy away from plugin development due to web accessibility concerns.&nbsp; Christensen says web accessibility skills are learnable and will work their way into your workflow with some education and diligence.</p>\n\n\n\n<p>“It takes a bit more research on the front end to educate yourself about the WCAG compliance criteria,” Christenson says while expressing that the bulk of web accessibility problems are common and correctable. “For example, font icons need a ‘role=’ tag on them,” he says.</p>\n\n\n\n<p>Bringing your plugin into reasonable compliance with ADA guidelines doesn’t need to be overwhelming or break the bank.</p>\n\n\n\n<p>Web accessibility consultant and member of the Make WordPress Accessible team, Joe Dolson, recently <a href=\"https://themightymo.com/why-is-web-accessibility-important/\">simplified web accessibility basics into 3 simple points</a> that can fit on a 3&#215;5 card:&nbsp;</p>\n\n\n\n<ol>\n<li>“<strong>Everything needs a name that describes what it does.</strong> If you have a link, the text should make it clear where that link goes. If you have a button, it should have text that clearly indicates what happens. Labels, alternative text, aria-label attributes – all methods of providing an accessible name.</li>\n\n\n\n<li><strong>Use native elements for interaction. </strong>Buttons should be ‘button’ or ‘input’. Links should be ‘a href=”‘. Building an accordion? Put a button inside a heading; don’t just add a click event to the heading.&nbsp;</li>\n\n\n\n<li><strong>Use HTML to structure your documents. </strong>Headings are there for a reason: they provide an outline of your document and give context for the following content. Don’t just use a heading because you want large text.”</li>\n</ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"don-t-forget-the-exit\">Don’t Forget the Exit</h2>\n\n\n\n<p>In addition to making money while you run a WP plugin business, there are potential earnings for you on the back end as well &#8211; the potential to sell your business.</p>\n\n\n\n<p>Entrepreneur and app developer, Jesse Sutherland, successfully developed and sold 2 WP themes and 2 WP plugins over the last few years.&nbsp;</p>\n\n\n\n<p>“The process of selling the WP themes and plugins was pretty smooth,” Sutherland said.&nbsp; “I think both parties were happy, and I would do it again.”</p>\n\n\n\n<img width=\"2048\" height=\"1365\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2024/02/heart-key.jpg\" alt=\"Computer key cap with a pixel-art heart on a wooden table.\" class=\"wp-image-154509\" />Photo by <a href=\"https://wordpress.org/photos/photo/29565c512f/\">Nilo Velez</a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"you-ve-got-this\">You’ve Got This</h2>\n\n\n\n<p>WP plugin business owners mostly seem to find the experience of developing a WP plugin to be worthwhile and valuable.&nbsp;&nbsp;</p>\n\n\n\n<p>“My favorite part of running a WordPress business is being able to cultivate and grow something of my own,” says Robbins. “I get to work on a codebase that I enjoy every day, and the only people I have to answer to are my customers. That&#8217;s a very rewarding feeling.”</p>\n\n\n\n<p>&#8220;I&#8217;m most proud that it took off, that it&#8217;s self-sustaining, that it didn&#8217;t start on fire and implode,” Schendel concluded, only a little bit tongue-in-cheek.</p>\n\n\n\n<p>&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-experiences-have-you-had-selling-wp-plugins-let-us-know-in-the-comments\">What Experiences Have You Had Selling WP Plugins? Let us know in the comments.</h2>\n\n\n\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"related-links\">Related Links</h2>\n\n\n\n<ul>\n<li><a href=\"https://profiles.wordpress.org/geekwap/\">Matt Christenson</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/svovaf/\">Vova Feldman</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/nataliemac/\">Natalie MacLees</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/andrewmrobbins/\">Andrew Robbins</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/speakers/barbara-schendel/\">Barbara Schendel-Kent</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/accessibility/\">Make WordPress Accessible team</a></li>\n\n\n\n<li><a href=\"https://bbmegamenu.com/\">Beaver Builder Mega Menu</a></li>\n\n\n\n<li><a href=\"https://wpshop.io/\">ShopWP</a></li>\n\n\n\n<li><a href=\"https://freemius.com/\">Freemius</a></li>\n</ul>\n\n\n<div class=\"wp-block-post-author-biography\">Toby Cryns is a freelance CTO, WordPress consultant, and teacher at The Mighty Mo! Design Co. in Minneapolis, MN, USA. \n\n\nHave a potential WP Tavern story?  <a href=\"https://themightymo.com/contact-us/\">Contact Toby</a>.</div>\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Feb 2024 13:38:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Toby Cryns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Avada WordPress Theme Patches Arbitrary File Upload Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/avada-wordpress-theme-patches-arbitrary-file-upload-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1836:\"<p>ThemeFusion’s multipurpose WordPress theme <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226\">Avada</a> has patched an Arbitrary File Upload Vulnerability. Avada is one of ThemeForest&#8217;s most popular premium themes with nearly 950k sales.&nbsp;</p>\n\n\n\n<p>This vulnerability was reported responsibly by Muhammad Zeeshan (Xib3rR4dAr) during <a href=\"https://www.wordfence.com/blog/2024/02/2751-bounty-awarded-for-arbitrary-file-upload-vulnerability-patched-in-avada-wordpress-theme/\">Wordfence</a>’s Bug Bounty Extravaganza earning him $2,751. The researchers have categorized it as a &#8220;high severity&#8221; concern, with a CVSS score of 8.8, and strongly recommend updating the theme.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The Avada | Website Builder For WordPress &amp; WooCommerce theme for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the ajax_import_options() function in all versions up to, and including, 7.11.4. This makes it possible for authenticated attackers, with contributor-level access and above, to upload arbitrary files on the affected site’s server which may make remote code execution possible<strong>.</strong></p>\n<cite>-Wordfence</cite></blockquote>\n\n\n\n<p>The nature of the vulnerability allows attackers to upload arbitrary malicious PHP code and remotely execute code on the server. Even if the uploaded file is removed, attackers can still upload multiple large files as there is no restriction on the file extensions.</p>\n\n\n\n<p>Muhammad Zeeshan contacted the ThemeFusion team on February 6, and a patched version of the theme was released on February 12. We urge all Avada users to immediately update their websites to the latest version of the theme 7.11.5.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Feb 2024 13:14:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Do The Woo Community: WordPress Translation, Internationalization, and Documentation with Estela Rueda &amp; Pascal Birchler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=79155\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://dothewoo.io/wordpress-translation-internationalization-documentation/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:475:\"<p>A chat about global accessibility through WordPress translation efforts, upcoming 6.5 improvements and the community\'s cultural emphasis</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/wordpress-translation-internationalization-documentation/\">WordPress Translation, Internationalization, and Documentation with Estela Rueda &#038; Pascal Birchler</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Feb 2024 10:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Data Liberation: Meet WordPress.org’s Ambitious Plan for 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/data-liberation-meet-wordpress-orgs-ambitious-plan-for-2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13746:\"<p>“Imagine a more open web where people can switch between any platform of their choosing. A web where being locked into a system is a thing of the past. This is the web I’ve always wanted to see.”</p>\n\n\n\n<p>At the end of his <a href=\"https://wordpress.org/state-of-the-word/\">State of the Word 2023</a> keynote, Matt Mullenweg pulled a Steve Jobs move, revealing Data Liberation, an initiative he described as the thing he’s most excited about.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>“In 2024, we want to unlock the web through a dedicated focus on migration tools. We want to make first-party community plugins, tools, and workflows available o</em>n <em>WordPress.org [&#8230;] I want it to be seamless, straightforward, and as zero friction as possible.”</em></p>\n</blockquote>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Mullenweg promised that WordPress.org would take these projects under its wings, provide each with a dedicated Slack channel and GitHub repository on its official platforms, and ensure a swift review process of about one business day.</p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2024/01/data-liberation-in-2024/\">In a post published</a> shortly after the event, Mullenweg laid an even more ambitious plan:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>“Migrating your site to WordPress, or exporting all your content from WordPress, should be possible in one click. I want WordPress’ export format to become the lingua franca of CMSes, whether coming to WordPress or moving within WordPress.</em></p>\n\n\n\n<p><em>[&#8230;] it should be more than plugins; workflows, tutorials, and helper scripts should be shared, too. I want this resource to have space to include moving from social networks, moving from a page builder to core blocks, switching from classic to blocks, and improving WordPress current canonical plugins for importing.”</em></p>\n</blockquote>\n\n\n\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\">We’ve Only Just Begun</h2>\n\n\n\n<p>There’s a lot of work: the guides on the <a href=\"https://wordpress.org/data-liberation/\">Data Liberation website</a> are mostly outlines, <a href=\"https://github.com/WordPress/data-liberation\">waiting for contributors</a> to materialize the team’s good intentions. The recently updated <a href=\"https://developer.wordpress.org/advanced-administration/wordpress/import/\">Importing Content</a> guide on the WordPress Developer Resources website includes obsolete services and links.</p>\n\n\n\n<p>Navigate to <strong>Tools</strong> &gt; <strong>Import</strong>, and you’ll get a similar blast from the past looking at the importing tools on offer: Blogger, LiveJournal, Movable Type and TypePad. If you have a website hosted on WordPress.com, you’ll get support for a handful of contemporary platforms, including Medium, Squarespace, Substack, and Wix.</p>\n\n\n\n<p>Contributors made a little spring clean in 2021, moving the code of these and other somewhat relevant importers from SVN <a href=\"https://github.com/WordPress?q=importer&type=all&language=&sort=\">to GitHub</a>, where it’s easier to maintain. But that’s barely scratching the surface.</p>\n\n\n\n<p>What’s needed now is traction.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Calling All Hosting Companies</h2>\n\n\n\n<p>In a post titled <a href=\"https://make.wordpress.org/core/2024/02/19/data-liberation-next-steps/\">Data Liberation Next Steps</a>, project leader Jordan Gillman introduced a few high-level paths forward:</p>\n\n\n\n<ul>\n<li>A proposal to <a href=\"https://github.com/WordPress/data-liberation/discussions/53\">use Playground as a migration tool</a>.</li>\n\n\n\n<li>A <a href=\"https://github.com/WordPress/data-liberation/discussions/55\">hybrid approach</a> that involves auto-detecting the source platform and guiding users through the process.</li>\n\n\n\n<li>A discussion about <a href=\"https://github.com/WordPress/data-liberation/discussions/56\">improvements to WXR (WordPress eXtended RSS)</a>.</li>\n</ul>\n\n\n\n<p>There are still no concrete timelines and not everybody in the community is thrilled, but we decided to reach out to Gillman to get some more answers.</p>\n\n\n\n<p><strong>What’s the current status of the project?</strong><br />“There’s been a conversation about how to approach data liberation across teams. I’m hoping to bring those conversations together to brainstorm and more concretely plan what the project actually looks like.</p>\n\n\n\n<p>Broadly speaking, the response has been really positive. However, getting buy-in from plugin developers and other stakeholders will continue to be a priority for this project. The first initial challenge is one of coordination; this is going to be a collaborative project (by design), which means drawing folks and companies together to define the path forward.</p>\n\n\n\n<p>I’ll be at WordCamp Asia next week, and look forward to chatting with folks in person!”</p>\n\n\n\n<p><strong>Are there plans to collaborate with other online platforms (open source or commercial) to promote this initiative and make it a reality? I imagine a utopian scenario where WordPress leadership sits down with major players in the industry to create a standard—something<a href=\"https://wordpress.org/news/2023/08/concerns-over-the-european-unions-cyber-resilience-act-cra/\"> along the lines of the efforts made in the case of the EU’s Cyber Resilience Act</a>.</strong><br />“Data Liberation could be an opportunity to lead by example. And since WordPress is doing this publicly, anyone can share updates about this work. That really means that how we go about this project today needs to be with that broader picture in mind.”</p>\n\n\n\n<p><strong>Have you considered starting with a universal content migration solution instead of the more ambitious data objective?</strong><br />“At this stage, the focus is on addressing the goal of migrating sites to WordPress or exporting all content from WordPress in one click, thus simplifying the process of transferring content between platforms.</p>\n\n\n\n<p>In terms of ‘universal’ content migration, I think conversations about the WXR Import/Export format are really valuable. I’m also excited about the potential of<a href=\"https://wordpress.org/playground/\"> WordPress Playground</a>, which uses a ZIP file for migrations.</p>\n\n\n\n<p>It&#8217;s important to note that this is an ongoing project and that these efforts don&#8217;t exclude bigger goals related to &#8216;data.&#8217; They provide a tangible starting point, with small, achievable phases to actively involve contributors in progressing toward our broader goals.”</p>\n\n\n\n<p><strong>You ended the post with questions. How would you answer the last two?</strong></p>\n\n\n\n<ul>\n<li><strong>With such a broad scope, what should be focused on with the highest priority?</strong><br />“One thing that I’m particularly excited about is pulling the disparate plugins, guides, and tools and unifying them in an interface to simplify the experience for users in the migration process. A user shouldn’t have to go searching for the right tool (or combination of tools); we should be able to direct them to the appropriate solution, and walk them through the process!”<br /></li>\n\n\n\n<li><strong>What other voices should be heard on this topic?</strong><br />“I hope that this question prompts voices from individuals and groups that I haven&#8217;t already thought of. I&#8217;m also keen to hear from web hosts. Given their daily management of migrations for customers, I believe they have insights into pain points, popular platforms (and how they could help), and valuable tools and workarounds that could benefit the wider community.”</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Radical Ethos</h2>\n\n\n\n<p>Manton Reece, the creator of Micro.blog, recently wrote about why and how he uses <em>Blog Archive format (.bar)</em>, a format<a href=\"https://www.manton.org/2017/11/24/blog-archive-format.html\"> he developed in 2017</a>, hoping it would become universal. Apparently, Dave Winer, co-author of the RSS format, <a href=\"https://cagrimmett.com/micro/aa2835f451/#comment-34471\">had similar ideas</a>.</p>\n\n\n\n<p>During the keynote, Mullenweg made clear that more than a technical vision, Data Liberation is an ethical commitment. “Data Liberation is not just about building the tools, it’s about cultivating a community ethos.”</p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2023/01/letter-from-wordpress-executive-director-2022/\">Josepha Haden Chomphosy</a>, the Executive Director of the WordPress project, expressed a similar sentiment in her post-event letter:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>“There’s an extent to which the idea of owning your content and data online is a radical idea. Securing an open web for the future is, I believe, a net win for the world especially when contrasted to the walled gardens and proprietary systems that pit us all against one another with the purpose of gaining more data to sell.”</em></p>\n</blockquote>\n\n\n\n<p>Their words echo core contributor Gary Pendergast’s moral obligation to web users from 2021.<a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\"> In a 4-part series</a>, Pendergast draws a neat circle around the open web advocates’ shared visions: he explores the history of a category of tools he calls WordPress Importers, outlines the problems, and eventually shares a solution:<a href=\"https://github.com/pento/free-as-in-speech\"> An experimental browser extension</a> that exports data from Wix using its API.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>“Some services [&#8230;] don’t allow you to export your own content. Other services provide incomplete or fragmented exports, needlessly forcing stress upon site owners [&#8230;]</em></p>\n\n\n\n<p><em>When a CMS actively works against providing such freedom to their community, I would argue that we have an obligation to help that community out.</em></p>\n\n\n\n<p><em>WordPress doesn’t exist in a vacuum, we’re part of a broad ecosystem which can only exist through the web remaining open and free. By encouraging all CMSes to provide proper exports, and implementing them for those that don’t, we help keep our ecosystem healthy.”</em></p>\n</blockquote>\n\n\n\n<p>Between rescuing users from vendor lock-in and fostering a healthy ecosystem, <a href=\"http://wordpress.org/\">WordPress.org</a> is in a perfect position to take the lead on such an undertaking and support, fund, and promote it.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Software Can Do that</h2>\n\n\n\n<p>With the philosophical problems out of the way and the potential to solve the commercial ones on the horizon, we’re left with the technical issues.</p>\n\n\n\n<p>The primary pain point of WXR is the lack of media support, but once you start considering newer tech stacks, this suddenly seems like the least of everyone’s problems.</p>\n\n\n\n<p>Let’s present these players:</p>\n\n\n\n<ul>\n<li><a href=\"https://w3techs.com/technologies/overview/content_management\">W3Tech places</a> WordPress (43.2%), Shopify (4.3%), and Wix (2.6%) as the top three most used CMSs.</li>\n\n\n\n<li>BuiltWith’s dataset shows that Webflow is number 15 on the list of CMS used across the <a href=\"https://trends.builtwith.com/cms\">top 1 million sites crawled</a>, and Contentful is number 26.</li>\n\n\n\n<li><a href=\"https://webtechsurvey.com/technology-type/headless-cms\">WebTechSurvey’s analysis</a> reports that 42,900 of the 31,758,591 websites that use a CMS opt for headless CMS, with Ghost leading the market (41.05%).</li>\n</ul>\n\n\n\n<p>Buzzing with hype, these tools that many—not just younger—developers are touting are almost missing from the project’s repository. So far, it hasn’t attracted interest from people working with headless CMSs like Ghost, Sanity, or Prismic.</p>\n\n\n\n<p>Trendy site builders, like Webflow or Storyblok, steadily gaining traction among product-oriented teams, are also absent. Less restrictive than their predecessors, they share their mean inclination to make it harder to move away.</p>\n\n\n\n<p>Migrating to and from these new platforms presents new challenges, including mapping custom schemas and supporting discrete file types (RSS/XML, JSON, CSV, markdown, HTML).</p>\n\n\n\n<p>None of that is impossible to resolve; that’s what software is for. But there is one more obstacle: the knowledge gap between those who possess a deep understanding of Gutenberg, its architecture, and design principles, and all the others, including some core contributors and plugin developers.</p>\n\n\n\n<p>In an interesting <a href=\"https://wordpress.slack.com/archives/C069AKUBPHB/p1702439016569189\">discussion on the project’s Slack channel</a>, Automattic’s Software Design Engineer, Dennis Snell, demonstrated how invaluable it is to keep this initiative as collaborative and wide-reaching as possible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank You For Choosing WordPress</h2>\n\n\n\n<p>These are still early days, but the Data Liberation initiative is a rare political act, and how the platform’s leadership frames it is inspiring.</p>\n\n\n\n<p>When billion-dollar corporations gobble up as much data as they can store on their servers, it’s almost defiant to invest time and money in making it easier for people to do with their data—their business, their thoughts—as they wish.</p>\n\n\n\n<p>Information, generated by these bits of data and serving as the foundation of knowledge, doesn’t want to be free. It’s us, humans, who want that. Let’s do something about it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Feb 2024 22:27:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronny Shani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: WordPress Photo Festival 2024, A Five Part Retrospective, Part 3, Attendees\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154469\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/wordpress-photo-festival-2024-a-five-part-retrospective-part-3-attendees\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:42681:\"<p>In this episode we interview three attendees, one in India, one in Spain, and one in the USA. We have a great conversation about what it means to &#8220;attend&#8221; a virtual event, and ways we could make it more engaging for those that wish it.</p>\n\n\n\n<p><strong>In this particular we’ll meet attendees Hari, Nilo, and Jeff.</strong></p>\n\n\n\n<p>This article is available in Video, Audio, and transcribed text.</p>\n\n\n\n\n\n\n\n<p>Audio version:</p>\n\n\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Transcription:</h2>\n\n\n\n<p><span>[00:00:00]</span> <strong>Topher:</strong> Hi,</p>\n\n\n\n<p>welcome back to our series on the international photos festival that took place earlier this month in February, 2024. In this episode, we&#8217;re going to talk to some attendees about what their experience was taking part in the event, getting photos uploaded and understanding how it all works. So if you could tell me your full name and where you live.</p>\n\n\n\n<p><span>[00:00:44]</span> <strong>Hari:</strong> My name is Aishankar and I live in Kochi, India, which is in the southern part of India in a city called Kerala. </p>\n\n\n\n<p><span>[00:00:51]</span> <strong>Topher:</strong> All right. So you were near the center of all the action, right? </p>\n\n\n\n<p><span>[00:00:56]</span> <strong>Hari:</strong> Yes. Yes. I saw, yes, I was, I was, I&#8217;ve <span>[00:01:00]</span> been in the center of the action, literally and figuratively. So definitely. So, because I live in the center of Kerala as well.</p>\n\n\n\n<p>So yes. Okay. </p>\n\n\n\n<p><span>[00:01:09]</span> <strong>Topher:</strong> So, um, I want to talk to you because you were an attendee and there must surely have been a wide variety of kinds of attendees because there are some people who are far away by themselves. Others were in a group. Um, what? Okay, first of all, how many photos did you submit? One? A hundred?</p>\n\n\n\n<p><span>[00:01:33]</span> <strong>Hari:</strong> Somewhere closer to one than hundred, but if I can give you the exact number, exactly nine photos, if memory serves me right. I submitted ten, one got rejected, so nine </p>\n\n\n\n<p><span>[00:01:42]</span> <strong>Topher:</strong> were approved. So in Kochi, in Kerala, were there groups of people who went out and did photo walks? Or was it all singles everywhere? </p>\n\n\n\n<p><span>[00:01:56]</span> <strong>Hari:</strong> I believe we had folks contributing single photos.</p>\n\n\n\n<p><span>[00:02:00]</span> Uh, But as, as a local community, we did have photo walks before the photo festival event, which were held by local meetups, especially the Cori code meetup. So those folks went on photo walks and they&#8217;ve had a couple of events where they did it. But for this event specifically, I don&#8217;t think there were photo walks.</p>\n\n\n\n<p>Mostly we had folks contributing photos individually. </p>\n\n\n\n<p><span>[00:02:22]</span> <strong>Topher:</strong> Sure. That&#8217;s very interesting. I would have expected, um, people to get together because, uh, sort of, sort of put together by your community. Yes, </p>\n\n\n\n<p><span>[00:02:31]</span> <strong>Hari:</strong> it was an idea that was floated though, but this was mostly an online event. We, uh, there was, there was some talks of having local events, local in person, um, gatherings to contribute photos, but due to the logistic side of things.</p>\n\n\n\n<p>Online mates made more sense, especially for this event. So we had folks trying to do it online, but it does sound like a great idea to have an in person aspect to this community building, especially for an online global event. So for the next photo <span>[00:03:00]</span> festival, I&#8217;m pretty sure there&#8217;s going to be an in person part of it and photo walks and all that.</p>\n\n\n\n<p><span>[00:03:04]</span> <strong>Topher:</strong> So if you do that, do me a favor. Get everyone into a group and take their, a group photo with their back to the camera. </p>\n\n\n\n<p><span>[00:03:13]</span> <strong>Hari:</strong> Ooh. There&#8217;s a, then you can put it up on the project. That would be nice. Uh, there&#8217;s actually a very famous, one of the, one of the most famous Bollywood movies, which has a scene like this where like the three protagonists, so they&#8217;re like three musketeers.</p>\n\n\n\n<p>Like they show their backs to the camera. There&#8217;s an iconic photo. Uh, the movie is called three idiots. So, yeah, we&#8217;re going to do that like a bunch of open source lovers, you know, showing their backs to the camera so they can be on, they can be on the directory. That&#8217;s a fantastic idea. I would love to do that.</p>\n\n\n\n<p><span>[00:03:48]</span> <strong>Topher:</strong> So, uh, for your, for your photos for this, did you take new custom photos for this event or did you select some out of your library? </p>\n\n\n\n<p><span>[00:03:57]</span> <strong>Hari:</strong> I, to be honest with you, I did select some out of my <span>[00:04:00]</span> library. So I&#8217;m in a very unique situation. I, I take a lot of photos for myself, which I do not share elsewhere. Like I used to, but then like, I just take photos as a, how do I say it?</p>\n\n\n\n<p>Like for my own reference or just to read a memory. You know, I just keep going back to it. Yes. So I had a, I was, I&#8217;ve been sitting on a, um, I&#8217;m, I&#8217;m sitting on a stash of at least 200, 000 photos. So I have, I have plenty of them. And it so happens that a lot of them meet our guidelines as well. So I just had to go back and 2023 was a year, 2022, 23.</p>\n\n\n\n<p>I traveled a lot. And as you know, we&#8217;ve been together on at least a couple of those trips. So I, and I had a chance to take photos all over the world. So my photos reflect my travels. So you will, you will find photos from Kerala, Singapore, the U. S., Europe, right? Literally Japan, like you, you&#8217;ll see a side of the slice of the world in the nine photos that I contributed as part of the photo festival and my <span>[00:05:00]</span> other contributions in the past as well.</p>\n\n\n\n<p><span>[00:05:02]</span> <strong>Topher:</strong> I experienced that with Bigel as well after, uh, I think after WordCamp Asia. Yes. He went on a world tour. It would seem. Yes. He posted pictures from Serbia and Romania. And I&#8217;m like, yeah, don&#8217;t you live in India? </p>\n\n\n\n<p><span>[00:05:20]</span> <strong>Hari:</strong> Yeah. He, he, he is also sitting on a very similar, but actually much bigger stats than I. So I wouldn&#8217;t be surprised.</p>\n\n\n\n<p><span>[00:05:29]</span> <strong>Topher:</strong> Yeah. He recently passed me. The person with the most photos up there. </p>\n\n\n\n<p><span>[00:05:33]</span> <strong>Hari:</strong> I did see that. I did see that. So interesting. , </p>\n\n\n\n<p><span>[00:05:37]</span> <strong>Topher:</strong> he&#8217;s, he&#8217;s the man. . Yes. </p>\n\n\n\n<p><span>[00:05:39]</span> <strong>Hari:</strong> So are you, </p>\n\n\n\n<p><span>[00:05:40]</span> <strong>Topher:</strong> okay, so no, there can only be one. It&#8217;s like, no, I, I, I </p>\n\n\n\n<p><span>[00:05:45]</span> <strong>Hari:</strong> think that&#8217;s space for multiple. We have, we have no project so we, we can have as many people as, yes. So, okay.</p>\n\n\n\n<p><span>[00:05:51]</span> <strong>Topher:</strong> Um, so you were an attendee of this event, but what, practically <span>[00:06:00]</span> speaking, that sounds like you sat at your desk and uploaded nine photos. Uh, which is not a, not a lot of time commitment, which is kind of nice. Um, what does it, what does it mean to be an attendee of an event where you can spend, I mean, you can upload five pictures at once.</p>\n\n\n\n<p>So if you did just five pictures, you could literally be an attendee and a contributor and take part in the whole event in five minutes. That&#8217;s, that&#8217;s very different.</p>\n\n\n\n<p><span>[00:06:31]</span> <strong>Hari:</strong> I, I still found it fulfilling and my, my regret is that I could not upload a lot more. I could have actually, I just got busy with other things, but I, but I did enjoy it.</p>\n\n\n\n<p>It was a very unique experience and I think it reflects a future of events where we don&#8217;t need to be in person synchronously at a certain for a certain amount of time to do it. So there&#8217;s other ways where you can collaborate collectively, which like, like this event where you sort of like upload photos and <span>[00:07:00]</span> then it shows up in the photo directory and like you&#8217;ve made it available for anybody to really use that.</p>\n\n\n\n<p>And, uh, I&#8217;m, I&#8217;m, I&#8217;m sure I can think of a, A hundred different scenarios that folks might find the photos that I&#8217;ve uploaded useful. So while it did, like you said, while it did take only five minutes for me, I didn&#8217;t feel the impact of it. You know, so, uh, I&#8217;ve not done this before and I feel, I felt part of the global WordPress community, which is why I keep contributing to WordPress.</p>\n\n\n\n<p>When I uploaded those photos in those five minutes, You know, and when those were approved, when I got the email notifications that they were approved, it didn&#8217;t feel good. Um, it does feel good. I, I, yes, I, I felt connected to the global community. I felt this very unique sense of belonging. I felt so loved and like, it was like, I was a part of this.</p>\n\n\n\n<p>This, you know, uh, a global community. I already am. Yeah. But it felt even more so. So that was this warm, fuzzy feeling, which I got in five minutes, which I may not <span>[00:08:00]</span> have got at a, at another event. If I attended an online event or maybe even at an in person WordCamp, this feeling of, you know, having those photos out there in five minutes, it felt good.</p>\n\n\n\n<p>Definitely felt good. Yeah. Yes. Yes. To the warm, fuzzy feeling. </p>\n\n\n\n<p><span>[00:08:14]</span> <strong>Topher:</strong> Similar, similar to being a code contributor, one line can change someone&#8217;s life. One photo can change someone&#8217;s project. Absolutely. If you get the perfect photo and it just fits. Yes. Um, that&#8217;s, that&#8217;s, that&#8217;s a really big deal. </p>\n\n\n\n<p><span>[00:08:29]</span> <strong>Hari:</strong> And, and it so happens that our photos are CC zero, which is the closest equivalent to GPL.</p>\n\n\n\n<p>So he&#8217;s giving it out to the world. You&#8217;re, you&#8217;re just, you know, uh, maybe it&#8217;s a, it&#8217;s a blogger. They was looking for an image and this image fits for them or a company who was trying to, you know, create a corporate website. N number of uses and if it helps them that that that may that means the world for me So even if even if what one person uses a photo that i&#8217;ve used or maybe I mean it&#8217;s out there Even if others watch it that that that means the world to <span>[00:09:00]</span> me So I I didn&#8217;t have a few four people come into me and say hey those photos look good Which is a really good moment for me because I never consider myself to be a photographer.</p>\n\n\n\n<p>Like I told you, I just take photos for my own reference. I&#8217;m not, I&#8217;ll be honest with you. I&#8217;m not a photographer, but when, when random people, to be honest, it&#8217;s not a lot. It&#8217;s not like they said, Oh, this is a breathtaking photo, but they just. When, when somebody shares a positive comment on a work that you&#8217;ve done it, that&#8217;s what we live for.</p>\n\n\n\n<p>Right? Yeah. Yeah. Yes. Yes. We&#8217;re all human beings and we need that validation. So that validation definitely felt good. So yes, yes, to the, yes, to everything is to belonging is to warm, fuzzy feelings is to being part of a global community. Yes. Helping others. So </p>\n\n\n\n<p><span>[00:09:40]</span> <strong>Topher:</strong> you heard it here, kids comment on blog posts.</p>\n\n\n\n<p><span>[00:09:43]</span> <strong>Hari:</strong> People like it. Yes, absolutely. Yes, yes, yes, yes, yes. </p>\n\n\n\n<p><span>[00:09:49]</span> <strong>Topher:</strong> All right. Um, so you did, you did nine photos. That was fulfilling. Was it fulfilling enough? If we do this again, are you, are you going to do more? Are you going to do less? <span>[00:10:00]</span> Are you happy with what you did? </p>\n\n\n\n<p><span>[00:10:02]</span> <strong>Hari:</strong> So, um, I was helping out with the, with the event and, um, I was obviously not looking for prices or anything.</p>\n\n\n\n<p>I was just doing this for me, of course. That&#8217;s, that&#8217;s what, that&#8217;s why I can&#8217;t do it, but when I&#8217;m doing it, when I&#8217;m doing it for a different photo festival. I might get into the competitive spirit. I&#8217;m going to, I might, I want to win prizes, but just kidding. I&#8217;m just doing it for open source. I would definitely do more.</p>\n\n\n\n<p>And I was definitely busier this time. So when the next event happens anywhere all over the world, I mean, that&#8217;s the beauty of this format, right? Anyone can organize it anywhere. It instantly, yes, it instantly becomes global. Which is, which is again the beauty of this format. So short answer to your question, yes, yes, and yes, I am, and I am going to be submitting way more photos than the nine ones that I did.</p>\n\n\n\n<p>Because I have, I have, I have 200, 000 photos in my stash. So I need to, yeah, it would be a crime to not upload at least a hundred of them. So that&#8217;s right. I&#8217;m going to try doing </p>\n\n\n\n<p>that.</p>\n\n\n\n<p><span>[00:10:58]</span> <strong>Topher:</strong> Are you going to wait for the event, or are you going to start <span>[00:11:00]</span> soon? </p>\n\n\n\n<p><span>[00:11:00]</span> <strong>Hari:</strong> I, so in fact, like, uh, I did see someone in, uh, I think it was Jonathan, Jonathan Doroshes.</p>\n\n\n\n<p>Somebody did pledge in Twitter that saying, who was saying that, Hey, I&#8217;m going to, I&#8217;m going to contribute like a photo periodically on a periodic basis. Yeah. So I&#8217;ve been, I&#8217;ve been doing that idea myself. I want to do that actually like, I mean, of course I, I will be a part of an event, but other than that, I want to, I want to do this regularly, you know, because like, um, I, and again, that, that feeling of getting that email that your photo is approved and, you know, putting your work out there, I wouldn&#8217;t do this consistently on a regular basis.</p>\n\n\n\n<p>So yes, I am. I&#8217;m going to keep doing this. You will see more photos from me. </p>\n\n\n\n<p><span>[00:11:40]</span> <strong>Topher:</strong> That&#8217;s very exciting. I look forward to them. </p>\n\n\n\n<p><span>[00:11:41]</span> <strong>Hari:</strong> Yes, yes. I know you&#8217;re a moderator, so I&#8217;m going to make your life a little difficult by giving you more photos to moderate. </p>\n\n\n\n<p><span>[00:11:49]</span> <strong>Topher:</strong> Yep. Alright, well thank you very much for your time. This has been very enlightening.</p>\n\n\n\n<p>Topher. And I will talk to you later. Being an international event is one of the things that <span>[00:12:00]</span> makes this event unique. Next we&#8217;re going to talk to Nilo from Spain. Thanks for coming today. Uh, tell me your name and where you&#8217;re from. </p>\n\n\n\n<p><span>[00:12:09]</span> <strong>Nilo:</strong> Hello. Thank you for having me here. I&#8217;m Nilo Velez and I&#8217;m from, from Sevilla, Spain.</p>\n\n\n\n<p><span>[00:12:15]</span> <strong>Topher:</strong> Oh, nice. Uh, I don&#8217;t know if you are closer to India in time than me or not. I don&#8217;t know what the offsets are. I </p>\n\n\n\n<p><span>[00:12:25]</span> <strong>Nilo:</strong> don&#8217;t know, because you&#8217;re maybe closer by one side. I&#8217;m closer on the other side. For me, it&#8217;s like seven hours. They are seven hours ahead from me. Something </p>\n\n\n\n<p>like </p>\n\n\n\n<p><span>[00:12:36]</span> <strong>Topher:</strong> that. Oh, I think I&#8217;m 12. Yeah, so you&#8217;re closer.</p>\n\n\n\n<p>So, uh, we&#8217;re here today to talk about the recent, uh, photos event that took place out of Kerala. Um, you&#8217;re in Spain. What made you think, Hey, look, an event in India. Let&#8217;s, let&#8217;s go do that. </p>\n\n\n\n<p><span>[00:12:55]</span> <strong>Nilo:</strong> No, because I didn&#8217;t thought that it was an event in India. It was a <span>[00:13:00]</span> global event online. So from the photos, from the photos team.</p>\n\n\n\n<p>So this time is in India, maybe next time is another place. </p>\n\n\n\n<p><span>[00:13:09]</span> <strong>Topher:</strong> All right. That&#8217;s, that&#8217;s actually really good to know because. They tried to convey that it is, it is an international event for all the organizers are mostly from Kerala. Yes. And so </p>\n\n\n\n<p><span>[00:13:19]</span> <strong>Nilo:</strong> they are been talking about the idea, you know, about making it, uh, more times in another hosting cities around the world.</p>\n\n\n\n<p><span>[00:13:31]</span> <strong>Topher:</strong> Yeah. All right. Uh, and I&#8217;m, I&#8217;m sorry, you probably already said this. Where did you first see it?</p>\n\n\n\n<p><span>[00:13:39]</span> <strong>Nilo:</strong> I don&#8217;t know. I think it was the photo channel on Slack. Okay. Yeah, probably was there. </p>\n\n\n\n<p><span>[00:13:46]</span> <strong>Topher:</strong> Probably the first place they announced it. Um, so how many photos did you put in? </p>\n\n\n\n<p><span>[00:13:54]</span> <strong>Nilo:</strong> I don&#8217;t remember. </p>\n\n\n\n<p>It was a hundred something maybe?</p>\n\n\n\n<p>No. No, no, no. No, <span>[00:14:00]</span> no, no. 80, 80 something. 83. Because the woman who won was 86. I was three photos, three photos behind her. Yeah. </p>\n\n\n\n<p>Wow. </p>\n\n\n\n<p><span>[00:14:13]</span> <strong>Topher:</strong> Okay. Um, that&#8217;s quite a lot. Uh, for those. Okay. Watching, listening, and unaware. You can only, only, only upload five at a time until they get moderated. And so you have to wait. And particularly during this event, the wait was really quite long most days because there were just so many to do.</p>\n\n\n\n<p>Um, how did you manage to get so many through? Get up early in the morning or? </p>\n\n\n\n<p><span>[00:14:42]</span> <strong>Nilo:</strong> No. Okay. Now that I, this is over, I can tell my secret. </p>\n\n\n\n<p><span>[00:14:46]</span> <strong>Topher:</strong> Yes. </p>\n\n\n\n<p><span>[00:14:48]</span> <strong>Nilo:</strong> No. Uh, okay. Uh, actually it was a hack on, uh, you know, hacking in a good way. I consider myself, myself a hack, a hacker, uh, not by <span>[00:15:00]</span> the idea of the pirate that breaks things, but, uh, to find the loopholes, find the tricks behind things.</p>\n\n\n\n<p>And, uh, when the event was presented, uh, one of the moderators, uh, sold us. How the moderation, uh, QA works, right? I don&#8217;t remember if it was Michelle, maybe it was Michelle. Uh, and she said that, uh, when she moderate photos, uh, uh, you choose one of the photos from the QA and then, uh, the system automatically, uh, select another one random for you.</p>\n\n\n\n<p>Yes. So the trick is really easy is just to keep always five photos on the queue. Yes, because that way there&#8217;s more possibility of your photos get picked and moderated. Yep. And also they <span>[00:16:00]</span> say that the moderators have a problem because if the system flags an image, because it considers it violence, nudity, or whatever.</p>\n\n\n\n<p>Uh, the photo gets on hold, uh, because a super moderators have to, uh, go there and review that and remove the flag. And it was, uh, it happened a lot with animals. So no photos for animals. So if you, yes, send no photos for animals and keep five photos all the time, it&#8217;s more </p>\n\n\n\n<p><span>[00:16:34]</span> <strong>Hari:</strong> problem probable that your photos </p>\n\n\n\n<p><span>[00:16:38]</span> <strong>Nilo:</strong> get approved.</p>\n\n\n\n<p><span>[00:16:40]</span> <strong>Topher:</strong> Yeah, that&#8217;s a good plan. Um, in the early days, I used to always keep five in the queue, but that&#8217;s because there are only three of us moderating and you can&#8217;t moderate your own. Well, </p>\n\n\n\n<p><span>[00:16:52]</span> <strong>Nilo:</strong> those are not the early days. The early days were when, uh, Rocio Valdivia, uh, tell us, okay, we are <span>[00:17:00]</span> doing something new, </p>\n\n\n\n<p>which is going to be.</p>\n\n\n\n<p>A photo, something that they, they have sent me that they need photos. So you have been taking photos to WordCamp, so share, share that with us in this, uh, Google Drive album. </p>\n\n\n\n<p><span>[00:17:17]</span> <strong>Topher:</strong> That is a long time ago. Yeah. It&#8217;s been, it&#8217;s been years now, do you realize? </p>\n\n\n\n<p><span>[00:17:22]</span> <strong>Nilo:</strong> Yeah. Yeah. I do now. </p>\n\n\n\n<p><span>[00:17:25]</span> <strong>Topher:</strong> Yeah. Um, yeah. So. Uh, tell me about your photography, uh, do you have a, do you have a big camera or do you use a phone?</p>\n\n\n\n<p><span>[00:17:37]</span> <strong>Nilo:</strong> I use several cameras, uh, I&#8217;m sorry. I&#8217;m a Sony shooter. I have been volunteering, volunteering as a photographer for a lot of work. Um, actually I work at my, uh, day job is as a developer and a translator. So this is more than a hobby, but you know, once you start going <span>[00:18:00]</span> to more and more work, you get a sponsor, you get a better year and you end up, uh, organizing the photography team or work on Europe, </p>\n\n\n\n<p><span>[00:18:08]</span> <strong>Topher:</strong> things happen.</p>\n\n\n\n<p>There you are. </p>\n\n\n\n<p><span>[00:18:13]</span> <strong>Nilo:</strong> And there goes your impostor, your impostor syndrome, because you have, there&#8217;s one point in which you have to review the application for the volunteers, and you have to, to vet people who has been working as a professional photographer. For the press for 20 years or for the New York times, the National Geographic.</p>\n\n\n\n<p>And you say, okay, I have to tell this guy how he has to take photos in a WordCamp. Okay. </p>\n\n\n\n<p><span>[00:18:39]</span> <strong>Topher:</strong> Yeah, that&#8217;s funny. Uh, so you&#8217;ve been around WordPress for a while doing photo photography for a while. Um, I, I have a compliment for you. Um, another moderator was, we were talking about, um, I think kind of deal with <span>[00:19:00]</span> people submitting too many photos that were.</p>\n\n\n\n<p>Against the rules and someone said, Oh, but not, you know, he knows what he&#8217;s done. </p>\n\n\n\n<p><span>[00:19:09]</span> <strong>Hari:</strong> Yes, </p>\n\n\n\n<p><span>[00:19:10]</span> <strong>Nilo:</strong> I actually take it a little personal when a photo of mine get rejected because, Oh, okay. That wasn&#8217;t, you cannot see the </p>\n\n\n\n<p><span>[00:19:19]</span> <strong>Topher:</strong> face. You would have approved it. </p>\n\n\n\n<p><span>[00:19:25]</span> <strong>Nilo:</strong> I don&#8217;t know. I don&#8217;t know if I, if I, one time I&#8217;m on the other side, I don&#8217;t know what the decision would have taken in moments like that, but yes, </p>\n\n\n\n<p><span>[00:19:34]</span> <strong>Hari:</strong> it hurts.</p>\n\n\n\n<p>Yeah, </p>\n\n\n\n<p><span>[00:19:37]</span> <strong>Topher:</strong> I know what you mean. I gave up, uh, I don&#8217;t want to say caring. I gave up feeling the sting long ago. I have, I don&#8217;t know, I&#8217;ve, I&#8217;ve a couple dozen rejected photos now. </p>\n\n\n\n<p><span>[00:19:52]</span> <strong>Hari:</strong> No, </p>\n\n\n\n<p><span>[00:19:52]</span> <strong>Nilo:</strong> but, uh, actually that, uh, has been, it&#8217;s much better now because, uh, on the early <span>[00:20:00]</span> days when a photo gets, gets, uh, got rejected, they only say, uh, that we don&#8217;t accept your photo.</p>\n\n\n\n<p>And now the moderators leave a comment saying okay we cannot accept that photo because there&#8217;s a face showing on the top right or there&#8217;s a logo so you can crop the photo or edit or whatever. </p>\n\n\n\n<p><span>[00:20:22]</span> <strong>Topher:</strong> That&#8217;s nice. Um, do you have any plans to do a photo event in New York City? </p>\n\n\n\n<p><span>[00:20:31]</span> <strong>Hari:</strong> I have already done now. Okay. A WordPress one?</p>\n\n\n\n<p>I did, I did. Yeah. No, I, </p>\n\n\n\n<p><span>[00:20:35]</span> <strong>Nilo:</strong> I did a, a WordPress photo walk during a WordPress meetup because I&#8217;m one of the organizer of the WordPress meetup group. Sure. And it went nice. We was like, uh, 10 foot photographers. I taught them how to contribute to the photo, the photo WordPress photo directory when taking photos and then they upload the song and it </p>\n\n\n\n<p>went great.</p>\n\n\n\n<p><span>[00:20:58]</span> <strong>Topher:</strong> I was talking with <span>[00:21:00]</span> Bigel in another interview and he said one of the issues they had with photo walks is that everybody takes a picture of the same thing. </p>\n\n\n\n<p>Yes, </p>\n\n\n\n<p><span>[00:21:08]</span> <strong>Nilo:</strong> because you tend to go in a group and oh hey a plant, hey a plant, everyone takes a photo of a </p>\n\n\n\n<p><span>[00:21:14]</span> <strong>Topher:</strong> plant, yeah. Yes, a bird, look get it. No, </p>\n\n\n\n<p>but we, we did, </p>\n\n\n\n<p><span>[00:21:19]</span> <strong>Nilo:</strong> uh, we did that on Seville on Christmas night.</p>\n\n\n\n<p>So there was a lot of lights, a lot of different, uh, photos to take. And when, you know, we, there was always that photo that everyone, everyone took, but, uh, for most of it, it was, it was nice. </p>\n\n\n\n<p><span>[00:21:40]</span> <strong>Topher:</strong> That&#8217;s really great. I think that&#8217;s all the questions I have for you. Um, really, I just wanted to know what you thought of being a participant in the event.</p>\n\n\n\n<p>You liked it? </p>\n\n\n\n<p><span>[00:21:51]</span> <strong>Hari:</strong> I like </p>\n\n\n\n<p><span>[00:21:51]</span> <strong>Nilo:</strong> it very much. The only thing that, uh, maybe I missed, uh, I, I don&#8217;t say this as a critic, not, uh, <span>[00:22:00]</span> just as, uh, something that should be, uh, taken into account for the other edition, that, uh, as a participant, I missed a little more communication during the event, because it was the opening event, the opening ceremony, the closing ceremony, the closing ceremony.</p>\n\n\n\n<p>that, uh, But during that, uh, you know, we try to get people into talk, um, uh, talking to the photos, uh, channel, but not so many people, uh, get involved, uh, on talk. So maybe, I don&#8217;t know, make, uh, some workshops or get, try to get people into the conversation. </p>\n\n\n\n<p><span>[00:22:39]</span> <strong>Topher:</strong> Right. That&#8217;s, uh, that&#8217;s an excellent point. Um, and I know people who were involved in the organizing.</p>\n\n\n\n<p>So. I&#8217;ll definitely pass that on. Um, a lot of people said they, well, I guess when I was talking to the volunteers, they said they didn&#8217;t feel the need for more <span>[00:23:00]</span> communication. They were able to just do their thing and move on. But that&#8217;s maybe it&#8217;s different from as a volunteer. Participant. </p>\n\n\n\n<p><span>[00:23:11]</span> <strong>Nilo:</strong> Another thing that, uh, I don&#8217;t know, there&#8217;s something that, you know, you, that you have your opinion.</p>\n\n\n\n<p>I have mine, but the fact that the prices about, uh, participation, uh, with actually when you have a, such a huge bottleneck, because, uh, if you say, okay, I&#8217;m giving you a price. If you submit the most photos, actually you are making more pressure The moderator that actually volunteers. So like, okay, you are going to work a lot this, uh, the, maybe the prices will, should have been to the </p>\n\n\n\n<p>moderator who actually, but </p>\n\n\n\n<p>they, it was you that was working during the event.</p>\n\n\n\n<p>Not me. I was </p>\n\n\n\n<p><span>[00:23:57]</span> <strong>Hari:</strong> sick. </p>\n\n\n\n<p><span>[00:23:57]</span> <strong>Topher:</strong> Well, you are, you, it was, <span>[00:24:00]</span> it was, it was Michelle. Mostly Marcus was at a work camp. I was sick and Michelle. Moderated like 900 photos. That&#8217;s </p>\n\n\n\n<p><span>[00:24:10]</span> <strong>Nilo:</strong> just for you to share more on that </p>\n\n\n\n<p><span>[00:24:11]</span> <strong>Hari:</strong> word than me. </p>\n\n\n\n<p><span>[00:24:12]</span> <strong>Topher:</strong> Yeah. Yeah. That&#8217;s actually an excellent point. All right. Well, thank you for your time. I appreciate it.</p>\n\n\n\n<p>Um, maybe I&#8217;ll see you, uh, at work camp Europe this year. We&#8217;ll see. We&#8217;ll try. All right. Our final interview of the day comes from Chicago, Illinois. Yet another international attendee. Thanks for being here today. Uh, tell us your name and where you&#8217;re from. Sure. </p>\n\n\n\n<p><span>[00:24:44]</span> <strong>Jeff:</strong> Uh, Jeff Paul, director of open source at 10 up and I live in the Chicago area.</p>\n\n\n\n<p><span>[00:24:51]</span> <strong>Topher:</strong> All right. Um, there was a time when most of TENUP lived in the Portland area. </p>\n\n\n\n<p><span>[00:24:58]</span> <strong>Jeff:</strong> Unofficial <span>[00:25:00]</span> headquarters. Yeah, we still have a good size contingent there, but not fully, fully distributed, fully remote, fully growable. Uh, so yeah, spread out for sure. </p>\n\n\n\n<p><span>[00:25:10]</span> <strong>Topher:</strong> Nice. So we&#8217;re here today to talk about the, uh, international photos event that happened recently, and you are a participant.</p>\n\n\n\n<p>What does that mean? What does that mean to you? I&#8217;ve heard a number of things about what it means to be a participant in this thing. What does it mean to you to be a participant in that event? </p>\n\n\n\n<p><span>[00:25:28]</span> <strong>Jeff:</strong> Yeah, I mean, it was, uh, I saw it as an opportunity to finally do something with the, like, tens of thousands of pictures I&#8217;ve taken with my, uh, camera phone over the years, right?</p>\n\n\n\n<p>Uh, never really printing many out, uh, only occasionally sending some to folks, uh, Infrequently posting to my own blog. So yeah, it was like, Oh, I can actually, you know, one contribute, uh, to the project, which is cool in a new way for me. And then also like make use of hopefully some photos, <span>[00:26:00]</span> um, mostly accepted, uh, at this point.</p>\n\n\n\n<p>Excellent. </p>\n\n\n\n<p><span>[00:26:05]</span> <strong>Topher:</strong> That&#8217;s cool. Um, do you, you use a camera or </p>\n\n\n\n<p><span>[00:26:08]</span> <strong>Jeff:</strong> a phone? Primarily just a camera phone. So iPhone, whatever of the moment, uh, I think, I think my, the archive of things does include a camera, you know, back when. Yeah. The cameras on phones did not quite, uh, parallel the megapixels that you would get, but everything in like recent history is pretty much just the camera that&#8217;s, or the, the, sorry, the phone, um, yeah, not, not like a DSLR house over here by any means.</p>\n\n\n\n<p>Yeah, </p>\n\n\n\n<p><span>[00:26:37]</span> <strong>Topher:</strong> I don&#8217;t own a camera. I do it all on the phone. Uh, and if I did, I would struggle. Like I would take it on a photo walk, but most of my photos are very spontaneous and I&#8217;m not going to have my camera at a restaurant, walking down the street, whatever. And I think the vast majority of the photos on the project are camera phone.<span>[00:27:00]</span> </p>\n\n\n\n<p>So how did you hear about this event? What made you think? Hey, I&#8217;m going to go. Go do this thing. So </p>\n\n\n\n<p><span>[00:27:07]</span> <strong>Jeff:</strong> I, uh, I subscribe and follow the, uh, WordCamp Central, I think central. wordcamp. org, uh, just to be alerted when there&#8217;s new camps that come up, uh, usually to see if it&#8217;s one I want to try and attend. Uh, and this one came up as, uh, you know, it was unusual in that it wasn&#8217;t your typical WordCamp.</p>\n\n\n\n<p>It&#8217;s, you know, one of these kind of newer events that are being, uh, trialed now. And, uh, Seemed like an easy thing to contribute to. Um, the part participation part was a little more difficult &#8217;cause I think it was mainly hosted out of, um, India and the Indian time zone, and so I don&#8217;t have a great overlap there.</p>\n\n\n\n<p>Um, so it was more of like a solo effort and not really as much of a community feel, <span>[00:28:00]</span> uh, on my end. But, uh, yeah, caught it from Word Camp Central. </p>\n\n\n\n<p><span>[00:28:04]</span> <strong>Topher:</strong> Uh, I&#8217;m all right. It&#8217;s a good place. I&#8217;m finding that, uh, it was a very solitary event for most people. Um, Ari was on earlier and he said he picked five photos and sat down and uploaded them and he was done.</p>\n\n\n\n<p>And that&#8217;s the extent, I mean, he did, he did nine total. So he did that maybe twice, but, uh, just a few minutes in a, in a week long event to be a participant. But then he also pointed out that the results of those few minutes are going to last. Right. You know, those photos are right out there for anybody to use forever.</p>\n\n\n\n<p>Uh, so that&#8217;s, that&#8217;s kind of a cool, cool thing, a very simple way to be able to impact the project with a minimal effort. Yeah, probably one </p>\n\n\n\n<p><span>[00:28:56]</span> <strong>Jeff:</strong> of the easiest ways to contribute perhaps, uh, across <span>[00:29:00]</span> all the, the make teams for sure. I&#8217;m sure </p>\n\n\n\n<p><span>[00:29:02]</span> <strong>Topher:</strong> it is. Yeah,</p>\n\n\n\n<p>that&#8217;s cool. I just, it still blows my mind. What a big thing it is for so little effort. Right. Right. Yeah. So, uh, how many photos did you upload? </p>\n\n\n\n<p><span>[00:29:20]</span> <strong>Jeff:</strong> Um, I don&#8217;t have the immediate numbers, but I would say that I, so my first interaction with the photo directory was around WordCamp US last year. I published a couple.</p>\n\n\n\n<p>Uh, I think I, </p>\n\n\n\n<p><span>[00:29:36]</span> <strong>Topher:</strong> I mean, just in this, uh, this event. Right. </p>\n\n\n\n<p><span>[00:29:39]</span> <strong>Jeff:</strong> Point being, I think I had done a couple. You know, last fall didn&#8217;t really do any started in January being a bit more active, um, not probably more than like a dozen or two a month, but then I think during the span of the photo event. Uh, probably got, um, you know, I, I was, <span>[00:30:00]</span> you know, the, the cap is five at a time and pretty much as soon as one would get approved or rejected, um, you know, fairly quickly find another one and submit.</p>\n\n\n\n<p>So, um, I don&#8217;t know exactly how many I submitted or the total that were accepted, but I, I&#8217;d probably say easily, uh, a dozen or so in that short timeframe. </p>\n\n\n\n<p><span>[00:30:21]</span> <strong>Topher:</strong> Um, I am impressed by anybody who got in more than 5 or 10 because the moderation queue was, it was very difficult to maintain. So well done. Um, I had another question.</p>\n\n\n\n<p>I&#8217;m trying to remember what it was. How many? Oh, would you do it again? Yeah, definitely. I mean, </p>\n\n\n\n<p><span>[00:30:48]</span> <strong>Jeff:</strong> I think I. You know, I, I have a friendly, not even a wager, just a friendly competition with, uh, Jonathan DeRozers and, uh, I think Jeff <span>[00:31:00]</span> Galensky, uh, that came out of Twitter of just contributing as a group to the photo directory over the course of this year and just, you know, seeing how much the group of us can, can get published there.</p>\n\n\n\n<p>Uh, so I&#8217;ll. You know, continue to try and find ones to to submit. I think if there was another event would happily join in. I think the tagging aspect was a little clunky. So hopefully that can be improved. Um, and given that it was. You know, a community event for me, and it sounds like for others that you talk to it didn&#8217;t feel like there was a lot of a community feel.</p>\n\n\n\n<p>So trying to find ways to give it more of that would be, I think, interesting and perhaps, you know, get keep folks more engaged. Um, you know, there was certainly, I think, a kickoff and a conclusion, uh, to the event, um, that was a synchronous call, but, uh, the time didn&#8217;t work for me, it was, I <span>[00:32:00]</span> think, super early on a Friday or Saturday or something, and I think, um,</p>\n\n\n\n<p><span>[00:32:02]</span> <strong>Topher:</strong> It was Saturday, I remember.</p>\n\n\n\n<p><span>[00:32:04]</span> <strong>Jeff:</strong> Yeah, I was, yeah, I was five kids, so it was, it was difficult to make that happen. Um, And I think it was, I think it was fun that there was like, uh, awards for, you know, kind of like a, almost like an art show, right? Like best in show sort of thing. And there was monetary, uh, awards, uh, attached to that. Uh, uh, Aaron Jorban, who, you know, I collaborated with, um, as well in, in getting things submitted.</p>\n\n\n\n<p>Uh, you know, he was, I think one of the honorable mentions or something, which was kind of cool for him. Um. I think if there were ways to, again, give it more of a community feel would be just a bit more interesting. Um, perhaps, um, like specific, um, side quests or achievements, right? Like a photo, you know, this sort of a photo or, um, you know, this kind of composition.</p>\n\n\n\n<p>Right, exactly. Uh, best use of the color red. Who knows, right? Um, <span>[00:33:00]</span> uh, like those are things I think that could be interesting to. You know, give folks an idea of if they&#8217;re, if they&#8217;re going out to actively shoot with a camera or a camera phone to, you know, what to look for versus just like searching your back catalog of things to submit, um, could be fun and could give it a bit more of a community feel.</p>\n\n\n\n<p>I mean, the, the site they had up that pulled in, uh, kind of the tagged photos that were accepted was fun to. Browse through and see, but it didn&#8217;t feel like I was really interacting with anybody. Um, and that aspect. </p>\n\n\n\n<p><span>[00:33:29]</span> <strong>Topher:</strong> All right. Um, did this event feel special? Did it feel different from other times you&#8217;ve uploaded photos or were you just given incentive to do it a lot this one week?</p>\n\n\n\n<p><span>[00:33:43]</span> <strong>Jeff:</strong> Uh, I think it was, it was interesting in that it was, you know, one of these next generation events that I think the community team is trying to, to spur forward. So I think it was fun to participate in that manner. Um, you <span>[00:34:00]</span> know, outside of that, um, you know, I don&#8217;t know that it was dramatically different than the contributions to the photo director I&#8217;ve done in the past, except for the fact that I kind of ratcheted up my attention to, um, keeping that cue of five.</p>\n\n\n\n<p>Pictures topped off, right. So I could have things getting into the, the competition as it were. Um, other than, other than that, um, probably not a dramatic difference, uh, for me feeling wise again, because there, there wasn&#8217;t much of like a, a real community aspect of that contribution of, of, of things.</p>\n\n\n\n<p><span>[00:34:37]</span> <strong>Topher:</strong> So basically I&#8217;m hearing that you&#8217;d like just more community involved or something more of a feeling of community during the event.</p>\n\n\n\n<p><span>[00:34:45]</span> <strong>Jeff:</strong> Yeah, something. I mean, or, or even, uh, you know, WordCamp U. S. last year, there was a physical. Uh, exhibit that had photos, I think from the photo directory printed out, um, and matted and framed in a nice little <span>[00:35:00]</span> photo installed down, uh, in the sponsor area. Um, so </p>\n\n\n\n<p><span>[00:35:04]</span> <strong>Topher:</strong> They&#8217;re doing that again and WordCamp Asia, </p>\n\n\n\n<p><span>[00:35:06]</span> <strong>Jeff:</strong> awesome.</p>\n\n\n\n<p>So you, I, you know, I could totally see where like, if, you know, this could be done again, perhaps, um, you know, the weeks leading up to a major WordCamp event, uh, and then. You know, maybe sponsored by one of the major sponsors and, um, you know, then the, the best and show the selected ones are actually then printed in, in, uh, shown in, in person at that WordCamp, I think would be really cool.</p>\n\n\n\n<p>Um, you know, it gives you, again, it gives you a bit more of a, uh, community feel. Um, but, uh,</p>\n\n\n\n<p><span>[00:35:46]</span> <strong>Topher:</strong> those are great ideas. Um, tomorrow, my, uh, episode is going to be. About next gen events. Oh, cool. And all the <span>[00:36:00]</span> different ideas people have had for them. There&#8217;s some pretty exciting ones. I&#8217;m, I&#8217;m really looking forward to the future of WordPress events. Yeah. </p>\n\n\n\n<p><span>[00:36:07]</span> <strong>Jeff:</strong> I mean, I think the. I&#8217;d love to see more of the kids camps.</p>\n\n\n\n<p>Um, especially ones that are attached to other events just because, uh, you know, if I&#8217;m already going, it&#8217;s great. It&#8217;d be great to bring my kid along and have them have something that&#8217;s tailored to their interests. Um, and then the, uh, the do actions I&#8217;ve never been able to participate in those. And so I, I, I would love, I would love to have, again, maybe attached to a.</p>\n\n\n\n<p>Like a WordCamp, uh, Europe, Asia, U. S., um, you know, the ability to, you know, leverage the skills we have in contributing to the project and, and instead, you know, contribute to, you know, a worthy organization, right? I would love to see that as well. Um, and, and also really curious, what Uh, you know, perhaps all the other next gen ideas are like really excited to see, um, you know, the project branching out just beyond what I still love the camps.</p>\n\n\n\n<p>Uh, you know, they&#8217;re, they&#8217;re, <span>[00:37:00]</span> they&#8217;re fantastic. Um, but also really, always really interested and excited to see what else comes up there. So, uh, I&#8217;ll have to stay tuned. You got a, got a good hook for me on that one. </p>\n\n\n\n<p><span>[00:37:10]</span> <strong>Topher:</strong> All right. Well, yep. Check it out tomorrow. All right. That&#8217;s all I have for you today. Thank you for being here.</p>\n\n\n\n<p>I appreciate your time. Good to see you Topher. And that concludes our episode for today. I&#8217;m glad you came. Thank you very much. It was really interesting hearing all the different experiences that people had, the variety of experiences. Some took just moments to be involved. Some took hours. And it was exciting to see how a different kind of event can happen.</p>\n\n\n\n<p>Uh, which brings me to my next point tomorrow, we&#8217;re going to be talking with Julia Golomb from the community team about next gen events and what they are, what they could be and how you can be involved. So please stop <span>[00:38:00]</span> by.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Feb 2024 21:16:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Automattic Faces Scrutiny Over AI Access Policy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154448\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/automattic-faces-scrutiny-over-ai-access-policy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6480:\"<p><strong>This article is a joint effort by James Giroux &amp; Jyolsna. </strong></p>\n\n\n\n<p>After <a href=\"https://searchengineland.com/reddit-google-ai-content-licensing-deal-437782\">unconfirmed reports</a> of Google entering into a content licensing agreement with Reddit for training its AI, 404 Media claimed yesterday that <a href=\"https://www.404media.co/tumblr-and-wordpress-to-sell-users-data-to-train-ai-tools/\">Automattic is set to sell Tumblr and WordPress.com users’ content to Midjourney and OpenAI</a>. If true, this could mirror an <a href=\"https://www.theverge.com/2023/7/11/23791528/openai-shutterstock-images-partnership\">extended partnership that Shutterstock entered into with OpenAI</a> last year.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Claims of 404 Media&nbsp;</h2>\n\n\n\n<p>404 Media claims insider information about the deal–backed up with documentation–confirming Automattic is in the advanced stages of negotiation with these AI companies. To validate its claims <a href=\"https://www.404media.co/tumblr-and-wordpress-to-sell-users-data-to-train-ai-tools/\">404 Media quoted Tumblr Product Manager Cyle Gage</a> as he reported on an internal message board, the status of the initial data collection process and how it included content that should not have been collected.</p>\n\n\n\n<p>While 404 Media has provided quotes from an internal source, it has not provided any specific proof such as screenshots of conversations or access to source materials to assist others in validating their claims. 404 Media also refers to user content as “users’ data” which can easily be misconstrued as personally identifiable information (PII) or credit card information. Whereas the content being discussed in the article is content that is already publicly available.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Response From Automattic&nbsp;</h2>\n\n\n\n<p>Within a few hours of 404 Media’s article going up, Automattic released a statement describing its position on content distribution and the rights of all users on WordPress.com and Tumblr to opt out of their public content being included in data shared with AI partners.</p>\n\n\n\n<p>Automattic makes the argument that AI regulation and legislation do not yet exist and, as such, is taking these steps to proactively provide users with additional methods of controlling how and where their content is made available. They are creating a pathway for AI partners to get streamlined access to the content users are open to sharing while also taking steps to remove access to content that users no longer want to be shared. In other words, the content in question is already available to the AI companies as it’s publicly crawlable and content deals only make it more accessible and manageable.&nbsp;</p>\n\n\n\n<p>Automattic published “<a href=\"https://automattic.com/2024/02/27/protecting-user-choice/\">Protecting User Choice</a>” emphasizing the following points:</p>\n\n\n\n<ul>\n<li><em>We currently block, by default, major AI platform crawlers—including ones from the biggest tech companies—and update our lists as new ones launch.</em></li>\n\n\n\n<li><em>We have a setting to discourage search engines from indexing a site on WordPress.com and Tumblr. This signals to search engines not to crawl that content or include it in search results.</em></li>\n\n\n\n<li><em>We have added similar settings to WordPress.com and Tumblr to discourage crawling by AI companies. If you already discourage search engine indexing, this is automatically enabled.</em></li>\n\n\n\n<li><em>We will share only public content that’s hosted on WordPress.com and Tumblr from sites that haven’t opted out.</em></li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>We will share only public content that’s hosted on WordPress.com and Tumblr from sites that haven’t opted out.</strong></p>\n</blockquote>\n\n\n\n<p>The <a href=\"https://automattic.com/2024/02/27/protecting-user-choice/\">article</a> continues hinting at a deal in the future: “We are also working directly with select AI companies as long as their plans align with what our community cares about: attribution, opt-outs, and control. Our partnerships will respect all opt-out settings. We also plan to take that a step further and regularly update any partners about people who newly opt out and ask that their content be removed from past sources and future training.”&nbsp;</p>\n\n\n\n<p>Automattic also released a <a href=\"https://wordpress.com/blog/2024/02/27/more-control-over-the-content-you-share/\">new tool</a> that “lets you opt out of sharing content from your public blogs with third parties, including AI platforms that use such content for training models. We will engage with AI companies that we can have productive relationships with, and are working to give you an easy way to control access to your content…We already discourage AI crawlers from gathering content from WordPress.com and will continue to do so, save for those with which we partner… We are committed to making sure our partners respect those decisions.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress.org Users Aren’t Affected</h2>\n\n\n\n<p>Josepha Haden Chomphosy, Executive Director of WordPress shared this with the community in the Slack channel: “I can confirm that the WordPress project is not involved in selling user data or content for AI training purposes. This has been our consistent stance across the long history of WordPress, even as recently as when I was sharing<a href=\"https://wordpress.org/news/2023/01/letter-from-wordpress-executive-director-2022/\"> thoughts for the future of our project heading into 2023</a>.”</p>\n\n\n\n<p>Later, Jetpack <a href=\"https://twitter.com/jetpack/status/1762620580589920361\">tweeted</a> that “data from Jetpack connected sites is not included. This only applies to WordPress.com hosted sites.”</p>\n\n\n\n<p>Interestingly, Automattic has been struggling to make Tumblr profitable after acquiring it in 2019. Last year Matt revealed that <a href=\"https://techcrunch.com/2023/07/12/tumblr-is-losing-30m-each-year-ceo-says/\">Tumblr is losing $30M</a> each year.</p>\n\n\n\n<p>We have reached out to Chenda Ngak (Head of Communications at Automattic) and will update this article once we get her quote. </p>\n\n\n\n<p>(WordPress (or WordPress.org) is an open-source CMS while WordPress.com is a hosted platform owned by Automattic, a company founded by Matt Mullenweg. Both are not the same.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Feb 2024 19:11:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: #110 – Thomas J. Raef on the Shift in How Hackers Attack, and How to Protect Your Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=154445\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/podcast/110-thomas-j-raef-on-the-shift-in-how-hackers-attack-and-how-to-protect-your-site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49263:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case how your session cookies are being used to attack WordPress websites.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Thomas J Raef.</p>\n\n\n\n<p>Thomas is the founder of We Watch Your Website, a company that has been removing malware from websites since 2007. During that time, he&#8217;s seen many changes in the methods hackers use to take over our website, and that&#8217;s the focus of the podcast today.</p>\n\n\n\n<p>With hackers becoming increasingly agile in their tactics, targeting everything from plugins to session cookies, Thomas brings to the table data he&#8217;s gathered from 2023, that puts the spotlight on the evolving digital threat landscape.</p>\n\n\n\n<p>He explains how the system that he runs is able to gather a very large data set about WordPress websites in real time. Recording data directly from the server, he&#8217;s devised systems, which makes sense of this data. He&#8217;s able to turn back the clock and trace the stack of circumstances which led to a website being compromised.</p>\n\n\n\n<p>We&#8217;re all used to hearing that plugins themes, and sometimes the WordPress core, are the most likely culprits when something goes wrong. The story goes that out of date code, or a zero day is discovered and leveraged. Whilst Thomas does not doubt that this is true, he&#8217;s here to paint a somewhat different picture. A picture which puts the focus upon stolen session cookies as the most important factor in website attacks last year.</p>\n\n\n\n<p>Thomas explains what session cookies are, and why they unlock so much potential for a hacker. He tells us about the ways that session cookies are harvested, and the ways that you can mitigate the problem.</p>\n\n\n\n<p>If you&#8217;ve ever been concerned about the security of your WordPress site, or intrigued by the intricacies of cyber security, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Thomas J. Rafe.</p>\n\n\n\n<p>I am joined on the podcast today by Thomas Raef. Hello, Thomas.</p>\n\n\n\n<p>[00:03:29] <strong>Thomas J. Raef:</strong> Hello, Nathan. How are you?</p>\n\n\n\n<p>[00:03:30] <strong>Nathan Wrigley:</strong> Yeah. Good thank you. Firstly, dear listener, I have to extend my sincerest thanks to Thomas. For reasons that I won&#8217;t go into, Thomas and I have had to cancel a podcast appointment on multiple occasions, and by multiple, I really truly do mean multiple.</p>\n\n\n\n<p>So I just want to extend my thanks to Thomas for sticking with me. Coming back on many occasions only to find that a, I wasn&#8217;t there, or b, I wasn&#8217;t able to do the interview. So apologies for all that, Thomas, and thank you for staying the course. Really appreciate it.</p>\n\n\n\n<p>[00:04:00] <strong>Thomas J. Raef:</strong> Not a problem at all.</p>\n\n\n\n<p>[00:04:01] <strong>Nathan Wrigley:</strong> So Thomas is joining us today and we&#8217;re going to have a fairly in-depth conversation about security.</p>\n\n\n\n<p>I know this is a topic that you&#8217;ve probably heard little bits and pieces about before, I think unless you&#8217;ve read the article that we&#8217;re going to delve into, I think it&#8217;s quite likely that you won&#8217;t have heard what Thomas has got to say. Now because we&#8217;re delving into security and security is a very technical thing and getting the right intuitions about security requires knowledge.</p>\n\n\n\n<p>I think Thomas, it would be great if you could just paint a little bit of a picture. Give us your potted bio if you like, about who you are, what the company is that you founded and so on. Just so that we have some inclination that you know what it is that you are talking about.</p>\n\n\n\n<p>[00:04:44] <strong>Thomas J. Raef:</strong> Okay, sure. Yeah. I started, I&#8217;ve been in the IT industry since, as I tell people, IBM has one month more experience in the PC market than I do.</p>\n\n\n\n<p>They started, originally released the IBM PC in September of 81. And, I started working with PCs in October of 81. So in 2007, 2006, I&#8217;m sorry, I was working more toward security. More and more people were getting hacked. This was well after the I Love You virus and all the, popular ones. And I was just really inquisitive.</p>\n\n\n\n<p>So got started in 2007 with the company that I founded, We Watch Your Website. Nobody ever asked me what does your company do? But, I started that company, it was to address the need for malware remediation on websites. That&#8217;s it.</p>\n\n\n\n<p>People ask about, oh, my computer&#8217;s infected. Can you help me? I can, but it&#8217;s not, that&#8217;s not what we do. So at any rate, we started that. I started We Watch Your Website. Belonged to a website called Badware Busters, which was started by Max Weinstein, who I believe now is with Sophos.</p>\n\n\n\n<p>He&#8217;s a Harvard grad. Google would send people to badwarebusters.org with their infected websites, get help for free. Daniel Sid, who founded Sucuri. And so I learned a lot, and started applying that to helping people with infected websites.</p>\n\n\n\n<p>Got a call from Bluehost one day, helped out, Matt Heaton, the founder with his personal website, and they&#8217;re like, hey, how would you like if we sent you some business? And I was like, oh, okay. And for the longest time I was their default to go to for infected websites, so that I learned a lot.</p>\n\n\n\n<p>Had to automate a lot because they were sending me so many sites, so much business. So I had to automate our procedures a lot, but people also wanted to know how their sites were infected. So it got me down the avenue of reading, log files, and how could I record things and, infections in the database and so on, so forth.</p>\n\n\n\n<p>So we&#8217;ve been doing this now since 2007. As of now, the day of this recording, we are now watching over 12 and a half million websites. Gives us a lot of data.</p>\n\n\n\n<p>[00:07:06] <strong>Nathan Wrigley:</strong> Yeah, a very large amount of data. We&#8217;ll get into that. So first of all, dear listener, I think it&#8217;s probably a good idea if you are listening to this, to perhaps pause the recording and go and read an article, which is on the We Watch Your Website blog.</p>\n\n\n\n<p>Now, had we been able to record this podcast episode at the first opportunity. We probably wouldn&#8217;t have been so far away in time because this article was written on the 3rd of January, 2024. So it&#8217;s not the newest one, but the information, I presume is still up to date and you are sticking by the conclusions that you made there.</p>\n\n\n\n<p>And the article is called The Real Attack Vector Responsible for 60% of Hacked WordPress Sites. And we&#8217;ll get into what that 60% is, and potentially how it differs from what most people, I would imagine think is the cause of problems on WordPress websites throughout the world. But first of all, wanted to dive into the sort of technical details of how it is that your system works.</p>\n\n\n\n<p>So you mentioned that you&#8217;ve automated a lot of things. You mentioned that there are gigantic amounts of log files being created all the time. But I wonder if you would tell us how your system differs from what typically most WordPress users will do, which is install some plugin. Your service is not that. So tell us what it is that you do, and how it differs from what a plugin can do.</p>\n\n\n\n<p>[00:08:34] <strong>Thomas J. Raef:</strong> Yeah. One of the problems with the security plugins, not all, is that it only operates at the application layer. So it can only see things, its way. On a VPS or a dedicated server or a cloud server like Digital Ocean, Vultr, et cetera.</p>\n\n\n\n<p>We can actually install some agents on there that give us information at the network layer. Like for instance, one of the problems with a lot of security plugins that we&#8217;ve seen is they&#8217;ll see an attack from an IP address, but that IP address has been spoofed by the hackers because of the way the security plugin was written.</p>\n\n\n\n<p>So our information is the raw IP address, like we&#8217;re seeing it at the network level of the server. Doesn&#8217;t matter if it&#8217;s WordPress or anything else, we&#8217;re seeing the raw IP address. So that gives us an advantage there. So, the information that we collect, on a live basis on a server based account is we grab the access logs live.</p>\n\n\n\n<p>We&#8217;re also monitoring the database for changes live. We&#8217;re monitoring the files, they call it the file integrity monitoring is the term that they, they like to use. So we&#8217;re watching for any file changes on your website. And then we&#8217;re also watching the processes.</p>\n\n\n\n<p>The processes run in memory on your server. There&#8217;s certain elements in the processes that can tip us off to an infection, or an attack. And for all these logs, like I said we&#8217;re, right now we&#8217;re monitoring 12 and a half million websites.</p>\n\n\n\n<p>We have seven clusters that collect this data, and each of these clusters can collect 20 million log entries per second. And then it correlates all this information. So you log into a WordPress site, there&#8217;s an entry in the database, it only stays in there until you log out. Now if you don&#8217;t log out the information stays in there, but we want to capture it as it happens. So that&#8217;s why we&#8217;re monitoring the database live.</p>\n\n\n\n<p>So yeah, you log into a WordPress site, there&#8217;s activity in the access log, where you came from, your user agent, things like that. You know what point you went to. Changes in the database. So we capture that as well. And our system has been designed to be smart enough so it knows a failed attempt versus, a session cookie. If you just close your browser and then you open it back up again and you&#8217;re still logged in, that&#8217;s because your session cookie is still active.</p>\n\n\n\n<p>So we can tell that type of login versus you&#8217;re logging in with a username and password. We can see attacks, sometimes we see attacks before they&#8217;ve been announced. Other times, we&#8217;re just seeing them like everybody else is. So that&#8217;s the information that we&#8217;re gathering, and how we&#8217;re gathering it.</p>\n\n\n\n<p>[00:11:39] <strong>Nathan Wrigley:</strong> I&#8217;m imagining a WordPress website. This may be a terrible analogy, but I&#8217;m imagining a WordPress website, a bit like a layered cake. And the front end of the website, I&#8217;m imagining is the icing on the top. So that&#8217;s the very top, and you can go down, and you get into the plugin space and you get into the admin space, and eventually you get into the sort of base layers of the cake. And at this point we&#8217;re onto the hardware and the software that the WordPress site is running on. So we&#8217;re thinking about the operating system that your host is using.</p>\n\n\n\n<p>And from what you&#8217;ve said, and forgive me if I get this technically wrong, but it sounds like your system is able to access the lower down levels of that cake, the base layer if you like. Things approaching root access to the OS, things like that. So from that, it sounds like you can gather a different set of data than a plugin may be able to, and I guess your contention would be that because you are able to gather that different set of data, and it probably doesn&#8217;t have the capacity to be modified.</p>\n\n\n\n<p>Once you&#8217;ve gathered that data in real time, you can then spend time looking back at that data in the days, weeks, months after. Patterns may have been discovered. You discover patterns and you can figure out what&#8217;s happened. So does that layer description work fairly well, with WordPress at the top, and the OS, the computer that it&#8217;s running on at the bottom, and you are injecting yourself as close to the bottom as you can?</p>\n\n\n\n<p>[00:13:07] <strong>Thomas J. Raef:</strong> Yes. Perfect analogy. You summed it up nicely. Yeah, we&#8217;re working at the, at a range, and typically at a root level, where the username that&#8217;s running the WordPress site doesn&#8217;t have access to the stuff, as you described, at the lower layers that can&#8217;t get, that user doesn&#8217;t have access, doesn&#8217;t have permissions, authentication, to access the stuff at the lower levels of the cake. And that&#8217;s where we operate. We can&#8217;t be tampered with unless you have root access, and hacker has root access that&#8217;s game over.</p>\n\n\n\n<p>[00:13:42] <strong>Nathan Wrigley:</strong> Okay. So that&#8217;s the first thing to notice. You are able to gather a different type of data than a plugin would do, simply because the plugin cannot typically, there may be scenarios where it can, I don&#8217;t know, but typically it can&#8217;t get outside of WordPress, so it can&#8217;t necessarily get to the operating system which is running WordPress. That might be Linux or whatever it is, but your system can.</p>\n\n\n\n<p>If that&#8217;s the case, I&#8217;m presuming that if you want to use your service. It&#8217;s not a WordPress plugin. You are in some way getting access to the server. If I was to sign up as a client of yours, what would that process look like? Do you ask for SSH details from me and things like that?</p>\n\n\n\n<p>[00:14:28] <strong>Thomas J. Raef:</strong> Yeah, basically. We typically provide our public key for SSH and you can install it, we can install it. And then that gives us the access, the accessibility that we need to implement our system onto your server. We watch all the sites on that server. It is just something with me from years and years ago, I couldn&#8217;t see why if I have access to all of your sites, why I should charge you per site. It never made sense, and that&#8217;s just me. I&#8217;m not saying my way is right. That&#8217;s just me. Yeah, we cover every site on that server and it&#8217;s just easier that way.</p>\n\n\n\n<p>[00:15:03] <strong>Nathan Wrigley:</strong> So you are collecting data at this root level, in many cases I would imagine, in real time. And you said that could run on seven clusters of servers that you yourself have got. So it&#8217;s everything that&#8217;s happening on the server is reporting things in real time to you. And I think you mentioned the slightly jaw dropping number of 20 million. Log files could be written per second.</p>\n\n\n\n<p>That sounds to me like a fairly unmanageable amount of data to look at. I&#8217;m imagining a spreadsheet with an additional 20 million rows added per second. And, I&#8217;m quickly realizing that no human can actually take any meaningful glance at that and get any data out.</p>\n\n\n\n<p>So you talked about automation. Do you just want to get into that a little bit? What are you doing there? Because my immediate intuition here is that you are looking backwards in time to find problems that have occurred. So maybe somebody&#8217;s come to you and, something quirky is going on with my website.</p>\n\n\n\n<p>Please, can you look back and see if there&#8217;s something that has happened? So is that what you are doing? Are you looking back in time to spot patterns? Or are you also looking for things happening in real time to prevent known let&#8217;s call it attacks for now?</p>\n\n\n\n<p>[00:16:19] <strong>Thomas J. Raef:</strong> Both. For the report that we&#8217;re talking about today, obviously we went back in time. So we have a huge ScyllaDB database, that&#8217;s pretty much spread around the world. And so all this information is gathered and put into that database.</p>\n\n\n\n<p>And then from there we can run our queries for these reports. Yeah, we can look back in time. But also, in real time, our system is watching for these patterns. Yes, in creating this report we did spot a number of new patterns along the way.</p>\n\n\n\n<p>You dig in further there into your data, because you have all the data, and you can see that these patterns had started a year ago or so. And were repeating with different sites around the world. So, to answer your question, yeah, we do analyze things in real time, so we can see when a hacker or someone from a Digital Ocean server, let&#8217;s say. I don&#8217;t want to pick on Digital Ocean, but let&#8217;s say one of their servers was logging into your WordPress site. Now there&#8217;s a obviously a couple things that could be happening there.</p>\n\n\n\n<p>Somebody could be using like a management console, like a MainWP, ManageWP, some of those, WP Umbrella. Some of those types of management systems. And that&#8217;s something you install on your own server and then it connects to your website. But, we know about those. Typically a server, or let&#8217;s say a GoDaddy server. Why would a GoDaddy server want to be logging into your WordPress site over and over again? And it has an outdated user agent. There&#8217;s a couple of red flags there. Those types of things we block, we filter in real time and block.</p>\n\n\n\n<p>[00:18:05] <strong>Nathan Wrigley:</strong> Okay, so you&#8217;re spotting patterns for things that have happened and you are doing that after the fact. But you&#8217;re also gaining, I guess useful information from those patterns to create rules which can prevent things from happening. Because you can see this pattern is recurring. Okay, it&#8217;s now cropping up over here. Let&#8217;s block that traffic, because we know that is very likely to be malicious. The user agent is five years out of date, and it&#8217;s coming from a server that has no business logging in at all. It&#8217;s not an end user. There&#8217;s something quite strange here. And so in that way, you are preventing things.</p>\n\n\n\n<p>Okay. I think we&#8217;ve got a vague handle on what it is that you gather, and why you gather it, and how you gather it. Obviously, if you want to reach out to Tom and talk about this, you can do, I&#8217;m sure by the end of the podcast we&#8217;ll have dropped an email or a contact form or something like that.</p>\n\n\n\n<p>But I&#8217;m going to link back now to the article. Once again, it&#8217;ll be linked in the show notes, and I&#8217;ll give you the title again. The Real Attack Vector Responsible for 60% of Hacked WordPress Sites in the Year 2023. So we&#8217;re looking back at the previous year.</p>\n\n\n\n<p>Now, I think that if I was to ask more or less, let&#8217;s say I had a thousand WordPress users in a room, and I was to ask them, what is responsible for the majority of problems with WordPress websites in terms of let&#8217;s say being hacked. I know that you didn&#8217;t want to use that word, but let&#8217;s just use it.</p>\n\n\n\n<p>I think the intuition would be, it&#8217;ll be problems with themes, plugins and possibly, but not very often, Core. But plugins and themes. I think most people&#8217;s intuitions will be out of date or vulnerable, zero day problems with plugins from and themes. And you are saying no to that. You&#8217;re not saying that doesn&#8217;t exist, but what you are saying is that there is a much bigger attack surface, which I genuinely didn&#8217;t even know about until I read this article.</p>\n\n\n\n<p>But you&#8217;ve got three types of attacks. Let&#8217;s just list those out quickly. We&#8217;ve got the first one is compromise username and password credentials. I don&#8217;t think we need to go into that too much. Obviously if you&#8217;re distributing your username and password everywhere, or it&#8217;s been part of the LastPass breach, we know that anybody can log in as you right.</p>\n\n\n\n<p>Plugins and themes. We&#8217;ve just touched on that.</p>\n\n\n\n<p>But you are saying that there&#8217;s this other thing, stolen session cookies, and your contention is that the majority, not just a small slice of the cake, the majority of problems, compromise problems with WordPress websites is to do with this.</p>\n\n\n\n<p>So firstly, can we lay out the groundwork? What is a session cookie and how can it be stolen, and how impactful can the stealing of a session cookie be?</p>\n\n\n\n<p>[00:21:01] <strong>Thomas J. Raef:</strong> A session cookie is required with http, https. It maintains your session basically, so that, if you&#8217;re on, let&#8217;s say you&#8217;re on an e-comm website, and you add some stuff to your shopping cart, and then you browse around the site, and then you come back to your shopping cart. And you say, oh, okay, yeah, I&#8217;m going to, order this stuff.</p>\n\n\n\n<p>The session cookie is required so that it knows you from somebody else visiting the site at the exact same time, putting stuff in their cart. It keeps your session separate.</p>\n\n\n\n<p>In the case of WordPress and our research in particular, a session cookie keeps you logged in, or shows WordPress that you are logged in with valid credentials.</p>\n\n\n\n<p>So you go to your WordPress website, log into WP admin, enter your username and password. Hopefully it&#8217;s using some form of 2FA or MFA, to help you be more secure. But now you&#8217;re in, and as you&#8217;re bouncing around different pages, WordPress needs to know that, okay, yes, you are authenticated to go to this page and to do this activity.</p>\n\n\n\n<p>And that&#8217;s all, that&#8217;s what the session cookie does. It&#8217;s a little piece of code on your local computer, on your local device, that your browser saves that tells the website that yes, you are authenticated to do these activities as an administrator on that WordPress site.</p>\n\n\n\n<p>[00:22:33] <strong>Nathan Wrigley:</strong> Can I just pause you there and can we just delve into that a little bit more deeply? Because I, I know that there&#8217;s going to be a bunch of people listening to this who are very technically proficient and they&#8217;ll probably be thinking, Nathan, this is all very straightforward. But equally, I think there&#8217;ll be a bunch of people who, what you just described is not entirely obvious. So let&#8217;s just drill down on that.</p>\n\n\n\n<p>So if I go to wptavern.com and I go to the login page and I enter my username and password and 2FA or what have you, and I&#8217;m now logged in. The WordPress website has then provided something to my browser. It is unique for that session.</p>\n\n\n\n<p>So if I then go to another page or leave the browser window open and come back, let&#8217;s say in 24 hours, when I am browsing around, every time I try to do something new, go to a new page, add a new post, or what have you, that cookie is being requested and there&#8217;s a check going on to say, is this person allowed?</p>\n\n\n\n<p>Do we have authentication to say that this person in the recent past logged in and we know them. And that&#8217;s happening all the time, right? Until we log out. And if we log out, that cookie is expunged, it&#8217;s deleted. And that&#8217;s the reason that if we go to, let&#8217;s say I&#8217;m in Chrome and I&#8217;m logged in successfully to WordPress, and then I open up Firefox and try to use my WordPress website, it won&#8217;t allow it. Because that cookie has not been lodged in the browser.</p>\n\n\n\n<p>And if I was to open up a private or incognito window, the same thing. It&#8217;s a different silo. I can&#8217;t interact until I&#8217;ve logged in again. So this cookie, if you like, is the gatekeeper for my access until I log out. So the possession of that exact cookie proves who I am, and it&#8217;s the only thing, it&#8217;s the only thing which entitles me to use the website. So if I can somehow get hold of that cookie, and it&#8217;s not my cookie, let&#8217;s say I&#8217;m logged into your website. If I can get hold of Thomas&#8217;s cookie for his WordPress website, I can impersonate you a hundred percent you. No caveats, no ifs, no buts. I am you. Have I got that right?</p>\n\n\n\n<p>[00:24:43] <strong>Thomas J. Raef:</strong> Yep, exactly. It is the key to the kingdom.</p>\n\n\n\n<p>[00:24:46] <strong>Nathan Wrigley:</strong> So if that could be taken from me, all bets are off. As far as any machine in the world is concerned, any computer that I&#8217;m using at that moment, if I can get that cookie, I can be you. In the case of a WordPress website, I can then delete every piece of content that has ever been written on that website. I can deface the website in any way I see fit. If I happen to steal the session cookie for your Amazon website, obviously I have the credentials to go and use your credit cards and buy and, whatever it is that I wish. So this cookie really is, it is the gatekeeper for everything, and you are saying it&#8217;s being stolen.</p>\n\n\n\n<p>[00:25:27] <strong>Thomas J. Raef:</strong> Yes, big time.</p>\n\n\n\n<p>[00:25:28] <strong>Nathan Wrigley:</strong> It&#8217;s not trivial. It sounds like, stolen session cookie, it&#8217;s a, it&#8217;s a stolen session cookie. It sounds benign, but it really is unlocking complete access to whatever it is that user in WordPress is entitled to do. And obviously if it&#8217;s an administrator role, that&#8217;s a problem.</p>\n\n\n\n<p>Okay, so the next thing I have to ask is, how on earth do I get your cookie? How is it possible that cookies can escape the confines of my browser? How can that be achieved?</p>\n\n\n\n<p>[00:25:56] <strong>Thomas J. Raef:</strong> There&#8217;s a number of ways, and big thing if you really want to go down the rabbit hole, as Oliver from Patchstack likes to call things, you can Google the term info stealer, and you can see how big a market that is in the underground. Info stealers bypass antivirus programs, they bypass almost everything and they have access to your computer.</p>\n\n\n\n<p>Let&#8217;s say, in our scenario here, you log into a WordPress site, you don&#8217;t log out, you just close the browser window, or you leave it open, whatever. You go to another website, your computer gets infected with an info stealer, first thing it, it does is grab all the information at can.</p>\n\n\n\n<p>So it&#8217;s grabbing your bank information. Information about your computer, your browser, all sorts of information. But it&#8217;s also grabbing session cookies because those are, they&#8217;re easy to use. And, as you said the gatekeeper to so many things.</p>\n\n\n\n<p>So it records all that information, and the info stealers start to use it in whatever way they can. And I was just reading a report yesterday where they said that within 10 seconds after an info stealer has infected somebody&#8217;s computer, it steals all the information that it needs, then it&#8217;s gone.</p>\n\n\n\n<p>So it could delete itself so there&#8217;s no trace. So you, don&#8217;t think, oh geez, my antivirus just found this info stealer on my computer after I ran a full system scan. I should contact my bank. No, they don&#8217;t want you to think about all that. They want to be able to sell your information or use it themselves. So, 10 seconds, bam, they&#8217;re gone. They&#8217;ve taken everything they need.</p>\n\n\n\n<p>[00:27:38] <strong>Nathan Wrigley:</strong> This then is an attack which is perpetrated typically onto the computer that you are using. So I&#8217;m sitting in front of my Mac, could be Windows, could be Linux. So it&#8217;s a vulnerability that somebody has discovered in the OS that I&#8217;m using. So Mac, Linux, Windows, what have you. We know how this works. There&#8217;s so many routes into this, but one might be that you accidentally click on a malicious link in an email and it takes you somewhere and you may be on a website, which looks like a legitimate website, but is actually downloading a payload and opening it up.</p>\n\n\n\n<p>We don&#8217;t need to get into that, but have I got that right? This is something which is installed on your local computer. One of its primary things will be to consume bank details and all that, but also to just what browsers are there. Can we please have all the session cookies? We extract those, remove the offending software, and it&#8217;s like nothing ever happened. Again, have I parsed that about right now?</p>\n\n\n\n<p>[00:28:33] <strong>Thomas J. Raef:</strong> Yep, perfectly.</p>\n\n\n\n<p>[00:28:34] <strong>Nathan Wrigley:</strong> Okay. So I guess all the caveats around not clicking links in emails and keeping your operating system up to date, and the general hygiene of being a custodian of a computer. But you are saying though, that it will go into the browser, suck out all of the cookies, and from that moment on, if I, and we&#8217;ll just stick to WordPress from now on, if I haven&#8217;t logged out of my WordPress website.</p>\n\n\n\n<p>And obviously if I&#8217;m a manager of a hundred WordPress websites, oh boy, then you could have a hundred WordPress website cookies in there. How long do I have for the attacker to go and do their dastardly work? I know that if I leave my WordPress website and I don&#8217;t click logout, at some point it logs me out. But I don&#8217;t entirely know what that length of time is. I have this intuition. It&#8217;s two days or 14 days or something. like that.</p>\n\n\n\n<p>[00:29:29] <strong>Thomas J. Raef:</strong> You&#8217;re right on,both accounts. It typically, it&#8217;s 48 hours, from the time you logged in. But, if you click on the remember me, on your login page for a WordPress, the session cookie stays live for up to two weeks. Now, that&#8217;s only if you do not log out. If you log out, it instantly expires the session cookie. So it won&#8217;t matter if your session cookie&#8217;s stolen or not. It&#8217;s expired, so it can&#8217;t be reused, but so it&#8217;s 48 hours or two weeks.</p>\n\n\n\n<p>[00:30:03] <strong>Nathan Wrigley:</strong> So that&#8217;s interesting. The one utterly mitigating factor here is that if you simply log out of any of these services, the WordPress website we&#8217;ll use again as the example. If I was to simply log out each time that I&#8217;d finished working, that cookie, even if it was stolen, it&#8217;s of no use.</p>\n\n\n\n<p>They would be asked to log in again. So, okay, but, if I&#8217;ve clicked remember me, the attackers who stole the, let&#8217;s say I&#8217;m on the, website today. I log in today, I click remember me, and moments after I do that, by coincidence my computer is, all of that data is exfiltrated away from it. They&#8217;ve got 14 days to impersonate me, and presumably there&#8217;s the capacity for them to continue to pretend to be me beyond 14 days. Do they have the capacity to extend that 14 day window by, oh, I don&#8217;t know, going to a particular page which authenticates me again or something?</p>\n\n\n\n<p>[00:31:01] <strong>Thomas J. Raef:</strong> No, originally that was my impression was that they could extend that time period. My friend Calvin quickly corrected me on that, on that little bit. So no, you can by going into the database. Once you have admin rights, you could go into the database and change things in the, in the database table, the user meta, and extend the life of the cookie. But, no. There isn&#8217;t any way that you can extend that. I recently, I corrected that in the article. You have up to two weeks.</p>\n\n\n\n<p>[00:31:30] <strong>Nathan Wrigley:</strong> So how do you spot that this is happening?</p>\n\n\n\n<p>[00:31:33] <strong>Thomas J. Raef:</strong> Obviously if you&#8217;re, If you&#8217;re logging in with username and password, you have to go to WP admin or WP login, and log in. With a stolen session cookie you don&#8217;t need to do that. The session cookie is active, non expired, however you want to call it. I could just go and access a URL of plugin install dot PHP, and give it the parameters that follow that, and it&#8217;ll install that plugin. I don&#8217;t have to authenticate.</p>\n\n\n\n<p>And the thing about session cookies that I also want to mention right now is, session cookies are valuable because they bypass 2FA, because you&#8217;re already authenticated. It bypasses 2FA, MFA, everything. You&#8217;re in. So yeah, I could install a bogus plugin. I can install a bogus theme. Anything you can do in a query string, basically as an admin, you can do with a stolen session cookie.</p>\n\n\n\n<p>[00:32:35] <strong>Nathan Wrigley:</strong> So in the logs that you are seeing then, is the way to see this that suddenly some entity on the internet just crops up and successfully requests a page that they shouldn&#8217;t have been able to access. So in this case, you were talking about installing a plugin.</p>\n\n\n\n<p>The typical route to that would be to log in, but you don&#8217;t see any activity from that IP address, and what have you, going through the login process, and because that&#8217;s missing, you are then inferring from that, hang on. How can they have missed the login step? They must have used a stolen cookie in order to achieve this. Is that about right?</p>\n\n\n\n<p>[00:33:18] <strong>Thomas J. Raef:</strong> Yeah. And being able to go back in time, as we mentioned before, gives us a lot of power because we can see, was there a login from this IP address? Now some people will say, IP addresses can change in the middle of a session, blah, blah, blah.</p>\n\n\n\n<p>Yeah, but the way our system works is you&#8217;re not going to see a login, from Canada and then four hours, 4, 5, 6 hours late, whatever, have a login from Hong Kong. It&#8217;s virtually impossible. So what our system does is, it goes back and says, okay, when was the last valid login?</p>\n\n\n\n<p>People say, you can&#8217;t tell that from a, from an access log. Again, access logs are not the only thing that we monitor. We also monitor the database so we can see who logged in, from where, with what user agent, so on, so forth. All that is recorded and kept.</p>\n\n\n\n<p>So we can say, okay, John logged in from Canada on Monday, and we see that he used the username and login, and bam. So he logged in and now, a day later, somebody from wherever, Hong Kong, or from a server suddenly just went right to the WP admin slash plugin dash install dot PHP, with a long query string, telling it what plugin to install.</p>\n\n\n\n<p>Plus you see in the database another access happening. So there&#8217;s a combination of things going on that when all correlated, paints a perfect picture of. Okay, this person, the person from Hong Kong, accessed with the session cookie, probably taken from John in Canada when he logged in the other day because it&#8217;s the same username, but now he&#8217;s in Hong Kong and they just installed a bogus plugin. So, it doesn&#8217;t take a rocket scientist to put all this together and say, yeah, okay, unequivocally, that was a stolen session cookie.</p>\n\n\n\n<p>[00:35:21] <strong>Nathan Wrigley:</strong> So if you go to the article, again, it&#8217;ll be linked in the show notes. You can see there are some log entries written out, or there&#8217;s a screenshot taken of this exact process. So you can see what&#8217;s going on, and what I&#8217;m inferring from this is if you were to just look at a handful of logs, just two or three log entries, pretty much everything would look benign.</p>\n\n\n\n<p>Any single log entry is going to appear broadly legitimate. Obviously if you&#8217;ve got a Chrome user agent dating back to, 2006, there&#8217;s probably something weird going on there. But broadly speaking, any one of those logs in isolation could be legitimate. It&#8217;s the picture that you are building up over time. You know the we had somebody in Canada. Now we have somebody in Hong Kong. They&#8217;re coming, they&#8217;re doing things, which it looks like they ought to have had to log in order to do. And you&#8217;re just building up this tapestry, this mosaic of different things and inferring, different things from that.</p>\n\n\n\n<p>Okay, so I think we&#8217;ve got a handle with that. Now we&#8217;re going to go towards the sort of middle of the article, and this is probably where we&#8217;ll round off this conversation because, you&#8217;ve summarized the findings from 2023 and you&#8217;ve got a couple of charts. One is a pie chart, which spells things out really easily. And this pie chart is called yearly distribution of hack root causes in 2023.</p>\n\n\n\n<p>And again, my intuition would&#8217;ve been plugins, themes, core, would&#8217;ve been the big slice of that pie. And your data is telling you that makes almost 33%. So it&#8217;s almost exactly a third, and I would&#8217;ve expected that to be significantly bigger.</p>\n\n\n\n<p>Compromised logins, so stolen through stealing the computer or just getting into a LastPass vault, or just asking somebody what their user name and password was, 7.2%.</p>\n\n\n\n<p>Now that leaves us with a remaining almost exactly 60%, almost two thirds is this stolen session cookie. So the takeaway that you&#8217;ve got is the vast majority of infections, hacks, whatever we want to call it, is coming via this mechanism. That&#8217;s fairly surprising. Was that something you expected to see?</p>\n\n\n\n<p>[00:37:39] <strong>Thomas J. Raef:</strong> Not at all. I fully expected to see more of the core, plugin, theme vulnerabilities. This was originally intended to, a, to see exactly where the numbers fall. But also I wanted to, with no request, but I wanted to share this information with Oliver from Patchstack.</p>\n\n\n\n<p>He&#8217;s got some valid data, a large amount of data, to show that this is how hackers are hacking is through vulnerable plugins and themes. But, yeah, it didn&#8217;t turn out that way at all. I was shocked, and I ran through the numbers so many times. I had to delay this report so many times because I was just like, no, this can&#8217;t be</p>\n\n\n\n<p>[00:38:20] <strong>Nathan Wrigley:</strong> Yeah, because it&#8217;s not the intuition that we have, it&#8217;s not the received wisdom. It&#8217;s not what we see being talked about online in blog posts and what have you.</p>\n\n\n\n<p>Interesting addendum to that pie chart though, is another chart which sits beneath it, and it&#8217;s more akin to a bar chart. But what it shows is that, if you were to take this month by month. So it takes that entire year and it divides it up into month by month, and you can see the data. And it does show that in certain periods of the year 2023, that intuition of it&#8217;s going to be plugins, themes, and core. That was in fact the case.</p>\n\n\n\n<p>For certain periods of time, plugins, themes, core was the dominant problem. And for example, your data is pointing that in April, 2023, plugins, themes, core was the major problem. And can you correlate that to some sort of zero day, or some widely used plugin, or some core update. Are you able to match that against a widely known problem with an external third party piece of software like a plugin?</p>\n\n\n\n<p>[00:39:26] <strong>Thomas J. Raef:</strong> plugin? Yes, right around that time is when the essential add-ons for Elementor was hit. That was huge. That particular point in time was right when essential add-ons for Elementor had a zero day, and hackers went crazy.</p>\n\n\n\n<p>[00:39:41] <strong>Nathan Wrigley:</strong> Okay, so what we&#8217;re learning from that is, or maybe I&#8217;ve got my intuitions wrong, but also I should say that the same sort of thing seems to have happened in July, and we could get into what was the problem there. But it seems that from your data, the hackers are agile in their approach to this.</p>\n\n\n\n<p>So in other words, if their primary vector during the year 2023 was stealing session cookies and there&#8217;s no major problems, no zero day exploits amongst WordPress plugins and themes. They&#8217;ll concentrate on the session cookie, because if there&#8217;s no big problems with plugins and themes, this is going to be our best vector of attack.</p>\n\n\n\n<p>Then they&#8217;ll drop that, and go to the plugin, theme attack at the moment where that looks like it&#8217;s going to offer the best, I really don&#8217;t mean to say the word best, but for them at least, it&#8217;s going to be more useful for them to flip over to attacking that particular zero day in a plugin or a theme or whatever it may be. And so they switch. So they&#8217;re not stupid.</p>\n\n\n\n<p>[00:40:42] <strong>Thomas J. Raef:</strong> They&#8217;re not. I tell people this all the time. I hate to give hackers credit, but they&#8217;re some of the smartest people in the world. I&#8217;ve said for years that if hackers ever focused on a cure for cancer, there&#8217;d be no cancer. These people are smart.</p>\n\n\n\n<p>The people who write the code, there&#8217;s various levels of hackers and, they&#8217;re not all super smart, but the ones who write the code, they&#8217;re extremely smart and yeah, and agile. As you can see. Like I said, I&#8217;ve had other people ask me why do you think that they shifted so much to stolen session cookies? Because just Google info stealers, and you&#8217;ll see just a plethora of information. Entire company&#8217;s dedicated to tracking info stealers.</p>\n\n\n\n<p>There&#8217;s a company in Israel that buys old computers from people, and they dissect these computers and find out that, how many info stealers are on these computers.</p>\n\n\n\n<p>It&#8217;s a huge market. Some people say, oh no, it&#8217;s, that rarely happens. No, it happens a lot. And it&#8217;s not just my information, it&#8217;s information from many other security companies on how prevalent this is.</p>\n\n\n\n<p>To me it lends credence to how effective something like a Patchstack is at preventing Infections through plugins and themes and core because, that&#8217;s what they do. That&#8217;s what they focus on. So to me hackers saw the writing on the wall. Okay more and more people are implementing processes and procedures to prevent us from hacking their core themes and, plugins.</p>\n\n\n\n<p>So we have to shift our focus here, and okay, we got all these info stealers that are running rampant. We&#8217;ll just have them steal session cookies too. Because, when you think about the whole spectrum of computer security. How are most attacks carried out? Oh, through an infected website. Well, how do you get those? Oh, let&#8217;s steal session cookies. One just feeds on the other. So it&#8217;s a logical progression for hackers, and they need them for phishing, infected websites for majority of their attacks.</p>\n\n\n\n<p>Steal session cookies. We don&#8217;t have to worry about 2FA. Seems like the whole world is starting to shift towards 2FA. Stolen session cookies bypasses 2FA. We get access to website. It&#8217;s like a perfect scenario for them.</p>\n\n\n\n<p>[00:42:59] <strong>Nathan Wrigley:</strong> So we&#8217;re used to the mantra of update plugins, update themes, keep WordPress core up to date. And nowadays inside a reasonably up-to-date WordPress website, there&#8217;s the option to automate all of that. And there are, you mentioned things like MainWP and ManageWP and what have you.</p>\n\n\n\n<p>There are these services which will assist you in that. But now we have this new problem of session cookies. Are there any bits of advice that you could give for remediating this problem? We touched on logging out as a really credible way of doing it, but is there anything else that you would advise a typical user of WordPress that they can do to, mitigate this? Because it does sound as if, if your session cookie is stolen, you really are putting your feet to the fire a little bit. So what can we do?</p>\n\n\n\n<p>[00:43:47] <strong>Thomas J. Raef:</strong> Other than logging out, you have two good options. The first one is Fortress by Calvin. He controls, the whole Fortress, is a, like a login system, if you will. That&#8217;s putting it lightly.</p>\n\n\n\n<p>But, it controls session cookies in a way that keeps them very short term, and forces auto log out and so forth.</p>\n\n\n\n<p>The other option is SolidWP. Nice thing about SolidWP is they tie the IP address into the session cookie. So guess what? Somebody steals your session cookie, they&#8217;re going to go use it from Hong Kong, they can&#8217;t. It&#8217;s a separate, it&#8217;s a different IP address. Case closed.</p>\n\n\n\n<p>[00:44:32] <strong>Nathan Wrigley:</strong> So there go. Three bits of advice. You&#8217;ve got a couple of services that you can use there, but also just log out. It&#8217;s a fairly surprising set of results that you came up with in 2023, and I guess on some level it is also, it&#8217;s kind of misery making in a way, isn&#8217;t it? Because it just demonstrates that the hackers are serious about this and they&#8217;re credible at what they do. And I guess it&#8217;s a process of just listening to advice from people like you and trying to stay one step ahead.</p>\n\n\n\n<p>I guess you&#8217;ll be doing this again in 2024, and we&#8217;ll see if the, ground has moved. Let&#8217;s hope it has, and that slice of the pie that 66% has in some way gone down.</p>\n\n\n\n<p>Thomas, if somebody wants to reach out to you and have a chat about this, talk about what it is that you do and what have you, where are the best places that they can find you?</p>\n\n\n\n<p>[00:45:22] <strong>Thomas J. Raef:</strong> They can email me. It&#8217;s traef, traef@wewatchyourwebsite.com. They can find me on Skype, We Watch Your Website.</p>\n\n\n\n<p>I&#8217;m on Facebook, as Thomas J Raef. You can ping me on Messenger. Like I said, I&#8217;m active in a lot of the Facebook WordPress groups, the admin bar, places like that.</p>\n\n\n\n<p>Pretty easy to find. I always like talking. Ping me, look me up. Get a hold of me. We&#8217;ll talk.</p>\n\n\n\n<p>[00:45:51] <strong>Nathan Wrigley:</strong> Thank you. Well, the ones that you mentioned, I will make sure to put into the show notes, but thank you so much for giving us that interesting information from the data that you gathered over the year 2023. Really fascinating. And Thomas, I appreciate you coming on the podcast and chatting to me today. Thank you so much.</p>\n\n\n\n<p>[00:46:08] <strong>Thomas J. Raef:</strong> Thank you, Nathan. It&#8217;s always a pleasure chatting with you. Be well my friend.</p>\n</div>\n\n\n\n<p>On the podcast today we have Thomas J. Raef.</p>\n\n\n\n<p>Thomas is the founder of We Watch Your Website, a company that has been removing malware from websites since 2007. During that time he’s seen many changes in the methods hackers use to take over a website, and that’s the focus of the podcast today.</p>\n\n\n\n<p>With hackers becoming increasingly agile in their tactics, targeting everything from plugins to session cookies, Thomas brings to the table data he’s gathered from 2023 that puts the spotlight on the evolving digital threat landscape.</p>\n\n\n\n<p>He explains how the system that he runs is able to gather a very large dataset about WordPress websites in real time. Recording data directly from the server, he’s devised systems which make sense of this data. He’s able to turn back the clock, and trace the stack of circumstances which lead to a website being compromised.</p>\n\n\n\n<p>We’re all used to hearing that plugins, themes, and sometimes WordPress Core, are the most likely culprits when something goes wrong. The story goes that out of date code, or a zero day is discovered and leveraged. Whilst Thomas does not doubt that this is true, he’s here to paint a somewhat different picture. A picture which puts the focus upon stolen session cookies as the most important factor in website attacks last year.</p>\n\n\n\n<p>Thomas explains what session cookies are, and why they unlock so much potential for a hacker. He tells us about the ways that session cookies are harvested, and ways that you can mitigate the problem.</p>\n\n\n\n<p>If you&#8217;ve ever been concerned about the security of your WordPress site or intrigued by the intricacies of cybersecurity, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://wewatchyourwebsite.com/\">We Watch Your Website</a></p>\n\n\n\n<p><a href=\"https://www.kaspersky.com/blog/cybersecurity-history-iloveyou/45001/\">ILOVEYOU worm</a></p>\n\n\n\n<p><a href=\"https://cyber.harvard.edu/newsroom/BadwareBusters\">Badware Busters</a></p>\n\n\n\n<p><a href=\"https://wewatchyourwebsite.com/the-real-attack-vector-responsible-for-60-of-hacked-wordpress-sites-in-2023/\">The Real Attack Vector Responsible for 60% of Hacked WordPress Sites in 2023</a></p>\n\n\n\n<p><a href=\"https://www.scylladb.com/\">ScyllaDB</a></p>\n\n\n\n<p><a href=\"https://fortress.snicco.io/\">Snicco Fortress</a></p>\n\n\n\n<p><a href=\"https://solidwp.com/security/\">Solid Security</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Feb 2024 18:27:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: ‘Support Inclusion in Tech’ is Fundraising to Sponsor More Marginalized WordPress Contributors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154423\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/support-inclusion-in-tech-is-fundraising-to-sponsor-more-marginalized-wordpress-contributors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3235:\"<p>Support Inclusion in Tech (SiNC) is now fundraising on the <a href=\"https://opencollective.com/support-inclusion-in-tech\">Open Collective (OC) Foundation</a>’s platform. Founded and spearheaded by <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina Hughes</a>, SiNC assists underrepresented WordPress contributors and provides financial support to WordCamp speakers for travel and hotels.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What is SiNC?</h2>\n\n\n\n<p>SiNC was proposed by Winstina Hughes in 2022 to mitigate the financial stress of underrepresented groups seeking to participate in WordPress events and was first tried in<a href=\"https://wptavern.com/wordcamp-us-trials-new-program-connecting-underrepresented-speakers-with-sponsors-for-travel-and-lodging-costs\"> WordCamp US 2022</a>. She advocates for a 5th freedom, envisioning “the freedom to experience a thriving community truly open to everyone through sharing of information about The WordPress Open Source Project at community events.”</p>\n\n\n\n<p>Interested candidates seeking travel and/or lodging assistance can confidentially register on the <a href=\"https://supportinclusionintech.com/apply-for-support/\">SiNC website</a>, entering an anonymous directory listing. SiNC then pairs them with sponsors who provide financial assistance by reimbursing necessary amounts. SiNC currently provides a Mentorship Program to all speaker applicants.&nbsp;</p>\n\n\n\n<p>Last year, 60% of applicants received assistance, and <a href=\"https://profiles.wordpress.org/shan003/\">Sharon Norah</a>, the co-lead for the WordPress Kampala community, became SiNC&#8217;s inaugural sponsored WordPress contributor.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Fundraising on Open Collective Foundation’s Platform</h2>\n\n\n\n<p>February is Black History Month and is the perfect opportunity to find long-term solutions to support the marginalized. Those interested can make one-time contributions to sponsor a speaker&#8217;s travel and/or accommodations. Winstina Hughes has been approached to explore expanding support to speakers participating in WordPress conferences beyond WordCamps.</p>\n\n\n\n<p>I reached out to Winstina, and this is what she had to say: “If absolute transparency speaks to your heart, this is my way to honor your donation and impact as we work together to reduce barriers to the full inclusion of underrepresented speakers worldwide,&#8221;&nbsp;</p>\n\n\n\n<p>SiNC&#8217;s fundraising effort deserves recognition, especially in the current climate where <a href=\"https://www.cnbc.com/2024/01/14/as-diversity-equity-and-inclusion-comes-under-legal-attack-companies-quietly-alter-their-programs.html\">companies face scrutiny</a> for their diversity, equity, and inclusion programs, prompting many to reconsider and rebrand their initiatives.</p>\n\n\n\n<p>We hope SiNC&#8217;s fundraising initiative succeeds, especially considering the discontinuation of another notable WordCamp assistance program, <a href=\"https://donatewc.org/\">DonateWC by Ines van Dijk</a>, due to the lack of a volunteer team. Rob Howard’s suggestion for <a href=\"https://masterwp.com/wordcamp-speakers-need-to-get-paid/\">paying all WordCamp speakers</a> is also yet to become a reality.&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Feb 2024 10:51:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Do The Woo Community: WooCommerce Plugins for Portugal with Marco Almeida\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=79152\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://dothewoo.io/woocommerce-plugins-for-portugal-with-marco-almeida/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:417:\"<p>Marco Almeida, WordPress and Woo plugin developer, talks about the niche of building WooCommerce plugins to meet the needs in Portugal.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/woocommerce-plugins-for-portugal-with-marco-almeida/\">WooCommerce Plugins for Portugal with Marco Almeida</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Feb 2024 09:26:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: The Perils of Hiring: A Cautionary Tale from A WordPress Business Owner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154408\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/the-perils-of-hiring-a-cautionary-tale-from-a-wordpress-business-owner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5607:\"<p>After being in the WordPress world for 15 years, I’ve made some incredible friendships and I’ve heard some crazy stories in regards to their WordPress business. Recently one of those friends reached out to share his latest experience, and I’m here to say it is one of the crazier ones. For privacy reasons, I’ve changed the names of both parties as well as the name of the agency.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><br /><strong>Introduction:</strong></h2>\n\n\n\n<p>As we all know, starting a business is not for the faint of heart. The statistics can be depressing as 20% of businesses fail within the first 2 years. Beating those stats and growing has become even more rare. After 10 years of being in business,finding and retaining skilled employees and developers has been the bane of Mike’s business growth, which is a crucial aspect of success for any agency. Mike as the lead developer and owner of WebEase, a US-based WordPress service agency, has recently had a lesson for others navigating the hiring landscape.<br /></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Background</strong>:</h2>\n\n\n\n<p>WebEase currently has a standard slate of full-time employees in various roles including, sales, marketing, customer support, operations, and design. What’s missing is another developer, as Mike is both owner and lead developer, building the business from the ground up. With the current situation as it is, Mike has struggled to keep up with adding needed features to the service, as well as customer requests, leading him to explore the option of hiring a senior developer to ease the workload.<br /></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The LinkedIn Connection:</strong></h2>\n\n\n\n<p>Enter Dave, a senior developer Mike discovered through <a href=\"https://www.linkedin.com/\">LinkedIn</a> who was “open to work”. After a few LinkedIn messages, emails, and finally an official interview via Zoom, Mike offered Dave the job. The onboarding process went smoothly, and Dave appeared to be a perfect fit for the team, wasting no time in getting the required software stack set up and installed per Mike’s instructions. However, within just two weeks, red flags began to surface, with communication becoming a significant issue. Dave remained unresponsive on all channels, causing concern from Mike. <br /></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Shocking Revelation:</strong></h2>\n\n\n\n<p>The situation took a dramatic turn when a third party from Ukraine contacted Mike via the website’s Contact Us form. They were claiming that they had not received payment for work performed for WebEase. At this point, Mike was a bit confused. Who were these people in the Ukraine? They did reference Dave in the contact form, but Mike was honestly baffled at that moment. To Mike&#8217;s surprise, it was revealed that Dave had subcontracted the work to an overseas company without informing anyone at WebEase.<br /></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Digging Deeper:</strong></h2>\n\n\n\n<p>To understand the extent of the situation, Mike logged into the company&#8217;s <a href=\"https://github.com/\">GitHub</a> repo with <a href=\"https://code.visualstudio.com/\">VS Code</a> and utilized the <a href=\"https://marketplace.visualstudio.com/items?itemName=waderyan.gitblame\">Git Blame</a> tool. This revealed the true scope of the situation, leaving Mike not only concerned about missed deadlines but also alarmed by the unknown developers who had gained access to WebEase&#8217;s codebase. Had they added code that could leave his customers exposed in any capacity? Realizing the severity of the situation, Mike took swift action, halting the outstanding payments to Dave(Mike pays his contracts using a credit card), informing Dave of what he had found, and emphasizing the potential irreparable damage to the sale of his company, which is currently in negotiations with a valuation starting at 6 million USD. In response, Dave denied any wrongdoing but faced with undeniable evidence, threatened legal action against WebEase. Mike stood his ground, asserting that Dave’s actions constituted fraud and posed a significant threat to the integrity of WebEase&#8217;s source code.<br /></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Aftermath:</strong></h2>\n\n\n\n<p>After documenting the entire situation with numerous screenshots of the emails between them, Mike&#8217;s credit card company sided with him, halting all payments to Dave as well as performing a chargeback for a few charges that had already been processed. Despite Dave’s initial defiance, he eventually went silent once again, not only leaving Mike to reflect on the red flags he had missed during the hiring process but also having to schedule time to review any code that was touched by Dave and the subcontracted developers. <br /></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion:</strong></h2>\n\n\n\n<p>So, where is Mike now? He is still searching for that honest senior developer though sadly, he has fallen further behind on adding features that would benefit his customers as code review takes time.&nbsp;&nbsp;</p>\n\n\n\n<p>Additionally, it turns out that Mike is not alone with this experience as there are just too many bad actors out there trying to make a quick buck and take advantage of over worked business owners.&nbsp;</p>\n\n\n\n<p>My hope is that other business owners/WordPress agencies can learn from Mike&#8217;s story, emphasizing the importance of due diligence, effective communication, and a vigilant approach to safeguarding the integrity of their codebase and business operations.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Feb 2024 01:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Adam Silver\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WordPress Photo Festival 2024, A Five Part Retrospective, Part 2, Volunteers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154383\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/wordpress-photo-festival-2024-a-five-part-retrospective-part-2-volunteers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:31923:\"<p>From February 3-10 the Kerala, India WordPress community hosted an International Photos event, to both boost the number of photos at https://wordpress.org/photos as well as increase the number of contributors.</p>\n\n\n\n<p>In this series we&#8217;ll talk with organizers, volunteers, and participants about how the event went as well as the community team, about how this event is a model for the second generation WordPress events.</p>\n\n\n\n<p><strong>In this particular we&#8217;ll meet volunteers Sadie-Michaela, Chetan, and Yogesh.</strong></p>\n\n\n\n<p>This article is available in Video, Audio, and transcribed text.</p>\n\n\n\n\n\n\n\n<p>Audio Edition</p>\n\n\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Transcription</h2>\n\n\n\n<p><span>[00:00:00]</span> <strong>Topher:</strong> Welcome to day two of our series on the WP Photos event that happened earlier this month. In this episode, we&#8217;re going to be talking to several volunteers. People that helped out to make the whole event happen very smoothly. I was very impressed as I talked to them to learn how tasks were dealt out and how much fun they had doing it.</p>\n\n\n\n<p>And how free they were to take part in the event while still being volunteers. We&#8217;re going to start today with Sadie. All right, welcome. Could you tell me your name and where you&#8217;re from?</p>\n\n\n\n<p><span>[00:00:53]</span> <strong>Sadie-Michaela:</strong> I&#8217;m Sadie and I&#8217;m from the Scottish Highlands. Sadie Michaela Harris. </p>\n\n\n\n<p><span>[00:00:58]</span> <strong>Topher:</strong> Ah, the Scottish Highlands. Is that them <span>[00:01:00]</span> behind you in your screenshot?</p>\n\n\n\n<p><span>[00:01:01]</span> <strong>Sadie-Michaela:</strong> Yes, right behind me in my screenshot. That&#8217;s Loch Glascarnoch just down the road from where I live. </p>\n\n\n\n<p><span>[00:01:05]</span> <strong>Topher:</strong> That&#8217;s beautiful. You are blessed to live in such a wonderful place.</p>\n\n\n\n<p><span>[00:01:10]</span> <strong>Sadie-Michaela:</strong> I just said it is very lovely, very beautiful. I do feel very blessed. </p>\n\n\n\n<p><span>[00:01:14]</span> <strong>Topher:</strong> Um, so we&#8217;re here to talk today about volunteering for the, um, international photos event that took place recently.</p>\n\n\n\n<p>And you were a volunteer, correct? </p>\n\n\n\n<p><span>[00:01:25]</span> <strong>Sadie-Michaela:</strong> I was a volunteer. Yeah, volunteer for the photos festival in Kerala. Yeah, earlier this month. </p>\n\n\n\n<p><span>[00:01:33]</span> <strong>Topher:</strong> What were your tasks? </p>\n\n\n\n<p><span>[00:01:36]</span> <strong>Sadie-Michaela:</strong> I made I moderated photos. And I made a short video about how to for people that were new to the photo directory, and how to upload and start sending in their contributions, I guess would be the way to describe it.</p>\n\n\n\n<p><span>[00:01:52]</span> <strong>Topher:</strong> All right, that sounds really cool. Little tutorial. Yeah. Oh, yeah, I didn&#8217;t know you made videos. </p>\n\n\n\n<p><span>[00:01:59]</span> <strong>Sadie-Michaela:</strong> <span>[00:02:00]</span> I don&#8217;t normally I just they asked could I do it? So I just thought </p>\n\n\n\n<p><span>[00:02:04]</span> <strong>Topher:</strong> Well, there you are. </p>\n\n\n\n<p><span>[00:02:04]</span> <strong>Sadie-Michaela:</strong> I had to follow screenshots and stuff to, yeah, screenshots and talk, talk through it and then share the shots on the, on the same, um, blog post that we added it to.</p>\n\n\n\n<p>So, yeah, it was, it was an amateurish job. Do pop by and have a look. </p>\n\n\n\n<p><span>[00:02:17]</span> <strong>Topher:</strong> I will. What do you think? Um, have you volunteered at a remote event before?</p>\n\n\n\n<p><span>[00:02:22]</span> <strong>Sadie-Michaela:</strong> Oh, sorry. I&#8217;ve volunteered, but nothing to do with WordPress. I&#8217;ve done other things, but my roles in other things, but nothing to do with WordPress, it was my absolute first, um, first, first opportunity to do that.</p>\n\n\n\n<p>So yeah, it was good fun. What did you think? I really enjoyed it. Um, I met obviously the people that I didn&#8217;t know before that were part of it chatting behind the scenes, um, the guys over in India and. We had a prolific amount of, uh, photos that were submitted. It&#8217;s certainly over, I definitely over 1500. I don&#8217;t know.</p>\n\n\n\n<p>It was really, it was a really successful <span>[00:03:00]</span> event. I felt and, uh, so many different, um, photographs, you know, as it always is, but, um, yeah, just really good, really, really positive people were engaging on social media or. Twitter mainly that I saw it shared on, um, so yeah, it was nice. People got involved and it swelled the directory for people to use on WordPress.</p>\n\n\n\n<p><span>[00:03:19]</span> <strong>Topher:</strong> Yeah.</p>\n\n\n\n<p>Did you interact much with other volunteers? </p>\n\n\n\n<p><span>[00:03:28]</span> <strong>Sadie-Michaela:</strong> I interacted more, just a couple, couple of them with the guys that actually were running it. Um, and not so much hugely outside of that because, um, probably to do with different time zones of where we all are. So on times when I had some time to moderate on photos or get involved with things.</p>\n\n\n\n<p>Not so much beforehand. Um, a little bit with the, the main guy that was, or, um, organizing it that I was interacting with, um, okay. Out there in Kerala. And, uh, he was the one that said, oh, you <span>[00:04:00]</span> know, can you, can you make a video for this? So that was, you know, sort of things that were happening behind the scenes and just messaging back and forth on Slack about what was coming up in the few days that were in the runup to the event.</p>\n\n\n\n<p>Yeah. Um, blocks going up and stuff like that. You know, there was a special website for the, for the event. Um. On the Word camp site. And, uh, yeah, it was just, um, people slowly contributing bits of other things. There were other people that had made videos on different kind of topics as well. So, yeah. All right.</p>\n\n\n\n<p><span>[00:04:29]</span> <strong>Topher:</strong> Um, the reason I&#8217;m asking these questions is because in a, in an in-person event, the volunteers often have a meeting at the beginning where they&#8217;re all together and then they work together, is in the halls and, and all of that. And it is a very different thing with, uh, a remote event. Um, did you feel well supported?</p>\n\n\n\n<p>Like you had everything you needed to do? The tasks that were set before you? </p>\n\n\n\n<p><span>[00:04:51]</span> <strong>Sadie-Michaela:</strong> Yeah, I think so. I mean, the only tasks really I was doing was that I made the video ahead of time and moderating photos. And I do <span>[00:05:00]</span> that anyway outside of the event for the directory. So I didn&#8217;t feel it was, um, yeah, I didn&#8217;t feel anything really unnatural at all, I have to say.</p>\n\n\n\n<p>Yeah, it was. It was good. Yeah, I don&#8217;t know. Maybe it&#8217;s I guess maybe it depends on the kind of person you are. And if you need reassurance, I could say that from my own side, I work for my own quite independent. So somebody else might, especially if they&#8217;ve been at an in person event, may find it a little bit different, shall we say, but not from I found it fine.</p>\n\n\n\n<p><span>[00:05:34]</span> <strong>Topher:</strong> Yeah. All right. Um, yeah, I&#8217;ve been quite encouraged by all that I&#8217;ve heard from from everyone who&#8217;s volunteered. Um, it, it went well, um, the post pandemic events and some post pandemic events have really changed how, uh, remote events work, the quality, um, the, the significance and <span>[00:06:00]</span> things like that. It used to be a remote event was kind of slapdash.</p>\n\n\n\n<p>You know, everybody get on zoom and we&#8217;ll talk for a while and we&#8217;re done and they&#8217;re quite different. Now. </p>\n\n\n\n<p><span>[00:06:13]</span> <strong>Sadie-Michaela:</strong> No, I completely agree. Even things, you know, in a smaller environment here where I am, I&#8217;m a community counselor and we&#8217;ve we held all our meetings because we needed to during the pandemic by zoom.</p>\n\n\n\n<p>Um, and we&#8217;ve, we&#8217;ve continued on because we, we live great distances apart and our area is so big. So especially during the winter months, it&#8217;s hugely helped have it going more professional and doing via zoom and teams and stuff. It&#8217;s really been helpful. </p>\n\n\n\n<p><span>[00:06:43]</span> <strong>Topher:</strong> Yeah. Well, that&#8217;s really great. Uh, would you do it again?</p>\n\n\n\n<p><span>[00:06:50]</span> <strong>Sadie-Michaela:</strong> Oh, definitely. Yeah, absolutely. I would. Yeah. I jumped on this one because it was, um, photo specific and I do, you know, I&#8217;m a prolific photo taker. Um, So <span>[00:07:00]</span> I like being involved in that. Um, but I would definitely, I wanted to go to a WordCamp and I thought there was going to be one, um, in England actually, although I&#8217;m up in Scotland.</p>\n\n\n\n<p>But it, it was advertised for a date last year and then it never materialised. So I&#8217;m not sure what happened with that. Yeah, it would be lovely to have something like that in Inverness. I would champion. Oh yes. Inverness, yeah, beautiful part of the world. And yeah, plenty of WordPress users up here. </p>\n\n\n\n<p><span>[00:07:27]</span> <strong>Topher:</strong> Well.</p>\n\n\n\n<p>All you have to do is apply. Maybe I&#8217;ll You could be, you could be able to eat organizer. Yeah. Maybe I&#8217;ll, </p>\n\n\n\n<p><span>[00:07:36]</span> <strong>Sadie-Michaela:</strong> maybe I&#8217;ll, how far in? I found they seem to be quite well planned. I know that those, um, word Camp Europe, for example, um, is Oh, yes. Upcoming. Been in the planning. Well, I guess at least since the last one that, um, took place.</p>\n\n\n\n<p>Mm-Hmm. . Yeah. </p>\n\n\n\n<p><span>[00:07:52]</span> <strong>Topher:</strong> Do you plan WordCamp Europe? </p>\n\n\n\n<p><span>[00:07:54]</span> <strong>Sadie-Michaela:</strong> I&#8217;m, like this, I&#8217;m quite busy and it&#8217;s quite far away, um, from where I am. So, <span>[00:08:00]</span> never say never, because I don&#8217;t ever say ever, but, um, never. It would be fun. It would be fun to make and stay a few days either side. Yeah. </p>\n\n\n\n<p><span>[00:08:11]</span> <strong>Topher:</strong> Yeah. Uh, well, I very much appreciate your time. I, uh, I&#8217;m excited to hear about your volunteering and how it went.</p>\n\n\n\n<p>And I&#8217;m excited to hear that you liked it and, and we&#8217;ll come back. Uh, do you have any advice for anybody else? Uh, both, both for bonus events and just regular remote events, uh, for </p>\n\n\n\n<p><span>[00:08:32]</span> <strong>Sadie-Michaela:</strong> volunteering. I would just say jump in and get involved and enjoy it. You&#8217;re sure to enjoy it. Um, yeah. Friendly, just jump in, have a go, give it a go would be my, my advice.</p>\n\n\n\n<p><span>[00:08:46]</span> <strong>Topher:</strong> After I finished talking with Sadie, I talked with Chetan from India. All right. I&#8217;m here with Chetan. And, uh, did you tell me your, your full name and where you live? </p>\n\n\n\n<p><span>[00:08:59]</span> <strong>Chetan:</strong> Hi, <span>[00:09:00]</span> I&#8217;m Chetan Trizavati. I&#8217;m living in Ahmedabad, it is in India. </p>\n\n\n\n<p><span>[00:09:05]</span> <strong>Topher:</strong> All right. Um, how far from Kerala? </p>\n\n\n\n<p><span>[00:09:10]</span> <strong>Chetan:</strong> It&#8217;s like, uh, around two hours flight from here.</p>\n\n\n\n<p><span>[00:09:14]</span> <strong>Topher:</strong> So, yeah. All right. That&#8217;s quite a ways. And, uh, you were a volunteer at the photos event? </p>\n\n\n\n<p><span>[00:09:23]</span> <strong>Chetan:</strong> Uh, yes, uh, I was a volunteer. I was helped to write the content in our local language. So people in our local language can understand how to contribute in Photo Festival.</p>\n\n\n\n<p><span>[00:09:35]</span> <strong>Topher:</strong> Sure. I heard that a lot of the documentation was in many languages.</p>\n\n\n\n<p>Yeah. Um, and you&#8217;re the first person I&#8217;ve met who actually wrote that. Um, what language was it? It was in Gujarati. Okay. Um, that&#8217;s really, that&#8217;s really cool.</p>\n\n\n\n<p><span>[00:09:50]</span> <strong>Chetan:</strong> That&#8217;s one of the things I admire about this event is that it was mostly people know, uh, they want to contribute, they don&#8217;t know how to start. So it will <span>[00:10:00]</span> help a local contributor </p>\n\n\n\n<p>as well.</p>\n\n\n\n<p><span>[00:10:03]</span> <strong>Topher:</strong> Sure. Um, what other roles did you have? Or was that it?</p>\n\n\n\n<p><span>[00:10:12]</span> <strong>Chetan:</strong> So, uh, I was, uh, like, uh, contributing to our, uh, community as well. So I, uh, more about the local community. They can participate. So, uh, I was, uh, like, uh, helping other contributors as well. Okay. </p>\n\n\n\n<p><span>[00:10:30]</span> <strong>Topher:</strong> Um, I was, uh, this is, this is a virtual event and at, at, um, in person events, a lot of times the volunteers are near each other, they hang out, they go to dinner for, you know, to get together.</p>\n\n\n\n<p>That doesn&#8217;t happen with virtual. Did you spend any time working with any other volunteers? Or were you just on your own most of the time? </p>\n\n\n\n<p><span>[00:10:52]</span> <strong>Chetan:</strong> Uh, uh, in virtual we don&#8217;t spend as much time like in physical event. But, uh, whatever you have a question, we directly <span>[00:11:00]</span> ask in our chatting or like we facing this issue.</p>\n\n\n\n<p>How can we help? So it is more like a connection on our messaging. Okay. That makes sense. </p>\n\n\n\n<p><span>[00:11:13]</span> <strong>Topher:</strong> Um, I, I am a strong proponent of both in person and virtual events for different reasons, and they both have their benefits and drawbacks. And I think one of the drawbacks is that the volunteers don&#8217;t get to assemble in one place and share and things like that.</p>\n\n\n\n<p>Um, but it still sounds like it was a good event. Did you, did you have a good time and, and you would take place again? You would do it again? </p>\n\n\n\n<p><span>[00:11:38]</span> <strong>Chetan:</strong> Yes, definitely. Because it&#8217;s a nice initiative to contribute so people can, they can upload whatever their creativity. Also, they want the good price. So they&#8217;re more encouraged by their contribution as well?</p>\n\n\n\n<p><span>[00:11:52]</span> <strong>Topher:</strong> Yes. Uh, did you contribute photos? Yes, I did. How many? </p>\n\n\n\n<p><span>[00:11:59]</span> <strong>Chetan:</strong> Yeah. <span>[00:12:00]</span> Yeah. I, I.</p>\n\n\n\n<p>16 photos were, uh, selected and with the WP Kerala because there are many photos in pending. So people are running with the photos. So we have to wait for our photos. Uh, </p>\n\n\n\n<p><span>[00:12:19]</span> <strong>Topher:</strong> right. Yes. Yes. Yes. Um, did you seek out the role of volunteer or did someone come to you and say, please, will you volunteer? Um, um, did you go seeking the role of volunteer?</p>\n\n\n\n<p>Or did someone come to you and ask you to be a volunteer? Uh, uh, </p>\n\n\n\n<p><span>[00:12:42]</span> <strong>Chetan:</strong> actually the lead organizer was, uh, asked me to help. How can, uh, how can we help? So I said, I definitely can help. So, uh, in our local community, because we have one of the large community in India. So it was, uh, uh, very good opportunity to <span>[00:13:00]</span> contribute for them.</p>\n\n\n\n<p>I ask them, whatever I can do, I&#8217;ll definitely </p>\n\n\n\n<p>help them.</p>\n\n\n\n<p><span>[00:13:08]</span> <strong>Topher:</strong> Excuse me. It sounds like they did a really good job reaching out because they reached out to me as well, and I know they reached out to other people around the world and I think that&#8217;s kind of kind of key, rather than wait for people to show up and say, here I&#8217;m going to work.</p>\n\n\n\n<p>Yeah, to actually reach out and ask.</p>\n\n\n\n<p><span>[00:13:23]</span> <strong>Chetan:</strong> Yeah, because sometimes people don&#8217;t know how to contribute because if, uh, if he had the, I don&#8217;t know, there is voluntary as well, because mostly in what you live in the, we hardly find volunteers, but he come to me that he needs help to promote the event. So it was really good.</p>\n\n\n\n<p>They need to do the core guys can contact all the people to help them. </p>\n\n\n\n<p><span>[00:13:46]</span> <strong>Topher:</strong> Sure. Yeah. My, my talk at WordCamp Asia last year was, was titled the power in the asking. Um, yeah, there is power in asking people to help. That&#8217;s always help. Yes. Yeah. <span>[00:14:00]</span> That&#8217;s always help. Yeah. Um, do you have any advice? Do you have any advice for people doing just virtual events, working, working virtual events?</p>\n\n\n\n<p><span>[00:14:12]</span> <strong>Chetan:</strong> Uh, for that they have to communicate like, uh, Uh, creating a post that they can, uh, get idea what is going to happen on each day with it. Because in virtual people, uh, don&#8217;t get usually the focus on the time, but for example, physical there are physical available in virtual, they can live in between of the time.</p>\n\n\n\n<p>So the, they have to be some, uh, good ideas, some good creativity so they can, uh, attract more. How can that, that even get helpful or they can even contribute for themselves. Okay, that&#8217;s great. For example, for example, the photo festival, they have a good prizes. So people increase more, they can contribute as more as photos.</p>\n\n\n\n<p>So they can, in reward, they can also <span>[00:15:00]</span> get some prizes. </p>\n\n\n\n<p><span>[00:15:02]</span> <strong>Topher:</strong> Okay. Do you have any advice for someone who might do another photos event like this? So imagine if it were not done at Kerala. Some, some other groups that were going to do the same thing. What would you tell them?</p>\n\n\n\n<p><span>[00:15:14]</span> <strong>Chetan:</strong> Oh, yeah. So, uh, in one they have to, uh, ask, uh, many volunteers.</p>\n\n\n\n<p>They can, uh, help to approve photos because in the, uh, in this event we are faced like a lot of people are waiting to approve their photos. Also, some sometime takes, were notating adding, but we all know that this is contributor as a volunteer because we have to wait as well. So in advance, if we can ask other people to contribute to like, uh, approval photos.</p>\n\n\n\n<p>So they can have a good amount of people they can help to upload photos so other people can contribute. So in less time they can get approval for the photos as well. </p>\n\n\n\n<p><span>[00:15:53]</span> <strong>Topher:</strong> Okay. That&#8217;s pretty great. </p>\n\n\n\n<p><span>[00:15:56]</span> <strong>Chetan:</strong> Um, I&#8217;m excited to see more <span>[00:16:00]</span> photo events. Uh, I think it&#8217;s pretty ideal for a virtual event. Um, and I&#8217;d like to see They have almost 12, 000 photos submitted in this event.</p>\n\n\n\n<p><span>[00:16:10]</span> <strong>Topher:</strong> Ah, yeah. Um, I like that it was based in a city but not Only in that city. So this one was Kerala. I&#8217;d like to see one in, uh, Sydney, Australia, or I&#8217;d like to see one, you know, any, any other city, um, and then see a bounce around the world to see how each city presents sort of like the Olympics or, or a global work camp.</p>\n\n\n\n<p>You know what I mean? </p>\n\n\n\n<p><span>[00:16:42]</span> <strong>Chetan:</strong> Yeah, it is like a city, but, uh, in Kerala is state. So, uh, for example, Kochi has a word game, but at this time, Yeah, this is the Kerala Photo Festival, so it is based on the street, but, uh, it is virtually one, so anyone can participate, <span>[00:17:00]</span> so mostly people have participated as much as they can.</p>\n\n\n\n<p><span>[00:17:06]</span> <strong>Topher:</strong> Yes. Well, thank you for your time. This has been really helpful. I&#8217;m excited to include you in my story. Thank you so much. My final volunteer for this episode is Yogesh. Hello there, can you tell me your full name and where you live? </p>\n\n\n\n<p><span>[00:17:24]</span> <strong>Yogesh:</strong> Okay, my name is Yogesh, Yogesh Londe. I live in Bangalore, India. </p>\n\n\n\n<p><span>[00:17:31]</span> <strong>Topher:</strong> And where&#8217;s Bangalore, generally speaking?</p>\n\n\n\n<p>North? South? </p>\n\n\n\n<p><span>[00:17:35]</span> <strong>Yogesh:</strong> Bangalore is south of India. It&#8217;s like right in the middle of the southern, towards the southern tip of India. </p>\n\n\n\n<p><span>[00:17:43]</span> <strong>Topher:</strong> Oh, okay. The warm </p>\n\n\n\n<p>part.</p>\n\n\n\n<p><span>[00:17:46]</span> <strong>Yogesh:</strong> Lovely, yeah. It&#8217;s warm part, but because of our altitude, we have cooler weather. Whenever it rains, whenever we have humidity, it&#8217;s lovely weather. It&#8217;s the city of perpetual springs.</p>\n\n\n\n<p>Ah, <span>[00:18:00]</span> well, that sounds like a great place to visit. You should, yes, definitely. </p>\n\n\n\n<p><span>[00:18:05]</span> <strong>Topher:</strong> All right. Well, we&#8217;re here today to talk about your role as a volunteer in the recent WP Photos event. Um, so let&#8217;s just dive right in. What was your task as a volunteer? What did you volunteer to do? </p>\n\n\n\n<p><span>[00:18:20]</span> <strong>Yogesh:</strong> Yeah, as a volunteer? Um, as a volunteer, uh, for the photo, uh, WP Photo , I was, my only task was to al uh, the attendees on the Zoom call at the inaugural and at the, it&#8217;s a tiny task, but I love doing it because it was, I was contributing to.</p>\n\n\n\n<p>That&#8217;s fantastic event that we sure. </p>\n\n\n\n<p><span>[00:18:49]</span> <strong>Topher:</strong> Yeah. Something I noticed on the, on the page for volunteers. There are many, many volunteers and from the ones I&#8217;ve talked to, they each had a very small job, which I kind of like because. <span>[00:19:00]</span> Yeah, it allows volunteers to, to be full attendees and not have to work the whole time.</p>\n\n\n\n<p>Um, but why did you get, why did you, uh, did you get selected for that job or did you choose that job? </p>\n\n\n\n<p><span>[00:19:13]</span> <strong>Yogesh:</strong> I chose that job. I volunteered, uh, to do something for the WPS and I was, I was selected for this. Okay. </p>\n\n\n\n<p><span>[00:19:28]</span> <strong>Topher:</strong> All right. Um, have you volunteered at a remote event before? </p>\n\n\n\n<p><span>[00:19:36]</span> <strong>Yogesh:</strong> I did volunteer, uh, remote event before with you.</p>\n\n\n\n<p>One of the events was with you. The. Yes. Uh, word Fest Live, which went Yes. Word </p>\n\n\n\n<p><span>[00:19:50]</span> <strong>Topher:</strong> Fest. Yeah, </p>\n\n\n\n<p><span>[00:19:52]</span> <strong>Yogesh:</strong> word Live twice. And, uh, I was an organizer at Word Camp India, uh, 2021. It was <span>[00:20:00]</span> online year, remotely. </p>\n\n\n\n<p><span>[00:20:01]</span> <strong>Topher:</strong> Oh, I remember that. Yeah. Um, how does, how does this event compare? &#8217;cause those are, well, I guess, uh, one was a word camp word dress was not a camp.</p>\n\n\n\n<p>Um, although it felt like one, um, how does it compare? </p>\n\n\n\n<p><span>[00:20:17]</span> <strong>Yogesh:</strong> Oh, well, this one is a very unique event. The focus was only on contributing to WordPress photo directory. And that&#8217;s a fantastic way to contribute to an open source project, especially, specifically WordPress. So the entry bar is quite low, so anybody can participate, anybody can take a lovely photo and, uh, share it with the world saying that I took this photo and you can use it the way you like.</p>\n\n\n\n<p>And that&#8217;s the only condition to contribute to WordPress photo directory. <span>[00:21:00]</span> And that was, um, that was what the whole WP Photo Kerala was about. So. That way, the, the, the aim of the program was, uh, contributing to WordPress Photos. So that way, the work that I was supposed to do was very little, minimal work, and it was very easy, but enjoyable.</p>\n\n\n\n<p><span>[00:21:26]</span> <strong>Topher:</strong> I&#8217;m really glad to hear that. Um, you know, I&#8217;ve been working on this story for a week and a half now, and I&#8217;m just now realizing how non exclusive, how inclusive this event was, um, a word camp by its very nature is exclusive. You pick 20 speakers and everybody else. Doesn&#8217;t take part. But with, with this photos event, every single person who showed up could <span>[00:22:00]</span> totally take part.</p>\n\n\n\n<p><span>[00:22:02]</span> <strong>Yogesh:</strong> Everybody is&#8230; it&#8217;s everybody&#8217;s event. My event is organized this event. I, I also clicked some photos and I contributed during this event. Um, yeah, </p>\n\n\n\n<p><span>[00:22:13]</span> <strong>Topher:</strong> well, that&#8217;s really cool. Um, was there, uh, what was internal communication like? Between volunteers, between volunteers and organizers, et cetera. Was there an organized system or was it just kind of track people down as you, as you need?</p>\n\n\n\n<p><span>[00:22:38]</span> <strong>Yogesh:</strong> Um, I, I&#8217;m not sure I was not on any of the, I, I&#8217;m not sure if the organizing team has their own Slack channel or anything, but, uh, I am, I communicated with the organizing team over, uh, uh, make WP Slack. And <span>[00:23:00]</span> whenever they need it, they will get in touch with me over WhatsApp or phone call because I&#8217;m, uh, I&#8217;m regularly in touch with them.</p>\n\n\n\n<p>And so I was given a primer what my role was. This is what you&#8217;re supposed to do. And if you need help, just contact me. And since my task was very minimal, so I didn&#8217;t need the specialized training or anything. And so I was just doing that task with Marshall. Muting or, uh, asking them to, you know, uh, turn on their microphones.</p>\n\n\n\n<p>So those, those were simple tasks, which I am already well aware of. So I did not need much. </p>\n\n\n\n<p><span>[00:23:45]</span> <strong>Topher:</strong> All right. Um, I&#8217;ve been, as I&#8217;ve been watching the event, that&#8217;s like. I didn&#8217;t watch the event very well. I was ill, but I&#8217;m looking back at it and I&#8217;m trying to think about, <span>[00:24:00]</span> um, what was done and why and how, how it might get done better.</p>\n\n\n\n<p>Maybe it&#8217;s perfect. I have noticed some things that are just really spot on and, and couldn&#8217;t be done better. Um, so I&#8217;m trying to decide if better communication is needed. And it sort of sounds like no, from the volunteers I&#8217;ve spoken to, like, no, I just, I was told what to do and I did my thing and, and it&#8217;s all good.</p>\n\n\n\n<p><span>[00:24:25]</span> <strong>Yogesh:</strong> Communication was just enough, just enough. So it was not overload of, you know, just enough, but, uh, even their, uh, communication over the website was fantastic. That was fantastic. Tell me about that. Attended was fantastic. You know, the, the blog posts on, uh, WP Photos Kerala were, um, was actually how to contribute to WordPress Photos directory.</p>\n\n\n\n<p>In many Indian languages. So, they had Maharashtra, <span>[00:25:00]</span> Tamil, Bengali, Nepali, Marathi. So many languages. So they&#8217;re like, you know, as you said, it was inclusive. Anybody who could, who wanted to learn how to contribute to what this photo directory, they could just go to the website and say, Oh, there is already a post in my own language.</p>\n\n\n\n<p>So if I don&#8217;t understand it very well, I could read that post in my own language and understand, yes, that&#8217;s so easy. What am I supposed to do? How do I do it? What are the conditions? And that&#8217;s, that makes sense. So. It&#8217;s, it&#8217;s, uh, it&#8217;s fantastic at many levels. Number one, it makes it inclusive. Everybody&#8217;s welcome.</p>\n\n\n\n<p>No matter what language you speak, which part of India, what language you speak, everybody&#8217;s welcome. Number two is they got the community involved. The people who do only translation, polyglot community. They don&#8217;t do anything. I mean, they might not have the skills to do a <span>[00:26:00]</span> photo edit, uh, photo approvals, uh, other, uh, coding, other things, but they were involved and they became part of it.</p>\n\n\n\n<p>Yeah. And, uh, so they got people excited about, uh, contributing to WordPress by translating, which is interesting. So it went across. Disciplines. Yes. Cross discipline collaboration. </p>\n\n\n\n<p><span>[00:26:29]</span> <strong>Topher:</strong> So I have a question for you. Um, I&#8217;ve made content in the past, targeted at India, and I&#8217;ve considered translating it. But I&#8217;ve been told by many people, I think maybe even by you, that English is all we need.</p>\n\n\n\n<p>Oh, yes. People speak English, that it&#8217;s not needed. What made this special? </p>\n\n\n\n<p><span>[00:26:49]</span> <strong>Yogesh:</strong> So, okay. Now, that&#8217;s, you&#8217;re right. So English is all we need when we come to WordPress dashboard. Or, uh, website menu, or, uh, <span>[00:27:00]</span> contact us page, or, uh, about us, uh, con, contact details. But when you want, when you want to tell the story, or when you want to give detailed instructions, uh, there are people who will benefit reading it in their own mother tongue.</p>\n\n\n\n<p>So, as, as, uh, as I, I&#8217;m saying. In case of Heropress, there are some essays which are already written by the author in their own mother tongue and in English. So, I like to read the essays, for example, in Marathi. I like to read the essays, for example, in some of the languages, like Persian. So, those essays, as you said previously, when people write in their own mother tongue.</p>\n\n\n\n<p>There&#8217;s no accent. Or when I&#8217;m reading in somebody&#8217;s mother tongue, that essay is without any accent. </p>\n\n\n\n<p><span>[00:27:55]</span> <strong>Topher:</strong> Yes. There&#8217;s no accent when you write in your own mother tongue.</p>\n\n\n\n<p><span>[00:27:59]</span> <strong>Yogesh:</strong> That&#8217;s true. <span>[00:28:00]</span> That&#8217;s true. That&#8217;s true. So I enjoy reading stories when people tell stories, narrate stories in their own mother tongue. That&#8217;s special.</p>\n\n\n\n<p>Same way, um, the documentation should be in the mother tongue because there are terms which people understand better in their own mother tongue. So for me, yes, I, I would read documentation predominantly in English, my first choice would be already English because I&#8217;ve always been doing that. </p>\n\n\n\n<p><span>[00:28:32]</span> <strong>Topher:</strong> So, right.</p>\n\n\n\n<p>There are many people that makes good sense.</p>\n\n\n\n<p><span>[00:28:42]</span> <strong>Yogesh:</strong> And so that, that way that it did make it special this time, yes. </p>\n\n\n\n<p>Yeah. And I, you know, I&#8217;ve had other people say that even if their English is excellent, knowing the other person took the time to translate it for their convenience <span>[00:29:00]</span> is special. Oh, </p>\n\n\n\n<p>yes. Oh, yes. Yes. </p>\n\n\n\n<p><span>[00:29:10]</span> <strong>Topher:</strong> All right. Uh, I don&#8217;t have any more questions for you.</p>\n\n\n\n<p>I really appreciate your time. Thank you for coming. Thank you for taking part in the photos project.</p>\n\n\n\n<p><span>[00:29:18]</span> <strong>Yogesh:</strong> Uh, lovely chatting with you. I have enjoyed talking to you. </p>\n\n\n\n<p><span>[00:29:23]</span> <strong>Topher:</strong> Yeah. And that brings us to the end of day two of our series about the WP photos project that took place internationally. Today, we spoke with volunteers tomorrow.</p>\n\n\n\n<p>We talked with some attendees and find out what it was like to go to an event where you didn&#8217;t necessarily rub elbows with anyone else, but everybody was there. See you tomorrow.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Feb 2024 21:28:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Gravatar: Gravatar Manifesto: One Profile, Everywhere\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1057\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://blog.gravatar.com/2024/02/27/gravatar-manifesto-one-profile-everywhere/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5744:\"<p class=\"has-medium-font-size\">Beyond the avatar with new, open-source tools</p>\n\n\n\n<p class=\"has-small-font-size\">Gravatar has been a humble profile picture service for over two decades. Your globally recognized avatar, linked to an email address, traveling with you around the web.&nbsp;</p>\n\n\n\n<p class=\"has-small-font-size\">With many <em>billions</em> of avatars served across sites like WordPress.com, Slack, GitHub, and ChatGPT.</p>\n\n\n\n<p class=\"has-small-font-size\">We want to give you a preview of the next evolution of Gravatar. Building on our legacy by empowering users to claim control of their digital identities and equipping developers with the open-source tools they need to build a better web.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">A New Approach to Identity</h2>\n\n\n\n<img width=\"660\" height=\"495\" src=\"https://gravatar.files.wordpress.com/2024/02/image-4-1.png?w=660\" alt=\"\" class=\"wp-image-1195\" />\n\n\n\n<p>Gravatar redefines online identity by linking it to an email address rather than a name. This subtle yet profound difference opens a world of possibilities — allowing you to curate multiple profiles for various facets of your life, whether work, family, or play.&nbsp;</p>\n\n\n\n<p>Even be anonymous. We support that, too!</p>\n\n\n\n<p>On sites and apps integrated with Gravatar, easily import and share profile details like your avatar, bio, and interests for a seamless and engaging experience.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Your Online Business Card</h2>\n\n\n\n<img width=\"660\" height=\"495\" src=\"https://gravatar.files.wordpress.com/2024/02/image-5-1.png?w=660\" alt=\"\" class=\"wp-image-1196\" />\n\n\n\n<p>What’s old is new again, and Gravatar is the original ‘link-in-bio’ tool. Every Gravatar account comes with a free public profile page.</p>\n\n\n\n<p>If you haven’t visited your profile in a while, now is an excellent time to check out the recent updates.&nbsp;</p>\n\n\n\n<p>Use the convenient QR code to share with those you meet in real life, replacing old-fashioned business cards. Add links to your social accounts, contact information, calendars, payment methods, and more. Look for new integrations and personalization settings in the months to come.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Privacy First Profiles</h2>\n\n\n\n<img width=\"660\" height=\"495\" src=\"https://gravatar.files.wordpress.com/2024/02/image-6-1.png?w=660\" alt=\"\" class=\"wp-image-1197\" />\n\n\n\n<p>With Gravatar, you always decide what information gets shared and when.</p>\n\n\n\n<p>You may choose to have your avatar and display name public. But you may want information like your phone number or your birthday private. Gravatar will ask you to confirm before sharing non-public data with a new site or app. And we’ll soon have tools to help keep up with where profile data is used.&nbsp;</p>\n\n\n\n<p>Users set permissions, developers build worry-free.</p>\n\n\n\n<p>A major benefit of Gravatar is that if you need to update any information, you can just do it once.&nbsp; The change is then instantly available to every site you’ve shared it with.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Let’s Kill Passwords</h2>\n\n\n\n<img width=\"660\" height=\"495\" src=\"https://gravatar.files.wordpress.com/2024/02/image-8.png?w=660\" alt=\"\" class=\"wp-image-1198\" />\n\n\n\n<p>We will soon release a new passwordless authentication service that can be added to any website or app. Logging in with Gravatar will be the simplest way to bring your profile with you to new sites and services.&nbsp;</p>\n\n\n\n<p>Stolen passwords result in data breaches and identity theft. Passwords are also a pain for all of us to manage, reset, and remember.</p>\n\n\n\n<p>Going passwordless with Gravatar&#8217;s oAuth service transforms login experiences by ditching traditional usernames and passwords for a more secure, convenient, and future-proof approach. It eliminates common vulnerabilities and reduces support drama around forgotten passwords or locked-out accounts.&nbsp;</p>\n\n\n\n<p>Gravatar&#8217;s authentication prioritizes your security. We use open standards, offer seamless Passkey integration, and provide free, developer-friendly tools (a WordPress plugin, mobile SDKs, and more).&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Powerful APIs For Developers</h2>\n\n\n\n<img width=\"660\" height=\"495\" src=\"https://gravatar.files.wordpress.com/2024/02/image-7-1.png?w=660\" alt=\"\" class=\"wp-image-1199\" />\n\n\n\n<p>Gravatar&#8217;s APIs offer developers unparalleled flexibility and power to customize user experiences using Gravatar profile data.</p>\n\n\n\n<p>The existing free API allows for easy implementation of avatars and basic profile details across websites and applications.&nbsp;</p>\n\n\n\n<p>Later this year, a new paid API service will extend this functionality with access to more data users have opted to share, including job titles, interests, contact details, and social connections. This expanded dataset will open up new possibilities for developers around e-commerce, CRM, content algorithms, fraud detection, and personalized user experiences.&nbsp;</p>\n\n\n\n<p>End users will always control when and if their data is shared.</p>\n\n\n\n<p>By leveraging Gravatar&#8217;s APIs, developers can significantly reduce user onboarding friction and tap into a vast network of millions of profiles for a more interconnected web experience.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Join Us On This Journey</h2>\n\n\n\n<p>Gravatar fosters a more connected, accessible, and user-centric internet.&nbsp;We are just getting started. We’d love to have you along for the ride.&nbsp;</p>\n\n\n\n<p>Subscribe to our blog below to be notified of future updates.</p>\n\n\n\n<p>Developers, <a href=\"https://docs.gravatar.com/join-beta-waitlist/\">join our beta waitlist</a> for early access to the tools coming soon.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Feb 2024 16:30:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.5 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/02/wordpress-6-5-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8180:\"<p>WordPress 6.5 Beta 3 is here and ready for testing!</p>\n\n\n\n<p><strong>This beta version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended you evaluate Beta 3 on a test server and site.</p>\n\n\n\n<p>You can test WordPress 6.5 Beta 3 in four ways:</p>\n\n\n\n<table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.5-beta3.zip\">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br /><code>wp core update --version=6.5-beta</code>3</td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#{%20%22preferredVersions%22:%20{%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20},%20%22features%22:%20{%20%22networking%22:%20true%20},%20%22steps%22:%20[%20{%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20}%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20},%20%22options%22:%20{%20%22activate%22:%20false%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20}%20]%20}\">6.5 Beta 3 WordPress Playground instance</a> to test the software directly in your browser without the need for a separate site or setup.&nbsp;</td></tr></tbody></table>\n\n\n\n<p>The current target date for the final release of WordPress 6.5 is <strong>March 26, 2024</strong>. That&#8217;s only four weeks away! Get an overview of the <a href=\"https://make.wordpress.org/core/6-5/\">6.5 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-5/\">6.5-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<p class=\"is-style-default\"><strong>Catch up on what&#8217;s new in WordPress 6.5</strong>: <a href=\"https://wordpress.org/news/2024/02/wordpress-6-5-beta-1/\">Read the Beta 1 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to test this release</h2>\n\n\n\n<p>Your help testing the WordPress 6.5 Beta 3 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. <a href=\"https://make.wordpress.org/test/2024/02/28/help-test-wordpress-beta-3/\">This detailed guide</a> will walk you through testing features in WordPress 6.5. For those new to testing, follow <a href=\"https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1\">this general testing guide</a> for more details on getting set up. </p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Vulnerability bounty doubles during Beta/RC</h2>\n\n\n\n<p>Between Beta 1, released on February 13, and the final Release Candidate (RC) scheduled for March 19, the <a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Beta 3 updates and highlights</h2>\n\n\n\n<p>WordPress 6.5 Beta 3 contains more than 45 updates to the Editor since the Beta 2 release, including more than 35 <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F21%2F2024..02%2F27%2F2024&milestone=6.5&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">tickets for WordPress Core</a>.</p>\n\n\n\n<p>Each beta cycle focuses on bug fixes; more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 2 using these links:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-02-21&until=2024-02-27\">GitHub commits for 6.5</a> since February 21</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F21%2F2024..02%2F27%2F2024&milestone=6.5&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">Closed Trac tickets</a> since February 21</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Double the haiku for Beta 3</h2>\n\n\n\n<p>Find a Beta bug,<br />it will help the team a lot,<br />and improve WordPress!<br /><em>&#8211; submitted by</em> <em><a href=\"https://profiles.wordpress.org/lada7042/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lada7042</a></em></p>\n\n\n\n<p>In code, dreams are bold,<br />WordPress&#8217;s story unfolds,<br />Beta journey&#8217;s told.<br /><em>&#8211; submitted by <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>huzaifaalmesbah</a></em></p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a></em>, <em><a href=\"https://profiles.wordpress.org/swissspidy/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>swissspidy</a>, <a href=\"https://profiles.wordpress.org/adarshposimyth/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>adarshposimyth</a></em>, <em><a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Feb 2024 16:27:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Lauren Stein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: FSE Outreach Experimental Loses Two Words, Gains New Life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154354\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/fse-outreach-experimental-loses-two-words-gains-new-life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7938:\"<p>Sometimes success means having to say goodbye. That’s sort of what happened to the FSE Outreach Program, newly launched as plain <em>Outreach</em>.</p>\n\n\n\n<p>The longtime facilitator of this initiative, Automattic Product Wrangler Anne McCarthy, <a href=\"https://make.wordpress.org/core/2023/09/07/evolving-the-fse-outreach-program/\">announced the upcoming changes</a> in September 2023:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>What started as an</em> <a href=\"https://make.wordpress.org/core/2020/05/01/an-experimental-outreach-project-for-full-site-editing/\"><em>experimental program in May 2020</em></a><em> with the expectation that the Site Editor would ship in the following 6 or so months turned into nearly 3.5 years of feedback loops, knowledge sharing, and community building. With WordPress 6.3 bringing Phase 2 to completion, it’s time for the FSE Outreach Program to evolve alongside the broader WordPress project and needs.</em></p>\n\n\n\n<p><em>The intention was to “get feedback about pain points to the right people faster and help keep us on track for Phase 2”. We did this! You did this.</em><br /><em>All good things must come to an end–or they need to adapt to continue to stay relevant. </em></p>\n</blockquote>\n\n\n\n<p>It was the culmination of consistent commitment to both expand the scope of testers and to nudge users to experiment with new features:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>The primary goal is to help improve the Full Site Editing experience by gathering feedback from WordPress site builders [&#8230;] the program also seeks to grow awareness and ability with full site editing features.</em></p>\n</blockquote>\n\n\n\n<p>As the adoption of the Site Editor (nee FSE, or Full Site Editing)<a href=\"https://wptavern.com/wordpress-2023-survey-block-editor-on-the-rise-positive-feeling-about-contributing-drops\"> continues to grow</a>, it’s time to refocus on discoverability and redefine the program’s goals.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Extending the Test Team</h2>\n\n\n\n<p>The first step—renaming the Making WordPress Slack channel to<a href=\"https://wordpress.slack.com/archives/C015GUFFC00\"> #outreach</a>—has been completed. But as culture has taught us—from William Shakespeare to failed rebranding endeavors—a new name doesn’t change the nature of the object it delineates.</p>\n\n\n\n<p>Birgit Pauli-Haack, leading the new program, sees Outreach as an enablement platform where site builders and extenders collaborate with core developers. With teammates Justin Tadlock and Nick Diego, she’ll coordinate the effort to recalibrate the program to further this partnership and deepen the community’s trust.</p>\n\n\n\n<p>In her <a href=\"https://make.wordpress.org/core/2024/01/29/proposal-whats-next-for-the-outreach-program/\">proposal post on the Core blog</a>, Pauli-Haack listed several use cases for the rebranded channel, aiming to keep it approachable, friendly, and wide-ranged—a destination for WordPress newcomers and professionals alike.</p>\n\n\n\n<p>“The FSE Outreach program made it clear that connecting in this channel facilitated participants’ first contributions and lowered the barrier to connecting with the open-source project,” says Pauli-Haack, clarifying that “because site builders and extenders regularly intersect, the channel’s content will be relevant to both user groups. There’s a lot of overlap of interests and concerns.”</p>\n\n\n\n<p>Outreach will be a place to:</p>\n\n\n\n<ol>\n<li>Connect with Developer Hours and Hallway Hangouts presenters beyond the live event.</li>\n\n\n\n<li>Resurface relevant content from the Dev Chat about upcoming features and call for testing from various teams.</li>\n\n\n\n<li>Collect feedback on breaking changes in future releases and provide answers and workarounds.</li>\n\n\n\n<li>Allow design and engineering teams to tap into this extended user base for input on GitHub issues and Trac tickets.</li>\n\n\n\n<li>Arrange ad hoc working groups for issues raised across social media that are outside the scope of the Support team.</li>\n\n\n\n<li>Provide support and resources to Meetup organizers.</li>\n</ol>\n\n\n\n<p>Rather than a link between support and marketing or even a dedicated end-user-oriented developer advocacy initiative, Pauli-Haack thinks of Outreach as an extension of the Test team: “It is part of the open-source process to build the software and close feedback loops, ideally before the next version is released or to help improve the current functionality. It is part of user testing in a broader sense.”</p>\n\n\n\n<p>A welcome side effect of the original program was the comeback of the Test team, whose members now post regular updates and proactively share testing instructions aimed at non-developers.</p>\n\n\n\n<h2 class=\"wp-block-heading\">No Bug Reports Needed</h2>\n\n\n\n<p>Two comments posted in response to the “What’s next” post echoed a long-standing obstacle, particularly for casual, non-technical contributors: how to encourage them to share feedback while lowering the barrier to entry associated with GitHub.</p>\n\n\n\n<p><strong>How will Outreach address these issues?<br /></strong>“The program is another way for site builders and developers to get comfortable contributing and collaborating on the open-source project. Any constructive and problem-oriented feedback is welcome, especially if it doesn’t fit into the guardrails of a bug report or a feature request. By discussion and collaboration, we discover the next steps to a possible solution.</p>\n\n\n\n<p>It’s also an opportunity for extenders to find an open ear for airing pain points on extending WordPress. Part of the extender Outreach is the Extensibility Issues Triage initiative. Each month, contributors from agencies and extenders go through the project board of identified issues, try to move them forward to get them reviewed and ultimately merged.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Group Endeavor</h2>\n\n\n\n<p>In the <a href=\"https://make.wordpress.org/core/2024/02/23/recap-hallway-hangout-whats-next-for-the-outreach-program/\">recap of the Hallway Hangout</a> dedicated to discussing these typical difficulties and possible ways to alleviate them, the team proposed actionable steps:</p>\n\n\n\n<ul>\n<li>Set up a GitHub team that contributors can ping when they want to gather early feedback from users.</li>\n\n\n\n<li>Encourage engineers to use the Outreach channel to request extenders’ feedback on new features earlier in development before they’re merged and shipped.</li>\n\n\n\n<li>Create a wishlist for upcoming releases to get users’ input on priorities. This overlaps with the <a href=\"https://make.wordpress.org/core/2023/11/27/summary-hallway-hangout-triage-extensibility-issue/\">Extensibility Issues Triage</a> initiative.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>The goal is to make the Outreach Program more accessible and sustainable, improve collaboration across teams, and help guide WordPress development through early and ongoing user and contributor input.</em></p>\n</blockquote>\n\n\n\n<p>Coming up with ideas is the easy part—making them happen is the real challenge. As Pauli-Haack mentioned, “This can only be a group endeavor if we want to broaden the reach and be a welcoming place for people interested in particular focuses of the software.“</p>\n\n\n\n<p><strong>How will you ensure that the channel remains focused, and balances sometimes conflicting needs and interests?<br /></strong>“These are ideas that come from knowing that non-contributors need to connect with contributors. We want to ensure an ongoing humming in the channel, letting people know what’s happening. As this is still a young initiative, we will see what will come of it. It’s version one, and we will continue to iterate.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Feb 2024 10:00:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronny Shani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Do The Woo Community: The Collaboration of the Interactivity API with WordPress and WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=79149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://dothewoo.io/interactivity-api-collaboration-wordpress-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:481:\"<p>WordPress and WooCommerce devs Carlos Bravo and Lucio Giannotta discuss the collaboration of WordPress core and Woo with the Interactivity API, a new framework for developers.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/interactivity-api-collaboration-wordpress-woocommerce/\">The Collaboration of the Interactivity API with WordPress and WooCommerce</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Feb 2024 10:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WordPress Photo Festival 2024, A Five Part Retrospective, Part 1, Organizers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154319\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/wordpress-photo-festival-2024-a-five-part-retrospective-part-1-organizers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39857:\"<p>From February 3-10 the Kerala, India WordPress community hosted an International Photos event, to both boost the number of photos at https://wordpress.org/photos as well as increase the number of contributors.</p>\n\n\n\n<p>In this series we&#8217;ll talk with organizers, volunteers, and participants about how the event went as well as the community team, about how this event is a model for the second generation WordPress events.</p>\n\n\n\n<p>In this particular we&#8217;ll meet organizers Bigul Malayi and Ajith R N.</p>\n\n\n\n<p>This article is available in Video, Audio, and transcribed text.</p>\n\n\n\n<p></p>\n\n\n\n\n\n\n\n<p>Audio Edition</p>\n\n\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Transcription</h2>\n\n\n\n<p><span>[00:00:00]</span> <strong>Topher:</strong> Hello! My name is Topher DeRosia. This episode begins a five part series on the WordPress photo festival, 2024 that took place February three through 10. We&#8217;ll talk to organizers, volunteers, and participants about how the event went as well as the community team, about how this event is a model for the second generation WordPress events.</p>\n\n\n\n<p>Before we get started, I&#8217;d like to provide some background for the event. At the State of the Word 2021, Matt announced the WP Photos project. A project to have the WordPress community submit photos for use by anyone in the world for any <span>[00:01:00]</span> purpose. As of today, there are over 15, 000 photos available in the Photos repository.</p>\n\n\n\n<p>The 2024 Photo Festival was an attempt to both boost the number of submitters as well as the number of photos. We begin our story talking with Biggle from Kerala. Biggle, can you tell me your full name and where you live? </p>\n\n\n\n<p><span>[00:01:27]</span> <strong>Bigul:</strong> Hi, good evening. I&#8217;m Bigul. My full name is e. Malai is my family name.</p>\n\n\n\n<p>I&#8217;m from,  South India, southern part of India. I live in a state called Kerala. And my city name is Kozhikode, Calicut. It is one, in the olden time it is very famous for,  what to say, spices. So many European traders came here for trading spices in the past. <span>[00:02:00]</span> </p>\n\n\n\n<p><span>[00:02:00]</span> <strong>Topher:</strong> Were those, were those the Portuguese? Like I know the Portuguese would go up.</p>\n\n\n\n<p><span>[00:02:04]</span> <strong>Bigul:</strong> Yes, yes, yes. Exactly. He landed here. He was,  then he started the colonization of India. Uh, okay. So the Portuguese came here and before,  Portuguese, we were in trade with Arabs and Chinese,  traders. So,  my city,  has been in touch, direct contact with the,  foreigners, different traders from the world.</p>\n\n\n\n<p>For more than 800 years. </p>\n\n\n\n<p><span>[00:02:32]</span> <strong>Topher:</strong> Wow. That&#8217;s really impressive. </p>\n\n\n\n<p><span>[00:02:34]</span> <strong>Bigul:</strong> And,  if you, yeah. And for rest of the, my,  state Kerala is in touch with the spice spreading and tea,  lot of,  commodity spread here since the time of Greeks and Romans. Hmm. Maybe you can find,  the, some ships of Ella Malabar coast in,  so,  the Solomon episode of Bible also.<span>[00:03:00]</span> </p>\n\n\n\n<p><span>[00:03:00]</span> <strong>Topher:</strong> Oh, yeah, I&#8217;ll bet. Yeah. Um, so we&#8217;re here today to talk about the WP photos event that happened there Uh, tell me about it. What is it for somebody who doesn&#8217;t know? </p>\n\n\n\n<p><span>[00:03:13]</span> <strong>Bigul:</strong> Okay. Um photo festival,  as everybody know,  We have no way to contribute back to weight plus since last two years and many people are involved in that project uh, because uh nowadays everyone carry good camera or Mobile.</p>\n\n\n\n<p>So we were able to click nice shots wherever we go. So we have a lot of contributors to the,  wait portal directory. There are thousands of contributors and,  uh, from our in Kerala, we have five meetup groups. And most of the time we organized the meetups and where camps together m took at that. So,  uh, we noticed many people from,  our community.</p>\n\n\n\n<p>We have a, uh. We have <span>[00:04:00]</span> three active with, with,  WhatsApp group and we have,  five meet groups also. So from there we noticed many,  people in our communities,  actively contributing to WebPress photo directory. And few of them,  the photos were selected in,  in our associated newsletters and uh,  also some other websites related to it.</p>\n\n\n\n<p>Press. Uh, especially like a good number of times, zero press, et cetera. So,  as a token of appreciation, people love to contribute more back to the WordPress photos. So,  as per the,  current status, many,  bedcams. Uh, or waitress meetup groups are organizing a photo walk. So be impressed from,  waitress Tokyo group.</p>\n\n\n\n<p>And they,  they used to do photo walks very often than other meetup groups. So <span>[00:05:00]</span> we decided to go,  something similar,  but they did so,  A few months back last year,  we went to a botanical garden nearby in Calicut,  that is hardly,  10 kilometers from my native,  I used to go there in the childhood,  because that botanical garden has a lot of,  plants.</p>\n\n\n\n<p>where it is more than thousands of plant varieties, especially they have a garden for ginger and bananas. Uh, it sounds like </p>\n\n\n\n<p><span>[00:05:33]</span> <strong>Topher:</strong> an ideal place for a photo walk. </p>\n\n\n\n<p><span>[00:05:35]</span> <strong>Bigul:</strong> Yeah. Yeah. Photo walk. So we&#8217;ve been there and also they have,  they have a very good pond for lotus and, um, water lilies. So And we were able to take a lot of photos there.</p>\n\n\n\n<p>And the funny thing is that actually we were only allowed to stay there for three hours, but that day we went there on a Sunday and that day was very rainy day and we were not able to <span>[00:06:00]</span> walk sometime because of the heavy rain. Thankfully, there were some,  kind of a shot,  uh, that way to understand.</p>\n\n\n\n<p>What to say? Some kind of a hut. Yeah. A shed hut, hut, hut, or roughly shed there. So we, we were able to sit there and we were able to talk about WordPress and general web development things. So it&#8217;s like extended a WordPress day. And we were 15 people and, um, Then,  we took more than six hours,  to,  Rob around botanical cat</p>\n\n\n\n<p>And uh, thankfully that day there were a coffee bar nearby, or there is a coffee bar. Actually, they were serving food also in the working days, but Sundays are day for them, so we were able to only able to drink coffee until four evening . Nice. So, but,  the, at. Most of the year was very chilly,  because it is very cool and rain was most of the time it was raining and we were able to take very good <span>[00:07:00]</span> photos.</p>\n\n\n\n<p>And I think more than 200 photos from that walk is already in the photo directory by different people. And a few are still remaining to upload those photos. Oh yeah. But still, it is very nice. After seeing,  that in those years from the,  and we also created few reels and . Sure. So it was very successful.</p>\n\n\n\n<p>Ah, yeah. When we shared it in the,  our community groups, meetup groups and uh,  WhatsApp group,  we got very good response then,  from the people and they want to be part of that. But,  in, so we thought that if we had taken 20 or 30 people to. Or a botanical garden,  because the photos will be similar,  because there is a limitation.</p>\n\n\n\n<p>There will be many photo duplications. Not sure. Yes. Yes. There are a lot of chances for that. So,  we started to think about how we can have a photo contributed day <span>[00:08:00]</span> and how we can differentiate from a photo market. Then we came with the idea about it. Uh, it was a half day for the contribution day. And we organized it in last year after 23 weeks after the photo book.</p>\n\n\n\n<p>Uh, and it went very well. Uh, it it was in last November, and it went very well. We were able to contribute another 200 photos from and most of the participants were different part of Kerala. Uh, so more than 60 people attend that event also. So,  that was a very interesting,  feedback from the people.</p>\n\n\n\n<p>And, but,  we,  there were a lot of positive feedbacks and one of the negative feedback was,  they&#8217;re not getting much time to contribute the photo. As we ah know. Uh, we can only upload,  five photo at a time and Right. We have to wait for the moderation. Uh, so we were looking for,  an option how we can, uh.</p>\n\n\n\n<p>We can make a remedy for this and <span>[00:09:00]</span> what will be the exact solution for this when we are organizing a photo walk or photo contributor day. So people want to contribute more than 10 or 15 photos. And we have to, we have to consider it as a part of the event, these photo sessions. So we were thinking about different models and Finally, we came up with the idea that still few people don&#8217;t know what, why we should contribute the photos and what are the methods we have to follow, what are the things we have to take care of.</p>\n\n\n\n<p>So we decided to have a different format. Uh, we plan to organize a photo festival and it&#8217;s fully dedicated for the contribution of WordPress photo directory. And we decided to. Run it as a one week program on the first day, we organized two orientation, one in the,  Asian morning time zone and one in the hour evening time.</p>\n\n\n\n<p>So the people from different <span>[00:10:00]</span> parts of the globe can attend even,  uh, the people from the American side also can attend because it will be early morning for them. So we organized two meetings. One is in the early morning time, time and evening time. So,  more than a hundred people attended both of the meetings,  all in one.</p>\n\n\n\n<p>And they, at, they came to,  know more about how we can contribute to the photo directly and what all are the things we have to take her about. What is the relevance of a CCO license, et cetera. Sure. We had a very interactive discussion,  on the both sessions. And people started to contribute and the interesting fact that our goal for this photo festival was 1000 photos to the photo directory in a one week time.</p>\n\n\n\n<p>On the first day itself, there are more than 400 photos submissions. And that is the first time the photo directory is facing that much load. Actually the moderators was busy. For the next one week, <span>[00:11:00]</span> because whenever you look to the photo directory, there will be more than 200 to 50 photos in the queue.</p>\n\n\n\n<p>Even on the last day, there were,  we spent a lot of time on Friday and also Saturday morning. And then also there were more than 60 photos,  submitted for our photo festival. So that was an immense response. Our goal actually, as like I mentioned before, our goal was thousand photos, but we were able to.</p>\n\n\n\n<p>I mean the pupil sub contributor more than around two, 2000 photos. But as you know, we cannot, there, there are few of the photos around 400 plus photos. Were not up to the mark. They have. Yeah. It always happens. They were matching tower guidelines, so it happens. So we were, we had to reject those photos because they, most of them were not up to the market because of different issues like clarity paid,  et cetera.</p>\n\n\n\n<p>So,  in, uh. After that also, even we <span>[00:12:00]</span> rejected 400 plus photos, there were,  thousand 544 photos contributed the WordPress photo directory as a part of that. And,  it is contributed by,  more than 160 contributors from different parts. </p>\n\n\n\n<p><span>[00:12:16]</span> <strong>Topher:</strong> And that&#8217;s, that&#8217;s just within one week.</p>\n\n\n\n<p><span>[00:12:17]</span> <strong>Bigul:</strong> Right. Yeah, within one week.</p>\n\n\n\n<p>Actually, the funny thing is that,  more than 300 people registered for the event, but thankfully only 170 people contributed. Otherwise, it will be a big, big, big, big,  delay will cause that to monitor the photos and moderate the photos. It will take a lot of, lot of time. It will not be possible to sort all the things in a one week time.</p>\n\n\n\n<p>So overall, we get a very good feedback and. It is,  it&#8217;s a nice way of contributing back to WordPress. </p>\n\n\n\n<p><span>[00:12:53]</span> <strong>Topher:</strong> Yeah. Uh, I do know the moderator struggled to keep up because they came in so quickly. Um, at one point <span>[00:13:00]</span> there was, I think a thousand in the queue. Um, I watch personally, I watch every photo go by in an RSS feed just for fun.</p>\n\n\n\n<p>And,  there&#8217;s usually 40 or 50 in a day. And I got up over 2000 in my reader before I could start catching up. And so that was crazy. Um, I personally was ill during that time. So I wasn&#8217;t able to moderate or even attend. And so, and I&#8217;m one of the moderators. So,  that put extra weight on some of the others.</p>\n\n\n\n<p>Uh, Marcus Burnett is a moderator and he was at a word camp. And so,  it was, it was a pretty stressful time. I don&#8217;t think anybody expected that volume. Um, and it was. It was pleasantly international. Uh, you know, it was India heavy, but that&#8217;s okay. It&#8217;s that was. That&#8217;s your home, your home base. But I saw people from all over the world contributing, and that <span>[00:14:00]</span> was very encouraging.</p>\n\n\n\n<p>Um, I&#8217;m excited to see other cities,  other States around the world,  pick up the mantle and. And do something similar, um, sort of like the Olympics, you know, where,  it&#8217;s, it&#8217;s international, but it&#8217;s really about the city. </p>\n\n\n\n<p><span>[00:14:25]</span> <strong>Bigul:</strong> Yes. Yes. We can consider,  because,  after this,  when we can conclude the photo festival, most of the participants were checking when will be the next event.</p>\n\n\n\n<p>So of course we have to think about a bigger vision, maybe next year,  in a bigger manner. </p>\n\n\n\n<p><span>[00:14:46]</span> <strong>Topher:</strong> Um, tell me about the future. Have you, have you already thought about,  doing another one yourself? Have you thought about, or has anybody approached you and said, Hey, we&#8217;d like to do this <span>[00:15:00]</span> also. </p>\n\n\n\n<p><span>[00:15:01]</span> <strong>Bigul:</strong> Yeah, we got a very good feedback from the community because community,  because few approach, I mean, a few community organizers in touch with us, they, they.</p>\n\n\n\n<p>told told us that they will be doing something similar as a part of their webcam. Uh, not in a bigger, bigger manner, but a kind of a smaller version of this. Uh, so I, I hope,  it will be followed by,  many other communities and people want a bigger version of this. Uh, so maybe,  next year we can, we can plan a bigger one.</p>\n\n\n\n<p>Yeah, I, in a sense, what I mean that,  actually that,  many people contributed more than 30, 40 photos and they want to contribute more. And also the thing is that. They were not getting enough time to contribute as they,  they want because,  many, <span>[00:16:00]</span> uh, participants conducted us through different social media channels, even a few of them contacted us directly, directly because they have our,  phone numbers or WhatsApp numbers.</p>\n\n\n\n<p>So they, they ping me directly and say, why my photo is spending queue for last two days. I have tons of photos with me. I want to contribute. I want to contribute. What, well, when you will be moderate. Okay.</p>\n\n\n\n<p><span>[00:16:25]</span> <strong>Topher:</strong> Uh, so that&#8217;s, that speaks to some of the logistics that we need to take care of. Yeah. Particularly around moderators.</p>\n\n\n\n<p><span>[00:16:31]</span> <strong>Bigul:</strong> Yeah. So yes, please carry on, </p>\n\n\n\n<p><span>[00:16:36]</span> <strong>Topher:</strong> but we have enough moderators for daily submissions. It&#8217;s working fine. Yes, exactly. But so that&#8217;s not going to scale. So, yeah, points that out. This is a good stress test for the for the system. </p>\n\n\n\n<p><span>[00:16:51]</span> <strong>Bigul:</strong> Yes, exactly. So, but we can do that. Uh, we can,  we can in touch with moderators. Uh, in advance.</p>\n\n\n\n<p>If this time <span>[00:17:00]</span> we only pinged them, um, just around two weeks before the event. Next time we can make a,  a long plan and we can ping them in advance, two, three months advance. So they can be ready. They can devote some time on that particular two, three weeks. And we can give people,  more than a week or 10 days or 15 days.</p>\n\n\n\n<p>Contributing to the WordPress photo directory. So everybody will get enough time to contribute their good photos to the photo directory. And also,  uh, so there will not be any hurry. So we will get enough submission also. And also as a moderator, we will get enough time to moderate it. And,  for,  for us, it will get enough.</p>\n\n\n\n<p>time to sort out the photos and announce the winners rather than we keep doing in a one or two days. Uh, so,  that is our plan. And also,  many people,  be discussed in person multiple <span>[00:18:00]</span> times. Many people want to contribute to the WordPress photo directory, but they&#8217;re not willing to create an account in WordPress.</p>\n\n\n\n<p>org or they are not willing. Submit the photos one by one and when we, when we were,  sharing this group in a few of the professional photographers we know and they shared it in their WhatsApp group about this. Uh, so immediate response is that, is it possible to send the photos,  send the photos via email?</p>\n\n\n\n<p>Uh, so that is the normal practice. Yeah. Normal practice here. Uh, some,  when a online media or a,  regular media conduct the event for the photo festival like this,  for example, nature for the festival or,  by wildlife photograph festival. There are a few photo festivals happens here most of the time.</p>\n\n\n\n<p>Uh, by conducted by some organizations or online,  uh, agencies like that. They will only ask them to send the <span>[00:19:00]</span> photos we have made. So they were expecting the same from us. So,  we expect a few,  professional photographers participations, but unfortunately we only get less than 10,  from our state,  because of this.</p>\n\n\n\n<p>So next time we will think of a way to include them also. Uh, so we have to work on that. Uh, we need,  if we get one or two volunteer to monitor this, we will surely consider this. </p>\n\n\n\n<p><span>[00:19:28]</span> <strong>Topher:</strong> Yeah. I know, I know that there are develop professional developers in the world who became professional developers because of WordPress.</p>\n\n\n\n<p>I&#8217;m going to be really curious to see if we get professional photographers. Grow out of this program. Yes, exactly. That would be really great. </p>\n\n\n\n<p><span>[00:19:49]</span> <strong>Bigul:</strong> Yeah, we are hoping for that also. But there is also another problem is that,  they, they are ready to share a few of them are ready to share, but they are not willing to <span>[00:20:00]</span> share in a license.</p>\n\n\n\n<p><span>[00:20:02]</span> <strong>Topher:</strong> Right?</p>\n\n\n\n<p><span>[00:20:03]</span> <strong>Bigul:</strong> Yes. That is a difficulty. Yeah, that&#8217;s a difficulty. And so at least we missed a few great photos because of that, but we can compromise with that,  because we, that&#8217;s one of the most important thing in our guideline. Sure. </p>\n\n\n\n<p><span>[00:20:21]</span> <strong>Topher:</strong> Yeah. Um, I&#8217;ve given some thoughts to that and we, I think we as a community need to do a better job of communicating why it&#8217;s worthwhile to, for a professional to submit some photos.</p>\n\n\n\n<p>Uh, under the CC zero license, um, they never want to give anything away. It didn&#8217;t make sense. It it&#8217;s their culture. Um, but I think, I think we can convince them that it&#8217;s, that it&#8217;s worth it in some ways. Um, so that&#8217;s, that&#8217;s something we can learn from this project. </p>\n\n\n\n<p><span>[00:20:56]</span> <strong>Bigul:</strong> Yes. And also,  a few of <span>[00:21:00]</span> the,  Professional photos submitted in our,  Event as a part of this event get wider recognition.</p>\n\n\n\n<p>One of them is,  selected as the 15, 000 photo. Yeah. There was a tweet from Waitress,  Twitter handle about,  15, 000 photos and one of the professional photos submitted as a part of the event is selected for that. Ah, that&#8217;s great. The one, maybe you remember the blue one, um, of uh,  Kingfisher, blue Kingfisher?</p>\n\n\n\n<p>Yes, I do. It&#8217;s, yeah, it is selected as one of the,  best photos of,  our photo festival. </p>\n\n\n\n<p><span>[00:21:40]</span> <strong>Topher:</strong> Ah, that&#8217;s great. Um, I&#8217;d like to talk to you for a few minutes about,  organizers. I noticed you have a lot of them. Mm-Hmm, . Um, my, my local work camp usually had four. What did you have 20 or something like that? <span>[00:22:00]</span> </p>\n\n\n\n<p><span>[00:22:00]</span> <strong>Bigul:</strong> Yeah, I actually,  as I told you before,  we conducted, I mean, we organized this event as a,  on the band banner of it, the Scarlet community.</p>\n\n\n\n<p>Uh, we have,  uh,  for community with respect to community here. So,  all these organizers from that group. Okay. And they are part of our,  last two, three bedcams also. And we worked as a team since we started. So all of them were part of this event in a different, different way. </p>\n\n\n\n<p><span>[00:22:32]</span> <strong>Topher:</strong> So what kinds of, what kinds of different things did they do?</p>\n\n\n\n<p>I mean, okay. So it&#8217;s not a, it&#8217;s not a word camp, so you&#8217;re not getting a venue. You&#8217;re not, you know, all that stuff. What, what did they do for this event? </p>\n\n\n\n<p><span>[00:22:47]</span> <strong>Bigul:</strong> Um, actually,  most of us were in the part of,  in the initial process itself. So,  as, as I described before, a few minutes before we started it as a <span>[00:23:00]</span> photo walk in the first, then we organized as a photo direct, I mean, a photo contributor after they contributed dates.</p>\n\n\n\n<p>Then we decided to go for a photo festival. So all this idea came when we sit together,  in different Zoom calls. So all of them has their own suggestions and we were discussing about the, the, so it took three, four meetings,  That will from a photo up to photo festival. So everyone was part of the discussion and they were sharing their idea in our group.</p>\n\n\n\n<p>So, so we have a WhatsApp group and telegram group for this. And also we have a slack group. So we were discussing a lot of things, how to, how to execute in a better manner. So,  a lot of suggestions came from all of these people and, and also they, they shared about this event in their,  all, all possible ways, like,  they&#8217;re in between their friends and <span>[00:24:00]</span> family in between their colleagues.</p>\n\n\n\n<p>Okay. In a different way. So that is why we get a wider,  spread of this event in a short time, actually as a part. As a part of our budget, there was,  250 allocated for online campaign,  especially for the Instagram ads. Uh, but,  in the, on the first day, we, our plan was to execute it on, after we,  we organize the first orientation, the first day orientation and to wait for the response, how will be the response.</p>\n\n\n\n<p>And thankfully,  we got a very good response on the first day itself because of this,  indirect collaboration with the people like friends, family, colleagues, et cetera. So that helped, that helped a lot. Uh, so we were able to,  do the promotions in a very short,  short time because of this wider <span>[00:25:00]</span> base.</p>\n\n\n\n<p><span>[00:25:01]</span> <strong>Topher:</strong> Right. </p>\n\n\n\n<p>I really like that. Um,</p>\n\n\n\n<p>I&#8217;m accustomed to a lead organizer deciding what the tasks are and then assigning them to as many contributors are as needed, which might be four or five or whatever for an event, or at a very large event, maybe, you know, a dozen or so. But I really like the idea of people coming to the meeting and saying, I think we should do this, and I&#8217;m willing to do the work.</p>\n\n\n\n<p>And so now I&#8217;m an organizer, you know, um, that&#8217;s very, very,  open source, you know, to come to the group and say, I&#8217;m going to do this work for this project. </p>\n\n\n\n<p><span>[00:25:47]</span> <strong>Bigul:</strong> Actually, we always tell one thing, we always tell one thing here. Uh, we, we are trying to execute that. Like there is a famous verse from Three Musketeers, one for all, all for one.</p>\n\n\n\n<p><span>[00:25:59]</span> <strong>Topher:</strong> <span>[00:26:00]</span> Yes. Yeah, that&#8217;s really great. </p>\n\n\n\n<p><span>[00:26:04]</span> <strong>Bigul:</strong> Okay. And also,  uh, the important thing is that we also get a very good support from other Indian community,  like,  for example, maybe you have noticed that,  Sadie has created a. video also pinged us to,  join us a volunteer. Uh, okay. So she created, she created a article,  she write, wrote an article in our,  event,  event site about how to contribute to web water directly with a good video.</p>\n\n\n\n<p>So people were able to,  if a people, if a person reading that article,  he or she will be able to,  get a clear understanding of how to contribute to a web photo directory. So, </p>\n\n\n\n<p><span>[00:26:46]</span> <strong>Topher:</strong> uh, that was translated too as well, right? </p>\n\n\n\n<p><span>[00:26:48]</span> <strong>Bigul:</strong> Yeah, yeah, yeah. Uh, so be conducted. So,  in our internal discussion,  this idea came that,  we can translate this, the article to different Indian languages.</p>\n\n\n\n<p>Then we <span>[00:27:00]</span> conducted,  some of our, I mean, most of our community here, and we were able to, um, Translated to multiple languages like Tamil,  Canada, Hindi, Marti,  Gujarati, Bengali, Nepali. Okay. Uh, we have translated these master languages, so,  that&#8217;s really great. Yeah. So it, it,  it gave. , it, it, it helped us to get a,  uh, wider recognition e even in the community, and people were able to read,  read the article in their languages and they were able to,  contribute to the,  photo directory without much hassles.</p>\n\n\n\n<p>So,  it helped a lot. </p>\n\n\n\n<p><span>[00:27:43]</span> <strong>Topher:</strong> Yeah. That&#8217;s, that&#8217;s pretty cool. Um, I interviewed Sadie and,  in a couple of days he&#8217;ll be able to watch. Okay. Nice. The interview about her making that video. Okay. Um, I think that&#8217;s it <span>[00:28:00]</span> for today. Okay. I really appreciate your time. Okay. Thank you very much. Um, you&#8217;ve been very patient throughout the entire interview process.</p>\n\n\n\n<p><span>[00:28:09]</span> <strong>Bigul:</strong> It&#8217;s been a journey for both of us. It&#8217;s a pleasure to talk to you because you are one of our men in the photo. I thank you very much. Actually, we, we, we started to contribute after seeing the efforts you have taken for the photo directory, especially you, Michelle and Marcus. </p>\n\n\n\n<p><span>[00:28:31]</span> <strong>Topher:</strong> Uh, well, thank you very much.</p>\n\n\n\n<p>We really appreciate that. It&#8217;s nice to hear. </p>\n\n\n\n<p><span>[00:28:36]</span> <strong>Bigul:</strong> Okay. Thank you very </p>\n\n\n\n<p><span>[00:28:37]</span> <strong>Topher:</strong> much. Bigul was not the only organizer by a long shot. There were quite a few. I also interviewed Ajith. So tell me your whole name and where you&#8217;re from. </p>\n\n\n\n<p><span>[00:28:49]</span> <strong>Ajith:</strong> Yeah. My name is Ajit R N. So I&#8217;m from Cochin, Kerala. It&#8217;s a Southern state of India.</p>\n\n\n\n<p><span>[00:29:00]</span> So yeah, basically I live near. Uh in the middle of the sea and the mountains so Okay, it&#8217;s </p>\n\n\n\n<p><span>[00:29:08]</span> <strong>Topher:</strong> uh, yeah, it&#8217;s on the uh, it&#8217;s on the Western shoreline, right? Yeah. Yeah, that&#8217;s right. Yeah, I know I kind of keep track of things by by their relation to mumbai and I know mumbai is about halfway down on the west And so you guys are like, so halfway between the bottom and Mumbai, right?</p>\n\n\n\n<p><span>[00:29:30]</span> <strong>Ajith:</strong> No, actually South actually we are,  no, no, actually we are way below that. So we are the bottom part of the India on the left side. Okay. If you see Yeah. the hot part. . Yeah. . Yeah. </p>\n\n\n\n<p><span>[00:29:45]</span> <strong>Topher:</strong> So, yeah. Okay. So,  tell me what you did with the WP WP Photos event that happened recently. </p>\n\n\n\n<p><span>[00:29:54]</span> <strong>Ajith:</strong> Okay. Uh, basically my role was to take care of all the <span>[00:30:00]</span> website and all the design side of things.</p>\n\n\n\n<p>So I did most of the website and all the facilitated all the things for the registration. And also we did some small apps to display the live feed of the photos. Oh, nice. Yeah. Right. Yep. Yeah. Also we got some leaderboard too. So anyway, since the event is over, I think that&#8217;s finalized. So yeah. Okay. So basically my role was to mostly doing all the technical stuff, I guess.</p>\n\n\n\n<p>So, yeah. Yeah. That&#8217;s it. </p>\n\n\n\n<p><span>[00:30:38]</span> <strong>Topher:</strong> Yeah. Your title was organizer. Yeah. Yeah. That&#8217;s correct. I was surprised. There are quite a few organizers. What was it like 10 or something like that? </p>\n\n\n\n<p><span>[00:30:46]</span> <strong>Ajith:</strong> Yeah. Yeah. Yeah. Something like that. So we basically,  we are a group of organizers. So,  whenever there&#8217;s an enemy, we call a meeting and everyone will <span>[00:31:00]</span> input, </p>\n\n\n\n<p><span>[00:31:00]</span> <strong>Bigul:</strong> uh, </p>\n\n\n\n<p><span>[00:31:02]</span> <strong>Ajith:</strong> we will do their parts.</p>\n\n\n\n<p>So that&#8217;s it. Yeah, since this was a,  we didn&#8217;t get enough time to prepare all. Uh, prepare for the event. So like we just got approval and in the next one week or one and a half week, we just, there&#8217;s, there&#8217;s only a short amount of window. So most of us didn&#8217;t have free enough time to go through the whole process.</p>\n\n\n\n<p>So a bunch of us came together and we did, and yeah, it&#8217;s, that&#8217;s basically. Okay. </p>\n\n\n\n<p><span>[00:31:43]</span> <strong>Topher:</strong> Um, Bigger mentioned he was the main point of contact. Well, okay. So I asked him if he was lead organizer and you&#8217;d not say yes. He said it was main point of contact. Was there a lead organizer? Was there one person or was it just like main point of <span>[00:32:00]</span> contact was by default?</p>\n\n\n\n<p>Yeah, actually, </p>\n\n\n\n<p><span>[00:32:03]</span> <strong>Ajith:</strong> uh, he was, yeah, actually we didn&#8217;t,  specifically any lead organizer, so, because. Actually, initially he came up with this idea, so we all communicate through him and he really, yeah, if, if you say, if you, if he can be said, who is the leader, I think it&#8217;s, we can tell it first, so, yeah, that&#8217;s right.</p>\n\n\n\n<p>Anyway, we didn&#8217;t get into that conversation, so we, </p>\n\n\n\n<p>we work as a group. </p>\n\n\n\n<p><span>[00:32:33]</span> <strong>Topher:</strong> All right, that makes sense. Have you, um, organized, been on an organizing team for a WordCamp before? </p>\n\n\n\n<p><span>[00:32:46]</span> <strong>Ajith:</strong> Yes, I did. So actually I was part of the two editions of WordCamp Cochin. Okay. And one edition of WordCamp Kerala we conducted last year.</p>\n\n\n\n<p><span>[00:32:58]</span> <strong>Topher:</strong> So my question related <span>[00:33:00]</span> to that is, how is this different from an organizer standpoint? </p>\n\n\n\n<p><span>[00:33:05]</span> <strong>Ajith:</strong> Yeah, since this is a purely online event, so there is no interaction with people physically. So basically that was a challenge. In some way, or maybe we can say the, we can cut out a few of our teams. Like we don&#8217;t need to organize a venue or, and all things related to that.</p>\n\n\n\n<p>So basically, yeah. So anyway, the reason we choose to go for an online event, because since it was basically a contributing photos to the photo directory, and if you do it on one day, we. May not have get enough photo contributions. So if it was a <span>[00:34:00]</span> longer event or an online event, then everyone can participate.</p>\n\n\n\n<p>So with their own time. </p>\n\n\n\n<p><span>[00:34:08]</span> <strong>Topher:</strong> Okay. So would you say it&#8217;s easier, harder or just different?</p>\n\n\n\n<p><span>[00:34:16]</span> <strong>Ajith:</strong> I think it&#8217;s just different. So it&#8217;s,  not an easy path. So, yeah, so, </p>\n\n\n\n<p><span>[00:34:23]</span> <strong>Topher:</strong> yeah, I can imagine some parts would be easier and some parts would be harder. </p>\n\n\n\n<p><span>[00:34:26]</span> <strong>Ajith:</strong> Yeah, yeah, some parts would be harder. So the organizing the talks and all the things, the interaction between the,  attendees.</p>\n\n\n\n<p>So that was a bit different from an in person event. So I&#8217;m not sure if we get enough,  networking experience or networking opportunities. With these online events, so Sure, yeah. That, yeah, that&#8217;s an issue. So, but the easy parties,  like I mentioned before, we don&#8217;t need to worry about the venue and the core setup for <span>[00:35:00]</span> the speakers and all sort of things related to that.</p>\n\n\n\n<p>So, yeah, that&#8217;s, that makes sense. </p>\n\n\n\n<p><span>[00:35:07]</span> <strong>Topher:</strong> Yeah. That, yeah, that. Um, let&#8217;s talk about the future a little bit, um, specifically for a photos event, not just virtual, but specifically for a photos event, what would you do differently in the future, especially from your standpoint is as the tech guy, what would you build differently?</p>\n\n\n\n<p>How would you come at it? </p>\n\n\n\n<p><span>[00:35:30]</span> <strong>Ajith:</strong> Uh, so I think,  the easiest way is to,  we can build a efficient. A system to, I mean, display the photos. So currently we have some limitations with the API, how we get the photos and display them. So sometimes it&#8217;s harder to get all the info we need in one go or something like that.</p>\n\n\n\n<p>And <span>[00:36:00]</span> the other thing we might need to change is,  if we can accept more photos from a user, but that&#8217;s a Uh, I think it&#8217;s different. So if you get more photos from one person, I think it&#8217;s a bit harder to moderate. So I think the other thing, the one thing I would do differently is,  the, if we can serve first come first,  uh, maybe we can approve the photos of the person who submitted it first.</p>\n\n\n\n<p>So maybe that way everyone will get a decent chance. So. Right. Something like that. So, yeah, I think, I know some of the,  photos from the users. So since the Q and the admin is random, so maybe some of the photos of, from a user will come to us to moderate regularly. So, yeah. And I think,  also in the recent update, <span>[00:37:00]</span> they fixed the sorting issue with the date.</p>\n\n\n\n<p>So maybe that will help in the future. So, and the other thing,  maybe. Uh, we can,  this, this time, I think we didn&#8217;t get enough time to plan things perfectly. So yeah, we did in the short amount of time we got. And so maybe next year, if we are,  planning to do this kind of event, mostly I think prefer a hybrid kind of event, maybe.</p>\n\n\n\n<p>Some if anyone can anyone wanted to attend the event in person, they can and also if it&#8217;s going to be a longer even like this, maybe at one week or something like that. So sure. Yes. Maybe the initial day we can <span>[00:38:00]</span> just gather like a regular webcam and we all have the token. Or the opportunity to do the networking and or some of those things.</p>\n\n\n\n<p><span>[00:38:08]</span> <strong>Topher:</strong> So, um, you mentioned more time to prepare. How much did you take? How much did you have? Just one week? </p>\n\n\n\n<p><span>[00:38:17]</span> <strong>Ajith:</strong> I think less than two weeks. So that&#8217;s </p>\n\n\n\n<p><span>[00:38:19]</span> <strong>Topher:</strong> okay. So if I wanted to do one of these myself, I should plan on three or four weeks preparation. </p>\n\n\n\n<p><span>[00:38:28]</span> <strong>Ajith:</strong> Yeah, that would be perfect. So I,  the main reason is we need to prepare the site and the contents.</p>\n\n\n\n<p>So once it&#8217;s ready, I think,  the rest is,  spread the spreading the information around the community. So what we did was we just reach out to all our friends in the community and they share the or the social media post. So that&#8217;s the, right, that&#8217;s how we get all the attendees. So we didn&#8217;t <span>[00:39:00]</span> do any like,  a promotion or social media advertisement Right.</p>\n\n\n\n<p>Or anything like that. So it&#8217;s, it&#8217;s mostly, I I heard that word of mouth, so yeah. That&#8217;s it. </p>\n\n\n\n<p><span>[00:39:11]</span> <strong>Topher:</strong> Yeah. That was very impressive. And it worked well. It got me, I mean, Yeah, that&#8217;s, that&#8217;s why I was there. Yeah, pretty great. Okay. </p>\n\n\n\n<p><span>[00:39:21]</span> <strong>Ajith:</strong> The, the other thing we did differently is we,  translate the how to post in different local languages.</p>\n\n\n\n<p>Right. So, yes. So that way we will get more inclusion from different part of the region. So in India,  there is Officially 26 or 30 or something like that. Language is this standard. </p>\n\n\n\n<p><span>[00:39:47]</span> <strong>Topher:</strong> So, right. Yeah. And you personally translated all of them, right? No, no, no, no. </p>\n\n\n\n<p><span>[00:39:56]</span> <strong>Ajith:</strong> I think I only can read one or two of the languages.<span>[00:40:00]</span> </p>\n\n\n\n<p>Some I can,  understand and some I can speak. So maybe only I can read and write. </p>\n\n\n\n<p><span>[00:40:08]</span> <strong>Topher:</strong> So, yeah. What are your main, what, what are those two that, you know, are really well? </p>\n\n\n\n<p><span>[00:40:13]</span> <strong>Ajith:</strong> Actually, my,  mother tongue is Malayalam, so. Okay, yeah. Yeah, yeah. So, the other,  I can talk in English, so. Great, yeah. It&#8217;s not an official language in India, anyway.</p>\n\n\n\n<p>But we all speak, communicate in English, since everyone knows it. The other two languages I speak, Tamil. Yeah. So it&#8217;s, yeah. That&#8217;s nearby. And the other is Hindi. Yeah, it&#8217;s nearby. Oh, yeah. And also, yeah, Hindi, so I know a little bit of Hindi. And so, and also I know some Canada or something like that. </p>\n\n\n\n<p><span>[00:40:48]</span> <strong>Topher:</strong> Um, I have, I have my translation badge on wordpress.</p>\n\n\n\n<p>org. I have, I have translated WordPress <span>[00:41:00]</span> into Canadian, Australian, and British. Okay.</p>\n\n\n\n<p>That&#8217;s how far multilingual I am. </p>\n\n\n\n<p><span>[00:41:13]</span> <strong>Ajith:</strong> Okay. So, all right. So from English. Yeah. </p>\n\n\n\n<p><span>[00:41:19]</span> <strong>Topher:</strong> Yeah. Well, thank you very much for your time. I appreciate </p>\n\n\n\n<p><span>[00:41:23]</span> <strong>Ajith:</strong> it. Okay. </p>\n\n\n\n<p><span>[00:41:24]</span> <strong>Topher:</strong> Um, and,  I look forward to talking to you, talking to you again. Okay. Good. Sure. </p>\n\n\n\n<p><span>[00:41:31]</span> <strong>Ajith:</strong> Thank you. All right. </p>\n\n\n\n<p><span>[00:41:32]</span> <strong>Topher:</strong> Bye bye. And that&#8217;s our story for today. I hope you enjoyed it. Be sure to stop by tomorrow.</p>\n\n\n\n<p>We&#8217;re going to talk to some volunteers from the event and find out what it&#8217;s like to work at an event where you don&#8217;t really interact with the attendees. Or the organizers or anyone else. What&#8217;s it like to run, not just a virtual event, but a photo walk like </p>\n\n\n\n<p><span>[00:42:00]</span> this. I&#8217;ll see you tomorrow.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Feb 2024 19:40:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: WordCamp Canada (WCEH) Announces Call for Speakers, Sponsors &amp; Volunteers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154309\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/wordcamp-canada-wceh-announces-call-for-speakers-sponsors-volunteers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6294:\"<div class=\"wp-block-group has-neutral-100-background-color has-background is-layout-constrained wp-container-core-group-is-layout-1 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">tl;dr</h2>\n\n\n\n<p>The first-ever <a href=\"https://canada.wordcamp.org/2024/\"><strong>WordCamp Canada</strong></a> is callin&#8217; out for Speakers, Sponsors, and Volunteers, ready to bring the community together, post-pandemic style. It&#8217;s a beaut chance for all us Canadians to showcase what makes us unique, from our love for poutine to our bilingual chats, all while diving deep into WordPress, inclusivity, and Indigenous perspectives. So, grab your toque and let&#8217;s make it a good one, buddy!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<p>Neighbour. </p>\n\n\n\n<p>You have no idea how good it feels to drop that little ‘u’ in there. It’s also a great word to lead into a conversation about the first-ever <a href=\"https://canada.wordcamp.org/2024/\">WordCamp Canada</a> launching its Calls for Speakers, Sponsors, and Volunteers.</p>\n\n\n\n<p>Post-COVID many local meetup groups and WordCamps are facing headwinds as the habits of getting together must be re-learned. Facing such headwinds, a group of Canadians has decided that the best way to reboot the community across the country is to host a national WordCamp.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>&#8220;Many meetups fell dormant during the pandemic and we couldn’t keep up. This is an opportunity for those existing communities, as well as those communities yet to come to come together and maybe find their people.[sic]&#8221;</em></p>\n<cite>Shanta, WCEH Organizer</cite></blockquote>\n\n\n\n<p>As a fellow Canadian who loves <a href=\"https://www.britannica.com/topic/poutine\">poutine</a>, wears a <a href=\"https://www.thecanadianencyclopedia.ca/en/article/tuque\">toque</a> outside in the winter and has often been described as <a href=\"https://www.bbc.com/travel/article/20150311-can-canada-teach-the-rest-of-us-to-be-nicer\">nice</a>, I’m excited to see us celebrating our national identity and inviting others to participate.</p>\n\n\n\n<p>With WordCamp US a regular event, you may be wondering why the Canadians felt the need to have something similar. After all, they’re right next to each other and it’s not difficult to travel between the two countries.&nbsp;</p>\n\n\n\n<p>Welcome to the conundrum that is being Canadian. Because we are different. It is different here and how we view the world, technology and our role in all of it is also different.&nbsp;</p>\n\n\n\n<p><a href=\"https://www.queensu.ca/strathy/sites/stratwww/files/uploaded_files/publications/volume8/Barr-Gillberry-Wp8.pdf\">Sorry</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>“Many think we’re the same, but we face some very different challenges, including those challenges because we are so close to the US. [WCEH] gives Canadians and Canadian companies the chance to shine. When many of those companies would get swept up at places like WCUS, they can shine at WCEH!”</em></p>\n<cite>Shanta, WCEH Organizer</cite></blockquote>\n\n\n\n<p>Our roads are bumpier and we drink milk from bags. We’re an officially bilingual country where the <a href=\"https://www12.statcan.gc.ca/census-recensement/2021/as-sa/98-200-X/2021013/98-200-X2021013-eng.cfm\">majority speak one language</a>. We’re open to immigration in ways that might intimidate other countries (humble brag). </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Stunned by the size of these giant milk bags sold in supermarkets in <a href=\"https://twitter.com/hashtag/Canada?src=hash&ref_src=twsrc%5Etfw\">#Canada</a>! <a href=\"https://twitter.com/hashtag/milk?src=hash&ref_src=twsrc%5Etfw\">#milk</a> <a href=\"https://twitter.com/hashtag/travel?src=hash&ref_src=twsrc%5Etfw\">#travel</a> <a href=\"https://t.co/HDVKVDicqo\">pic.twitter.com/HDVKVDicqo</a></p>&mdash; Carol C (@carolchan9394) <a href=\"https://twitter.com/carolchan9394/status/911077079382462465?ref_src=twsrc%5Etfw\">September 22, 2017</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>While many outside of Canada view it as a <a href=\"https://www.cbc.ca/news/canada/montreal/maple-syrup-vault-tour-1.6279797\">maple syrup-hoarding</a> place of multiculturalism and inclusivity, we’re also reckoning with our colonial past and our treatment of Indigenous Peoples and <a href=\"https://www.thecanadianencyclopedia.ca/en/article/racialized-minorities\">racialized Canadians</a>.</p>\n\n\n\n<p>To keep this national conversation at the forefront, the <a href=\"https://canada.wordcamp.org/2024/call-for-speakers/\">Call for Speakers</a> at WordCamp Canada has placed particular emphasis on topics related to accessibility, underrepresented voices, multilingualism and indigenous communities.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>“[There] exists an increasing acknowledgement of the need for conscious efforts towards “<a href=\"https://www.rcaanc-cirnac.gc.ca/eng/1450124405592/1529106060525\">a renewed nation-to-nation relationship with Indigenous Peoples based on recognition of rights, respect, cooperation and partnership.”</a> This has informed our desire to focus on indigenous empowerment and perspectives, as well as accessibility, inclusivity, and underrepresented communities in general.”</em></p>\n<cite>Paul &amp; Gina, WCEH Organizers</cite></blockquote>\n\n\n\n<p>The organizing team also expressed their interest in exploring how Open Source and WordPress ideals intersect with Indigenous principles. I’m personally excited to see a WordCamp place particular emphasis on these kinds of topics, it feels very, um, Canadian. Perhaps that’s the point.</p>\n\n\n\n<p>So <a href=\"https://foreignlingo.com/canadian-slang-for-friend/\">buddy</a>, if you’re looking for a WordCamp to put on your calendar, join me and my fellow <a href=\"https://www.yukon-news.com/letters-opinions/a-beginners-guide-to-moose-herding-6967796\">moose-herding</a> canucks in my hometown of Ottawa, Canada this July 11-13 for the inaugural WordCamp Canada.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Feb 2024 15:36:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"James Giroux\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Gutenberg Times: Gutenberg Changelog #96 – Gutenberg plugins versions 17.6 and 17.7, Mega Menus, Interactivity API and WordPress 6.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=27679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-96/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:65431:\"<p>In this episode, Tammie Lister and Birgit Pauli-Haack discuss Gutenberg Changelog #96 &#8211; Gutenberg plugins versions 17.6 and 17.7, Mega Menus, Interactivity API and WordPress 6.5</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-96/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-96/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special Guest: Tammie Lister</h2>\n\n\n\n<ul>\n<li>@karmatosed on Twitter, WordPress, GitHub</li>\n\n\n\n<li>WP Product Talk podcast, <a href=\"https://twitter.com/WPProductTalk/status/1760349021175259185\"><strong>Designing for the Future of WordPress</strong></a><br /></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Community Contributions</h2>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/58773\">Proposal for Core Blocks in the Directory</a></li>\n\n\n\n<li><a href=\"https://nomad.blog/2024/02/16/overlapping-problems/\">Overlapping problems</a> by Anne McCarthy</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/02/19/hallway-hangout-lets-chat-about-overlapping-problems-in-the-site-editor/\">&nbsp;Hallway Hangout: Let’s chat about overlapping problems in the Site Editor</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s Released: </h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2024/02/wordpress-6-5-beta-1/\">WordPress 6.5 Beta 1</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2024/02/wordpress-6-5-beta-2/\">WordPress 6.5 Beta 2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/31/whats-new-in-gutenberg-17-6-31-january/\">What’s new in Gutenberg 17.6? (31 January)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/02/14/whats-new-in-gutenberg-17-7-14th-february/\">What’s new in Gutenberg 17.7? (14th February)</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2024/02/episode-73-inside-the-interactivity-api/\">Episode 73: Inside the Interactivity API</a></li>\n\n\n\n<li><a href=\"https://nickdiego.com/experimenting-with-block-based-mega-menus/\">Experimenting with block-based mega menus</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in active development or discussed</h2>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/57537\">Section Styling, Colorways, and Typesets for WP 6.6</a></p>\n\n\n\n<p>Meetup:&nbsp;<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298634463/\" target=\"_blank\" rel=\"noreferrer noopener\">How to build modern web layouts with WordPress blocks</a></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Hello and welcome to our 96th episode of the Gutenberg Changelog podcast. Today, we&#8217;ll talk about Gutenberg plugins version 17.6, 17.7, WordPress 6.5 and some more and it&#8217;s exciting times in the WordPress space. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a full-time core contributor for the WordPress Open Source Project sponsored by Automattic, Five for the Future Program. So happy to have Tammie Lister again with me here on the show, and thank you for taking the time again. And so, Tammie, how are you today and what are you working on these days?</p>\n\n\n\n<p><em>Tammie Lister</em>: Hi, I&#8217;m really pleased to be here. So I&#8217;ve been working on some many fun projects. I&#8217;ve been working on classic themes. I&#8217;ve been also working on some custom projects with new products and sites, and I&#8217;ve been also working on supporting products through a project called Guildenberg. Yeah, I&#8217;ve been just working on some really fun stuff lately and enjoying and embracing that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wonderful. Yes, so what&#8217;s Guildenberg?</p>\n\n\n\n<p><em>Tammie Lister</em>: Guildenberg is a guild of products. So it&#8217;s an app store and it&#8217;s also supporting members who are just dealing with partnerships and also a collective together of people who are creating products and looking at different ways that we can support each other and support through. There&#8217;s going to be more on that as it goes. Initially, it&#8217;s an app store. It started with a Black Friday deal and it&#8217;s going on from there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome. Awesome. Speaking of product, you also were recently on the podcast, WP Product Talk and talked with Zack Katz and Amber Hynes about designing for the future of WordPress, which started with a question, &#8220;What is the future of WordPress?&#8221; But it was a really good insight into how the feedback loop needs to be closed between product builders and those who built the software on top, on which they built the products.</p>\n\n\n\n<p>I think it&#8217;s a very good shout out to say, &#8220;Okay, just don&#8217;t take it all, like the weather, it&#8217;s never going to change. You have to adapt.&#8221; It&#8217;s also something that I think the Gutenberg developers are open to a lot of feedback when it comes to extensibility. It might not be the right time when it comes, but it will be definitely open. And thank you for making that shout out there as well. There was a lot of other good stuff in the talk.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah, it was really good to talk. And also I think sometimes people on both sides, you need to hear it. I know when I was creating both Guildenberg, I really just needed to hear and sometimes I didn&#8217;t. You don&#8217;t know what you don&#8217;t know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right.</p>\n\n\n\n<p><em>Tammie Lister</em>: But also as I kind of said in the podcast, it&#8217;s really easy to think, &#8220;Oh, well if I log it&#8217;s never going to do it.&#8221; I did it the other day. I logged something about short codes. Will it get in? Probably not, but it&#8217;s probably going to start a conversation about that because really, it&#8217;s actually really important for classic to support in some way, something around that because it&#8217;s a problem from classic themes. So it&#8217;s more of saying, &#8220;Hey, this thing is going to prevent whatever, or this thing is blocking me. Is it blocking anyone else?&#8221; It&#8217;s more of those kinds of conversations to have, and I really think it&#8217;s about moving forward.</p>\n\n\n\n<p>It&#8217;s really interesting when you start talking to people how complicated their stacks are and how you can think of in simple terms, the middle when you&#8217;re creating the product, but their stacks are complicated and in that podcast it was really curious to say when they&#8217;re creating, they&#8217;re creating the WordPress ecosystem, but they&#8217;re creating an ecosystems in the ecosystem. That&#8217;s the best way to put it, all these different frameworks and product spaces as well. Yeah, it kind of opens your mind a little bit of beyond just core and what core is used for. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. We just started the second iteration of the FSE Outreach Program that Anne started three and a half years ago and was actually focused just on the site editor for three and a half years, but now we broaden that up because phase 3 is coming. We need to have adoption of phase 2. And so if you, dear listeners, are interested in what future features will look like, to have a discussion on a higher level, not just on a bug report or something like that. Come to the Outreach channel on the WordPress Slack, now it&#8217;s shortened, it&#8217;s not FSE Outreach experiments. No, it&#8217;s just the outreach part and there are a lot of good people in there and we definitely value any thoughts on future products or features from there?</p>\n\n\n\n<p>So we started out talking about you Tammie, and now it&#8217;s again about the community, but I also want our listeners to know about your new site that you have been feeding tips and tricks about the editor on a constant basis for the last four weeks, and there are probably about 25 or 30 tips already there. So how did you come about that? Why?</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah, really it was people, I was sharing the same information the same time. So a good example is, people just didn&#8217;t know how to do the list view or people didn&#8217;t know how to do things that we presumed that everybody knows how to do in the Site Editor or the block editor. And you can really change someone&#8217;s life when you show them how to use the list view or you show them how to do something, it suddenly changes their workflow and you can presume that someone knows that or you can presume that someone finds it in a handbook and you can presume that there&#8217;s no need for it. So I was, &#8220;What could I do to help it?&#8221; And I just kind of thought, &#8220;Hey, maybe there could be a Twitter site.&#8221; It was kind of my original thing. I think it&#8217;s going to end up with literally a search form.</p>\n\n\n\n<p>It&#8217;s going to be the best format for it at the moment. It&#8217;s a post that goes out and then the search form is down the bottom. I think the final form, if you&#8217;re talking Pokemon, of this site is probably a search box and some tags because I&#8217;m kind of enjoying queuing up each weekend and then just having them post. That feels good. It&#8217;s really interesting. I want to mix up some of the up and coming stuff as well, because I think that&#8217;s useful because it gets a bit confusing whether someone&#8217;s using the plugin or not. An example is the post page and the post lists could be different for you, might be different, so tagging some things of up and coming as well.</p>\n\n\n\n<p>But yeah, it was really just, I&#8217;m not training, but I&#8217;ve been going through a lot of helping people with dev and sharing my knowledge because that&#8217;s a beautiful thing to do. And in it just saying, &#8220;Hey, this is my workflow.&#8221; And people go, &#8220;How did you do that?&#8221; And it&#8217;s like, &#8220;Okay, people don&#8217;t actually know how to do this.&#8221; And we have a lot of presumptions, particularly because the editors are a little bit more established or we feel they&#8217;re more established and spoiler, they&#8217;re not for many people.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, no, it&#8217;s a good service and I really like those little tips and tricks that you published there. Thank you for going through that.</p>\n\n\n\n<p><em>Tammie Lister</em>: And I would love to know more, so if anyone&#8217;s got any, I want to find a way that I get people&#8217;s tips. I&#8217;m trying to work out how that happens because there&#8217;s got to be ones that I&#8217;m missing as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: I don&#8217;t know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I remember at the beginning when the block editor came out, there was also kind of, &#8220;What&#8217;s the slash command?&#8221; &#8220;Oh, you don&#8217;t have to use it.&#8221;</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah. And so many people when they&#8230; I love that. Because I remember when it was created and it&#8217;s like, &#8220;This really levels up your workflow.&#8221; And it does to this day.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Absolutely.</p>\n\n\n\n<p><em>Tammie Lister</em>: &#8230; this view is the same. Yeah, there&#8217;s so many things that unlock powerful commands, copying, discovering the preferences setting for the first time. You&#8217;re like, &#8220;Oh, where was that all my life?&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, no, and I didn&#8217;t realize that we actually had in the preferences a switch on custom fields or not. The meta boxes on the bottom.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah. How to turn on and off blocks as well, but people really don&#8217;t discover that for a while.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Even the blocks that came in with your block collections. Yeah, it&#8217;s a long list. Yeah.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions</h3>\n\n\n\n<p>So speaking about community contributions, there&#8217;s a proposal on GitHub on discussing through going forward, do we need additional blocks that are maintained by the Gutenberg developers? Should they be in the editor itself or should they just be discoverable through the single block plugin, but they&#8217;re maintained by contributors? So what comes to mind is the time to share block or an accordion block or a card block or a tabs. Are these all things that everybody needs to have or should they just be in a separate plugin and then be installed when they are needed? And it&#8217;s an interesting discussion. Of course we share the links in the show notes. What do you think about that?</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s interesting you say cards because for me, I think the biggest thing this raises is, &#8220;What is a pattern and what is a block?&#8221; And the big question I find a lot of people when they&#8217;re first exploring it, there&#8217;s not necessarily a right or wrong answer, or what I come to generally, dynamic is where I come down to but then again, that&#8217;s not always a straight answer. But I think a lot of the times when people are making a block, it&#8217;s a pattern. So really thinking about, should these be blocks, should these be patterns? Is something to think about. So when we&#8217;re talking about the cards, maybe if it has options, maybe if it has different settings, yes, it&#8217;s a block, but if it&#8217;s just a pattern of cards, to me, that&#8217;s a card. If it&#8217;s got a loop and it has content, then, yes. So yeah, I love the idea of more.</p>\n\n\n\n<p>So accordion is such a good example because I think pretty much every agency has had to make their own accordion block or everyone has had to. So yes, please, let&#8217;s support one. Again, I think Slider, whether we want to or not, but as accessible as we can. I&#8217;m using those words because accessibility in Slider is not necessarily great, but there&#8217;s an opportunity here that we can set some best practices for some awkward blocks and some awkward experiences, that if we don&#8217;t set some best practices, they can be quite wooly and wild. So I think that&#8217;s also something that&#8217;s maybe not getting set here. Setting some of those in would be really nice.</p>\n\n\n\n<p>So you learn from core blocks, how to make them, so being able to learn. Having an accordion block you can extend, would be really, really powerful. I again, wonder whether some of these are extending the query block would be some of them or whether they&#8217;re formats. So yeah, I love them, but also I think we have to think of what do we have already? What can be used and do they apply to that more? So yes, but it would be my consideration because hundreds of blocks is really difficult to find what you really want. So as long as we have them documented and have the useful ones, then yeah, but accordion block is such a good example that you said.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, there&#8217;s some concerns about maintainability. If it&#8217;s in the Gutenberg repo, it might get more attention by maintainers, but I&#8217;m not quite sure whether that&#8217;s so valid because some of the core blocks haven&#8217;t had any attention in three years and still have valid blocks.</p>\n\n\n\n<p><em>Tammie Lister</em>: I think the presumption of maintainability is, I think some of these will get maintained just because they&#8217;re going to be popular and just because they&#8217;re going to be used. So accordion, okay, do we like it or not. Tabs is another one, which is also a companion to an accordion one, right? Tab block, whether we want it or not, products is going to be a really common pattern that people have, tab content. So really having those hidden area blocks, which is one of those ones, is this going to be something that probably?</p>\n\n\n\n<p>Again, I think making sure that they&#8217;re documented, making sure that they have clear paths of contribution. There may even just be people that just contribute to them, which could be a way that agencies contribute. And I kind of am curious if this is an onboard way that just some agencies just see contribution and that could be really awesome, that they just do contribution through these blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, right.</p>\n\n\n\n<p><em>Tammie Lister</em>: There got to be some of these blocks already existing out there that could be pivoted in, rather than reinventing the wheel because everybody has these blocks already as well. So I think we&#8217;re going to move on to Anne. Anne in her post, she wrote a post called Overlapping Problems. This addresses a complexity that arises when multiple issues coexist. It&#8217;s really good and it kind of builds on from this Twitter thread by Brian, and there&#8217;s also going to be a Hallway Hangout and it&#8217;s called, Let&#8217;s Chat about the overlapping problems in the Site Editor, on the 27th of February at 17:00 UTC.</p>\n\n\n\n<p>All of it kind of is the effects of those, I&#8217;m calling them paper cut problems, those little problems that stack up and those need for adaptive problem solving, Anne gives some great examples. There is a giant Twitter X, whatever you want to call it. I&#8217;m really curious what you think about this? My own personal feelings are that I think we&#8217;ve just got to do a lot of listening and move into that space and I&#8217;m really excited to hear the Hallway Hangout, but what do you think?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I think there are some interesting problems to solve that are once you use it, that might come a little bit more obvious and then they run into it, especially when you work with agencies. It&#8217;s hard to decide if you change something for the entire site or just for the block. So do we put it in theme.json or do we let the user handle whatever color it is, that&#8217;s one thing. But it does not really, I have sometimes the decision-making paralysis, so where do I tackle that? And also I don&#8217;t like it, where did I set this so I can fix it later on? It&#8217;s kind of a lot of places where I can get lost, and I think that&#8217;s one of the things that a lot of users have. Also, what hasn&#8217;t been yet solved for an enlightened experience is the navigation. There&#8217;s a lot of experimentation going on.</p>\n\n\n\n<p>There&#8217;s a lot of, oh, there was in the last two years, and I think we&#8217;re getting there and it has been great work being done, but it&#8217;s also something to think about, lean back and say, &#8220;Okay, we have a new user, how do they perceive it and all that.&#8221; I think also one of the biggest problems that I see is, and I had this discussion again two or three weeks ago, was the difference between template editing and page editing and people getting lost and creating their own site with new templates instead of new pages, which then bring some other problems with it. So I think listening is definitely something that is a good skill set here when we talk with agencies, also to really hear the underlying problem.</p>\n\n\n\n<p>One I had just on a call on Hallway Hangout on the intrinsic design was that, although there are no view ports or simple breakpoints tools there, but there are hard coded view ports in Gutenberg that you can change as an agency developer, you need to walk around that quite extensively. And that is certainly something I wasn&#8217;t really aware of, but knowing that that&#8217;s happening, hard coded things are not really good for flexibility, what&#8217;s the next step forward to kind of get this out?</p>\n\n\n\n<p>So yeah. Certainly, I set out to collect some of the things and find the strategic places to tackle them. We also worked on the extensibility, triage issues, triaging kind of thing. So there are a lot of activities and initiatives going on and I love those, they are now happening, when really the vision has been materialized of the Site Editor and the block editor. Many people come around and say, &#8220;Wow, I didn&#8217;t know how that kind of shook out.&#8221; But now tackling those overlapping problems is definitely something to set out for 6.6. Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: I think people are also learning that they don&#8217;t have to or what they can turn on, and I think that that&#8217;s the message, it&#8217;s on or off is, you don&#8217;t have to do that and learning where you can turn on but it&#8217;s still really tricky, with that and those controls. And you just made a really good point about, you have to know so well the experience, the variables and the components to be able to make some of those stress cases, edge cases because they cause you stress, decisions that there&#8217;s a certain level you are going to make because you&#8217;ve had to use it already. So there&#8217;s almost like, it&#8217;s really difficult to get the space to do that whilst you&#8217;re trying to also keep up with clients and you&#8217;re trying to do stuff.</p>\n\n\n\n<p>So it really is about just the experiments we&#8217;re seeing, the explorations we&#8217;re seeing, and just having these conversations on both sides with listening and open and just on the implementation side, which agency freelancers, people building from products, from everything, all perspectives are really, really key here is, &#8220;Hey, I&#8217;m trying to do this thing. I can&#8217;t do this thing. I can&#8217;t do it because of.&#8221; And sharing that, quite simply is incredibly powerful. It&#8217;s just being able to have those real cases of how does that person do that and okay, 10, 20 other people want to do that, as you&#8217;re saying with extensibility. So yeah, it&#8217;s one of those just collecting how many are trying to do it and it&#8217;s not by numbers because it might just be like it&#8217;s one really, really critical thing that we can fix, but it&#8217;s important.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So just want to reiterate, the Hallway Hangout, it&#8217;s an informal discussion among contributors, is taking place February 27th at 17:00 UTC. Yeah, they&#8217;re going to share the Zoom link in the core editor channel just so you know where to go. Of course, also share the invitation and Anne&#8217;s blog post in the show notes.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; WordPress 6.5 Beta 1 and 2</h3>\n\n\n\n<p>Next up is what&#8217;s released and that we are in hot, hot release cycle for WordPress 6.5, Beta 1 was released last week, Beta 2 was released this week and it&#8217;s really, really timed, dear listeners, to test your plugins themes sites to see if they&#8217;re compatible or if there are any issues before they happen and do bug reports. Whatever can be fixed in the release cycle does not get rolled out to millions of people.</p>\n\n\n\n<p>So there&#8217;s a big, big call for testing and the test team has a list of things how to do this and what to test. But I also have some numbers, so the highest average number of enhancement per Gutenberg release is 68 and the second highest average total PRs per Gutenberg release is 198, so similar to 6.4 with 67 and 192. But, however, 6.4 only included 6 Gutenberg versions, while 6.5 now includes 10 Gutenberg versions. So even those that are end of year releases were really big. So it&#8217;s really interesting, huge numbers. The amount of total PRs in the cycle was 1,892.</p>\n\n\n\n<p>Yeah, that&#8217;s just some numbers, some people like numbers. And they were on the Gutenberg side for the edit for WordPress 6.5, there were 25 new contributors who submitted PRs to the cycle. So that&#8217;s also really cool. Well, there is a source of truth coming out. The field guide is coming out with Release Candidate 1 that is scheduled for March 4th, so Beta 3 is next week and then in two weeks is Release Candidate, that&#8217;s where also the dev notes come out.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 17.6</h3>\n\n\n\n<p>And we are going to talk about Gutenberg 17.6 now and 17.7 because those were the big, big push to get all the great features in, especially those that offered developers to extend things. So yeah, first up 17.6.</p>\n\n\n\n<p><em>Tammie Lister</em>: So the first one we have in the future is the interactivity API. I&#8217;m going to kind of list a couple of things, but they&#8217;re, I&#8217;m going to get onto the examples because those are two very big words. That I always feel with the interactivity API, it&#8217;s good to have examples because it feels quite abstract, if that makes sense. So there&#8217;s been adding things and just a maturing of it, that&#8217;s the best way that you can see it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right.</p>\n\n\n\n<p><em>Tammie Lister</em>: So it exists and it&#8217;s there, is the best way to put it. But there&#8217;s also been, so Mario, Ryan and Josepha discussed it on the 73rd episode. Wow, 73rd of the WP Briefing podcast, and there will be a link in show links. But also really exciting is Nick has just done a working example, he&#8217;s going to document mega menus, very excited about that. Using the interactivity API and why I&#8217;m excited about that is it&#8217;s opening up possibilities of things to be able to do and the whole point that we&#8217;ve been having this discussion, there&#8217;s a theme, of people needing open and tools and things, and this is just that to me. I&#8217;d love your input, but it just shows examples of things that you&#8217;d be like, &#8220;Oh, well I can&#8217;t do that so therefore, I can&#8217;t use the Site Editor or therefore, I can&#8217;t use these aspects of the new things.&#8221; But now we are starting to be able to see working examples of where maybe you can&#8217;t use it in production, but you could start to be able to use it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And what this example from Nick Diego is doing, is using two features that are coming with WordPress 6.51. One is to actually add your custom block to a navigation block. And the second one is the interactivity API becoming a public API, for developers to use. So we will have in the show notes a small blog post and also the link to the GitHub repo where you can look at the code of the custom block that enables a mega menu. But I think what I also read was that a lot of people are waiting for the mega menu, but it&#8217;s such an individual site-related need that I think it&#8217;s going to be really hard to make it a 80%, 20% kind of thing, to have it in core.</p>\n\n\n\n<p>But I think one of the purposes of the interactivity API coming into core is to open it up for developers to bring their site needs to WordPress and solve them with their own code. But what the interactivity API also brings, and that was very clear in the briefing, is also that now interactivity, every developer solved it themselves in an agency or for a block plugin, but there is no standard and the interactivity API brings the standards. So now something that was done by an agency that works together with a plugin, actually the blocks can talk to each other.</p>\n\n\n\n<p><em>Tammie Lister</em>: Cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; yeah. So in that area, and that I think is really opening up the whole ecosystem quite a bit.</p>\n\n\n\n<p><em>Tammie Lister</em>: I&#8217;m really excited. It&#8217;s interesting you mentioned, I don&#8217;t think there&#8217;s one way to solve for the mega menus either. I know templates have been talked about, yes. We&#8217;ve also even got the tiny blocks, we&#8217;ve got all these options, but again, it comes down to having this functionality in these tools, which is super exciting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Totally, totally. And so I bring us a little bit down because the next thing I wanted to, it&#8217;s not a big thing, it&#8217;s a small thing, but we add default font sizes option to the theme.json files. So themes can now create default font sizes and make them available to their users for that and add them to their spectrum there.</p>\n\n\n\n<p><em>Tammie Lister</em>: And that brings in the font library as well because the font library is coming in. So that kind of ties in and I will say, the font defaults that you now have in theme.json available, any defaults make it so much easier to create from. There&#8217;s a number of times you had to set defaults and not that you will use the defaults all the time, but having things like default font sizes, having things like default spacings and spacing settings to give you shadows, give you a good or maybe, that you could use and also allow you to have some sketch places. So moving on from that, we have custom fields and block editor. So again, add effects for box shadow tools to block inspector. And then we move on to enhancements, which I&#8217;ll let you kind of take.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and I wanted to say the box shadow tools were available for a while already in the Gutenberg plugin, but then now come in also to WordPress 6.5, so users can actually apply drop shadows to certain blocks. It&#8217;s only available to four blocks, the button, the image and the columns block, just to see if there&#8217;s other needs that need to be built into it. But I really like it already because the little tool that shows you not only the default block shadows that core comes with, it also if a theme decided to add some presets for that, they&#8217;ll also show up in this little box where you can select those, those shadows.</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s really fun to make the shadows and even you can really do presets and your own presets pretty easily, in theme.json. I&#8217;ve been playing with that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, Justin Tadlock did a great article on that a while ago actually, on the developer blog and we&#8217;ll reference that in the show notes. And I&#8217;m actually working on an update on that just for the user interface of that and how that all works together. In the enhancements, there&#8217;s a lot of things happening and with, I don&#8217;t know, 160 or 170 PRs, we are not going to read all of them. And yeah, you definitely want to look through the Changelog on the what&#8217;s new posts, but I like that the theme now has a color on wrapper. I wanted to point that out for the theme developers. So there is a foreground color for the theme component, so you can set that. And interactivity API has received a ton of PRs and I think we need to wait for the dev notes to really talk about that, otherwise it&#8217;s going to be a two-hour podcast today. Is there anything that you are looking for?</p>\n\n\n\n<p><em>Tammie Lister</em>: So on the block library, there&#8217;s some interesting stuff. Footnotes support for other custom post types, word quote block has padding and margin support, which again, this is part of when something&#8217;s put out, you do a best guess when a core block is put out, a lot of these are best guess, and we also talked earlier about, there&#8217;s so many blocks already getting back around to them. So the word quote block, I don&#8217;t think it has had some work for a while, but really adding some padding and margin, that&#8217;s probably something that, I know it&#8217;s going to be something that a lot of people have been putting in their theme.json or have been putting in custom siding quite a while.</p>\n\n\n\n<p>So now being able to have that is really, really important. And aspect ratio remove support on the group block for now, so that&#8217;s obviously something that maybe wasn&#8217;t working as well. So there were all these kind of things that are put out there and iterated on, which I think is part of this, is looking at each core block as still a work in progress, which I think is really, really important as we maintain them, still really having those as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, the aspect ratio is actually available for the color block, but for the group block because all the additional blocks in there that kind of didn&#8217;t work out.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah, it&#8217;s really messy.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And just to call that out, that if you have tried working with it, it&#8217;s also not working, so they pulled it out from that.</p>\n\n\n\n<p><em>Tammie Lister</em>: And we use group block, so grid is coming or grid is there in experimental, and I think group block is a stop gap block, that&#8217;s one of the ways that I see it. And other times where we will be using other tools at some point and because of that, some of the tools that it will have eventually or should have eventually, don&#8217;t work. We shouldn&#8217;t to use it for stop gap. There&#8217;s many a time I use group block, probably wouldn&#8217;t in the future.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So yeah. Yeah, probably. Yeah, unless it&#8217;s a pattern, then you&#8217;re probably good with putting it in a group block so it has…</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah, but who knows? They may have a pattern wrap, I don&#8217;t know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; pattern wrap?</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah, we may to, right, because group block is kind of like our default, put it in a group block, right? Which that may also be&#8230; We are deviating, but that also is something that if you have a block with certain functionality that doesn&#8217;t necessarily always work for it because it&#8217;s on its own. It&#8217;s a really useful block, but it&#8217;s not necessarily adaptable in those senses. It kind of works, but it kind of doesn&#8217;t. Color block had that problem for a very long time. We used to even use, I remember trying to use color block as a background for my whole entire page because that was the only way that you could get background images, back in the day.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But now you can get it in a group block.</p>\n\n\n\n<p><em>Tammie Lister</em>: You can, and I was so glad when you could get that, but it literally was the only way you get forward. So all these changes are coming over time and that also shows how things have adapted as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and what is now in 17.6 as well as in 17.7 are the final touches on the data views, which enable the grid layout for templates and parts, as well as adding the bulk actions to the page views. Bulk actions are edit or delete. Yeah, I think that those are the two. But the data views, they&#8217;re coming to WordPress 6.5, but only in the Site Editor except for, well they&#8217;re coming in the Site Editor also for pages but not for posts. So that&#8217;s kind of the only place where you have to get out of the editor and come through that. So it&#8217;s really interesting and I like them. Some interfaces are a little bit overlapping, that kind of confused me, but yeah, I&#8217;m easily confused. So it&#8217;s like you move into a new neighborhood and all of a sudden, all the sounds are kind of in your face and by the time you get settled in two weeks, you don&#8217;t hear the trauma anymore, you don&#8217;t hear the…</p>\n\n\n\n<p><em>Tammie Lister</em>: But it&#8217;s existing UI patterns, so it&#8217;s not based on patterns that we have, like in uncommon applications, so it has its roots in familiarity at least.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; yeah, absolutely. Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: So moving on, we have site editor, we have group templates and a sidebar list, anytime that you have the ability to group things. I&#8217;m very excited because we have giant lists in our sidebar, so this is kind of awesome I think.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; exactly, exactly. Yeah, there are quite a few other things as well that the global site changes, yeah, it&#8217;s added to the safe flow. And then what I overlooked was that there is now a live preview on the theme that has been in there since 6.4 and in the plugin, but there is now you can also activate it in the modal, so there&#8217;s an activation place in there, so it streamlines that process.&nbsp;</p>\n\n\n\n<p>On the patterns, we have a few items that are, in terms of the pattern overrides, I don&#8217;t think we talk about the pattern overrides here at the podcast. So that&#8217;s a new way to work with sync patterns. It&#8217;s an added feature that you can create a pattern and then with maybe a heading and a paragraph and an image, and then you can style it, you save it and then you can go to each one of those content blocks and say, &#8220;Allow overrides.&#8221; In the advanced section in the sidebar.</p>\n\n\n\n<p>And then when somebody or your editor uses that pattern, they can change the picture, they can change the headline or the paragraph. But when you decide for each instance and when you decide as a site owner or a theme developer or agency developer to say, &#8220;Okay, I want to change the design of that pattern.&#8221; Then you can change the original and there&#8217;s an interface for that and then those changes propagate overall those instances where it was used. So if you change the background, the background has changed for all of them. So that&#8217;s the pattern overrides idea. And they are available to four blocks, and that&#8217;s the image block, the heading block, a paragraph and button block. That&#8217;s where you can decide on pattern overrides as a user for your patterns. So now you can use the site editor to build patterns, pattern overrides and sync patterns, content lock patterns, they all have the same words, patterns.</p>\n\n\n\n<p><em>Tammie Lister</em>: So I guess the big one to move on to is a font library and there&#8217;s a lot listed here. I&#8217;m going to list out some stuff and then I&#8217;d love for you to maybe describe a bit about the workflow because you&#8217;re really good at stuff like that. And I&#8217;d love to kind of hear in your own words that. There&#8217;s update, update, update is what we have listed here and refactor because it&#8217;s ready and it&#8217;s there. So we have the modal, we have the ability to disable if you want, using a PHP filter, which is super important because if something exists, having the ability to turn it off is also important. Improving the font collection, rest controller, making notices more consistent, update the font families. But I&#8217;d love for you to maybe describe some of the workflow and features and what you think of this?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So the font library. Oh yeah, I get the hard part. All right. Okay. So the font library is, think of it as similar to the media library. So it has the function that you can upload fonts and then you can enable the fonts and you can use the fonts in your further design of the site. But you as a site owner are not dependent on the theme developer to make decisions on your font. You can do it yourself and there are font foundries out there. Well, the biggest one is the Google fonts, but there are also Adobe fonts there.</p>\n\n\n\n<p>And you as a designer probably know more. It&#8217;s a little bit hard to find how to get to the font management space. And that is in the style sidebar, on the right hand side, above the fonts section, there&#8217;s a little icon that has two dots and a few lines. It&#8217;s not a cog for work tools, but it still shows some management features there. And then it opens up a modal where you can see which fonts are installed already and then you get an upload button and then you can upload your fonts with all the fonts collection or how do you call it, the different styles of the fonts. So it&#8217;s the semi-bold or bold or these kinds of variations.</p>\n\n\n\n<p><em>Tammie Lister</em>: Variations, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then you have options to turn them off. So if you have a font that has 16 variations, you only use three of them, you can switch off all the other ones. So this is really good, it&#8217;s pretty comprehensive as a feature already. So yeah, test it out and find the break it because it has been really in development for what, four major releases?</p>\n\n\n\n<p><em>Tammie Lister</em>: A while, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: A while, yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: You mentioned the positioning. I think if you are using the create block theme, always get that wrong, plugin, you&#8217;re kind of trained a certain place to go to, theme font management. So yes, it is in a different place. So your furniture has moved, but your furniture is still there. It is a feature that is the missing feature of styling. We have color management, we have media management, so font management is, and you did beautifully with that description, I knew you would. So it is the missing one. Yeah, it is going to be really exciting what people have. And back to your point about good ways to do things in standardization, I think this is also, it&#8217;s one of those ways that it&#8217;s easy to add fonts the wrong way when you don&#8217;t know how to do it the right way. And when you know how to do it the right way, you don&#8217;t have a problem.</p>\n\n\n\n<p>Absolutely, so this tool maybe isn&#8217;t for someone that has that in their workflow, that absolutely has pre-packaging fonts, who uses whatever they use in their workflows. This is quite often probably for people that don&#8217;t know how to do that and want that flexibility. And it&#8217;s a great way to be able to have control on your site without having to have yet another bit of custom code from a random site and trusting and all those kinds of things. So yeah, it is a really easy way to just do things right, from the right start and know that you&#8217;re being performant as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I think lots of freedom sometimes is not always a good thing, but for many people, they want the freedom to kind of figure out what they actually want. Sometimes you don&#8217;t know what you want until you see…</p>\n\n\n\n<p><em>Tammie Lister</em>: A lot of people aren&#8217;t going to turn this on because papyrus and…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; yeah, for many agencies, the piece that we have highlighted is the most important part is, the disabled fonts library UI, using a PHP filter, that&#8217;s going to be in your theme functions code for some of them.</p>\n\n\n\n<p><em>Tammie Lister</em>: That&#8217;s really good that we&#8217;ve got that from the start because quite often, that shows from the start having these features to turn off. When we first had some features because it was harder to do or these features wouldn&#8217;t always turn off a bulb so easily. So definitely from the start making sure, particularly these really styling opinionated features, they are from the start having these PHP filters that&#8217;s recognizing this work flow that you are going to have a PHP, you now can turn it off. So I think that&#8217;s great, that couldn&#8217;t be better having that. So yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: No, the font library is opening up in the site editor for theme developers or theme designers who are not developers because they get all the tools in one place.</p>\n\n\n\n<p><em>Tammie Lister:</em> And I use it, sorry, I always go back to the Dreamweaver analogy because that&#8217;s what I do. I pretty much a couple of hours a day, I&#8217;ll be sketching in the Site Editor on a vocal site and that&#8217;s how I come up with new designs now. It&#8217;s like, maybe do some styling, but it is as Dreamweaver, that&#8217;s when I use it as my sketchbook because that&#8217;s how you come up with the ideas and how you explore things now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I know you have a lot of work to do and you have a lot of irons in fires, but I think what would be really cool would be a live stream where you just kind of sketch out a theme and design a theme for a few minutes.</p>\n\n\n\n<p><em>Tammie Lister</em>: I use Dreamweaver, it&#8217;s super fun.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Using Dreamweaver and the Site Editor of WordPress or something like that.</p>\n\n\n\n<p><em>Tammie Lister</em>: Because also you make decisions there and there. And sometimes I&#8217;ll be doing it for a couple of hours and you make decisions there and then with the blocks, and I mean you make some really bad code spaghetti, you really do, but then you unpick the code in your Visual Studio is my editor. Because the export button, the best thing in the world, you hit export and then you have your mess, like your sketchbook, and then you can refine it. That&#8217;s the best way I can describe my workflow for creating the theme. It&#8217;s not everybody&#8217;s, but that&#8217;s mine.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But it would be interesting to see it from…</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah, I will. I should do that. Thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; absolutely, yeah. So the next thing is extensibility part, and we talked about it briefly when we talked about Nick&#8217;s mega menu that is now an update for the navigation block that can render hooked inner blocks. So you can have your custom block go in there or other blocks to go into the navigation block. That opens us up for not only the allowed ones, which was, I think the search block was one of them, and page list block was one of them, but now you can just have anyone in there, any block in there. And there was another, in 17.7, there was a bug fix that also does the lineups in the order list. Yeah, it&#8217;s all the same styling there and have it all in an order list. Right, yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: So we have new APIs, we have two which are block API, and they are block bindings, API ad block bindings, PHP, registration mechanisms and post MetaSource and the experimental flag. Say that fast. And the block bindings API refactor logic into block binding&#8217;s class and singleton pattern. Oh, that&#8217;s the term, singleton pattern.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s a different pattern, I&#8217;m telling you.</p>\n\n\n\n<p><em>Tammie Lister</em>: I know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And singleton? Is there something like a simpleton?</p>\n\n\n\n<p><em>Tammie Lister</em>: I don&#8217;t know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I don&#8217;t know but something&#8217;s that really hard.</p>\n\n\n\n<p><em>Tammie Lister</em>: To me, this just shows refinement of it. I&#8217;m curious what you think as well?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well the block bindings API is really exciting. API coming and in 17.6 it was under the experimental flag, but 17.7 it was open up for public consumption. So it will come to WordPress 6.5 and that is, that you can connect a block to a, for instance, post meta custom field. So you can have a paragraph that uses the custom field of weather and every day when you do an entry, you say in the custom field, &#8220;Okay, the weather is rainy and windy and under 25 degrees.&#8221; And then you have a place on the template where you can output that particular custom field with a block. And of course right now, the block binder is the first iteration in WordPress, but it&#8217;s mostly for developers.</p>\n\n\n\n<p>Justin Tadlock already published on the developer blog an introduction to the block bindings API to connect it to custom fields. And he has the example of having an image and an old tag for the image stored in a custom field. I just published a rather, almost no code example, using the good old meta boxes to edit custom fields because this iteration doesn&#8217;t have a use of interface yet, to add or edit custom fields. So because that&#8217;s a little bit tricky, not so much for the text fields, but when you go into select boxes, when you go into radio buttons or checkboxes or these kinds of things, you need some underlying developer registration there. But yeah, I share both articles in the show notes because it kind of helps you with the 6.5, what is it doing? And even if you are a developer, it&#8217;s really interesting to see how you can. Because it actually will take care of some of the little blocks that we used to create to just get the content out of a post meta field, and that is streamlining the whole thing.</p>\n\n\n\n<p>So I think that was it for 17.6. I&#8217;m just scrolling fast through and I&#8217;m getting a little motion sickness here going on. Yeah, I highlighted two more overrides thing, but it&#8217;s just what we already talked about. Oh, and 17.6 also brings a great drag and drop feature. The drag and drop was actually a big push to make that easier to do, and now you can create rows and galleries with just dragging and dropping things. So if you have a picture on your canvas in the block editor and then you drag another picture next to that image, it will create automatically a gallery. So that&#8217;s really-</p>\n\n\n\n<p><em>Tammie Lister</em>: I have seen people try to do that with the editor.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: &#8230; now they can actually.</em></p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah. But it&#8217;s why would they not try and do that? Of course.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; yeah. Right, right, right. Yeah. And that&#8217;s certainly something for your editor tips maybe, when 6.5 is out. For documentation, there is now a video demonstration for the quick starter guide. So the quick start guide for block development was revamped and has a nice example and walks us through all the steps. But it now also supports a video that it&#8217;s like, if somebody explains it to you and shows it to you, it&#8217;s easier to grasp than just reading a wall of text and that&#8217;s kind of in there. So we are definitely looking out for that. It was actually 17.6 where the block binding experimental flag was removed so people could show and run. That was it, that was good works, 17.6.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 17.7</h3>\n\n\n\n<p><em>Tammie Lister</em>: Okay, we on 17.7 now, I feel like?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes, we&#8217;re going right into it.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah, attacking everything.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Attacking everything. Yeah.</p>\n\n\n\n<p><em>Tammie Lister:</em> So I&#8217;m going to go through, there&#8217;s some enhancements there. So we have in data views, diving straight into, and of course in the show notes, it&#8217;s going to be a kind of link to this as well, in 17.7. I assume we&#8217;re going to go through this quite lightly because it&#8217;s just that included in 16.5, but it&#8217;s worth remembering that we have delete bulk action to patterns, really useful deleting bulk. And selection and bulk action to grid view, again super useful. And add primary filter, API, I&#8217;ve forgotten how to use words apparently. Again, it&#8217;s all these ads and removes, it&#8217;s that refinement, which I think is really important to say. And showing the sync status filter by default, again, it&#8217;s these little things you&#8217;re like, &#8220;Whoa, they would be useful.&#8221; The tips, right? Yeah, over to you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. But the database is really, there was a major push for the block library. I&#8217;m just pointing out two things. Social icons now have the updated Patreon icon, so if your website uses that, you now get the new icon for that. And in 17.7 there was the block shadow support added to the columns and image block, which we talked about a bit. And 17.7 was actually the major push for the drag and drop, also to dragging from the inserter, all from the desktop to template parts and allowing moving things within the template parts. And so that is really cool. Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah. And we&#8217;ve got in the block editor, we&#8217;ve got add block UI for nav, block link UI and imprinting new UX invoking which text link UI. Again, links are really, navigation thorny problem, linking in navigation, thorny problem, the interface. I worked on that for a while myself, I know how complicated linking really is to get right and feel okay. And then open a new tab from link, remove and open a new tab from link preview, is also there. So obviously the feedback was, should be removed as well. So it&#8217;s iterating and really improving those areas.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Definitely. Yeah. What I really like on the link UI, is actually the search from hosts on your site. So if you publish it out there, you can really search for, &#8220;Oh, I want to link to the block bindings API in particular.&#8221; And it finds it for you and you just have to link to it. What it does not find is yet, anchor links on the same page and that is still an open PR, but I think it&#8217;s already worked on.</p>\n\n\n\n<p><em>Tammie Lister</em>: That will be magic when that happens, because if you think of, well, very particular education or science documentation, it&#8217;s just all handbooks. It&#8217;s required information.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Absolutely. Yeah. And then maybe we get also a revamp of the table of content blocks when that is in there.</p>\n\n\n\n<p><em>Tammie Lister</em>: Oh, that would be so good. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. So there was a lot of things in this 17.7. There was for the extensibility, that the navigation block can now be used. Third-party blocks can now be used in a navigation block as descendants of the navigation block. We talked about that already here.</p>\n\n\n\n<p><em>Tammie Lister</em>: I see a note that you&#8217;ve put by the performance, which is really interesting, which is from Riad again, which I always love his performance posts, they&#8217;re just the great ones. There&#8217;s lots of performance improvements in a single release. There&#8217;s two times faster editor loading time. I&#8217;ve always been very careful how I say performance. And four times faster typing, processing, faster previews, interactions like block selection in WordPress 5.0. Wow. Because if you look at-</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: WordPress 6.5?</p>\n\n\n\n<p><em>Tammie Lister</em>: &#8230; sorry. Yeah. 6.5. Yeah. What did my brain just do? My brain&#8217;s just tired everybody. Hello. Thank you for correcting me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The performance things that we had here are kind from Riad Benguella, and I think that triggered the 5.0 for you because there&#8217;s been good work.</p>\n\n\n\n<p><em>Tammie Lister</em>: I think I was maybe going with, since then they&#8217;ve been performance posts, that&#8217;s where I was going. My brain, good morning, my brain, it&#8217;s lunchtime. Can you tell it&#8217;s lunchtime in Europe for us. But those performance posts have always been really good because initially when the editor was created, it was, is it performant? Well, by having some measures that Riad did, it was really useful to literally know how performant it was compared to other things because you always get the perception of things are more or less performant, but actually having stats is really important. So I always get very excited when I see Riad commenting on performance.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And he&#8217;s working on it and he had this wonderful website. I don&#8217;t think I should mention it, but now I did, where he also tested some of the other plugins, how they work with a block editor and see how their performance is improving or decreasing, so to speak. So yeah, he&#8217;s very keen into that particular section of development. And that&#8217;s a good thing because the more features come in, the more load it might take. So yeah, there were quite a few efforts to bring some of the performance back to the block editor.</p>\n\n\n\n<p><em>Tammie Lister</em>: Every piece of UI that you add can add or take away, which is something I learned, it can take away with the performance. You sometimes think the most minimal interface is going to be the most performant, and it isn&#8217;t always, which is a brain flip, but just having that baseline and that data has been really true to be able to know. So yes, big shout out and call out on that one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So I think we are through 17.7. There was a lot of fixing of things and a lot of adding things and bug fixing.</p>\n\n\n\n<p><em>Tammie Lister</em>: Right. Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And there&#8217;s also a huge set of documentation updates there with copying and formatting edits and fixing lists, formatting and all that. So there&#8217;s all this quality of life that it doesn&#8217;t interrupt your reading flow when these things are in there, but it&#8217;s also a residue from the update of the developer resources design-wise that happened in last month or in December. So some of the pages you definitely need to update to kind of follow the new design there.</p>\n\n\n\n<p><em>Tammie Lister</em>: Which is really good.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development or Discussed</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I think that&#8217;s it. Yeah. Excellent. Excellent. So, well, we are right into the show, and I think we have one section that is, what&#8217;s an active development and discussed. And what a lot of people are missing in Gutenberg and the patterns and the templates are actually a section styling. That you have a section that is styling that you can reuse that styling and apply it to other sections without having to go into fonts, go into color, go into border, go into dimension, go into padding, to replicate some of the styling, but not for the whole page or site, but only for sections. And the contributors are really working on getting that into the editor and I will share the links to that issue. That&#8217;s a tracking issue, where those discussions happen. And have you looked at that?</p>\n\n\n\n<p><em>Tammie Lister</em>: I have, and it reminds me back, my brain&#8217;s going back in the day of when early theme.json conversations about, what if you could just share a piece or you could share that easily with someone and be like, &#8220;Hey, I&#8217;ve created this awesome style snippet kind of thing and I just want to share it.&#8221; So I love that we&#8217;re doing this, but I also want a way that I can just be like, &#8220;Hey, I&#8217;ve got this awesome snippet that I want to share.&#8221; And do that as well. So I think that that&#8217;s also the piece I&#8217;m really curious about. I&#8217;m really curious about the Museum of Block Art and all the patterns. I would love a really easy way to share styling as well. So I feel we&#8217;re getting there, which is super exciting, but that kind of is good to me.</p>\n\n\n\n<p>And block styles, which is ish or pattern styles is also something that I would love to see. And really future thinking pattern variations is something that I&#8217;ve had quite a few discussions with people of a need for pattern variations and be able to say, and this kind of falls into that of being able to say, &#8220;This is the default pattern.&#8221; But quite a lot of the time people are using the whole style variation when they don&#8217;t need to because they maybe just want to change a section. So yeah, this solves it, but the sharing and then having a pattern variations option is for the future maybe, as well. Yeah, I think for me, users are thinking of patterns and how can they have variations just as much as they&#8217;re thinking of blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; yeah, it&#8217;s kind of block style variations, is kind of one of the things where saying. Okay.</p>\n\n\n\n<p><em>Tammie Lister</em>: People think in patterns, they don&#8217;t think in blocks. If you shut your eyes, you don&#8217;t see a site build of blocks, you see a site of patterns. So you&#8217;re going to want pattern variations, not block variations.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah. Or layout variations. Yeah, if you have certain layouts that you&#8217;re kind, &#8220;This is my site color layout.&#8221;</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah. Or template variations you are going to want. And again, people sometimes take patterns a little bit far and make the whole template a pattern. So yeah, there&#8217;s a whole best practices and conversations, but the sharing as well is super fun. But able to say to someone like, &#8220;Hey, I&#8217;ve got this amazing style that I just want to share.&#8221; And having a bank of them, even for the community, I don&#8217;t know?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Have a little site there. Yeah. I was wondering…</p>\n\n\n\n<p><em>Tammie Lister</em>: A site of shadows.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; well, some users are not really good at putting color combinations together, so there was also that.</p>\n\n\n\n<p><em>Tammie Lister</em>: They&#8217;re not. And also accessible colors are kind of hard. There&#8217;s some websites which are good, but being able to have like, &#8220;Hey, here&#8217;s a really accessible pattern style, using a pattern from the pattern directory that I&#8217;ve done a pattern variation, now I&#8217;m sharing the style.&#8221; That could be awesome for someone.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That would be awesome.</p>\n\n\n\n<p><em>Tammie Lister</em>: &#8230; to put up and run, rather than having to be fixed to that style. So all of this is really exciting for the future.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: In your opinion, your listeners counts. So go in and share what you think about things and how you think about things because it will make things better. So that&#8217;s what wanted to share with you, because there was the idea to maybe get this into 6.5, but there was no way that the discussions end in time to act on certain decisions. Yeah. And with that, I think we&#8217;re at the of our Changelog 96 and with Tammie Lister, who is phenomenal to have you on the show again.</p>\n\n\n\n<p><em>Tammie Lister</em>: Thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Is there anything that you want to talk about that you didn&#8217;t get a chance to talk about before we close it?</p>\n\n\n\n<p><em>Tammie Lister</em>: No. I got to talk about everything I wanted to. Thank you so much for having me again on the podcast.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Well, it was absolutely my pleasure. And so before we end the show, there&#8217;s a Hallway Hangout coming up February 27th. There&#8217;s also a Developer Hours coming up with the layouts, how to build modern web layouts with WordPress blocks, with Justin Tadlock and Ryan Welcher and it&#8217;s also on February 27th, an hour before the Hallway Hangout on the overlapping problems. So you get the good things that is now possible and then you talk about some of the overlapping problem. Yeah. Or you decide either one of them will be fine. And that&#8217;s it, what I wanted to announce here.</p>\n\n\n\n<p>And as always, dear listeners, the show notes will be published on gutenbergtimes.com/podcast and this is episode 96. And if you have questions, suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. Yes, that&#8217;s an email address. So thank you all and thank you for listening. And the next show will be after WordCamp Asia. WordCamp Asia is from the 8th to the 9th and the week following, we will have another podcast covering 17.8 and 17.9. And of course, Release Candidate with all the dev notes that we all will have. So thank you all for listening. Wish you all a good time and happy WordPressing. Goodbye. Bye, Tammie.</p>\n\n\n\n<p><em>Tammie Lister</em>: Bye. Thank you.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Feb 2024 14:35:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Do The Woo Community: Hear From 13 WordCamp Asia 2024 Speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=79142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://dothewoo.io/hear-from-13-wordcamp-asia-2024-speakers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:382:\"<p>In anticipation of WordCamp Asia 2024, listen to thirteen speakers share what they will be talking about in their session.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/hear-from-13-wordcamp-asia-2024-speakers/\">Hear From 13 WordCamp Asia 2024 Speakers</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Feb 2024 06:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: On the Reddit IPO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=111742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2024/02/on-the-reddit-ipo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1423:\"<p>I&#8217;m looking forward to <a href=\"https://www.sec.gov/Archives/edgar/data/1713445/000162828024006294/reddits-1q423.htm\">the Reddit IPO</a>, and I think it&#8217;s awesome that they opened up a top-tier IPO tranche to their community. <a href=\"https://www.theverge.com/2024/2/22/24079978/reddit-ipo-public-offering-shares-power-users\">People with 200,000 karma points or 5,000 moderator actions on Reddit will get access</a> to something that has previously been reserved for the most elite allies of financial institutions. Wow! </p>\n\n\n\n<p>I&#8217;m sure this was not easy to do so Reddit users should understand that at this very important juncture in the company&#8217;s history it has gone above and beyond to include you. I&#8217;m mostly a lurker on Reddit so my 958 karma doesn&#8217;t qualify so I&#8217;ll get access with the rest of the normal folks.</p>\n\n\n\n<p>If I ever IPO something from Automattic, it will include the same for people who have contributed to WordPress. And every supporting open-source project underneath it. (<a href=\"https://en.wikipedia.org/wiki/Turtles_all_the_way_down\">It&#8217;s turtles all the way down</a>.)</p>\n\n\n\n<p>My only fear is that code contributions are structured in a way that is easily legible, so is anything that happens on <a href=\"https://w.org/\">w.org</a>, but we may miss including people who have contributed to the growth of WordPress in non-legible ways.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 25 Feb 2024 22:42:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Gutenberg Times: Block Bindings, Layouts, Font Library, Mega Menus and more — Weekend Edition 286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=27510\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://gutenbergtimes.com/block-bindings-weekend-edition-286/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25485:\"<p>Howdy, </p>\n\n\n\n<p>Next week, I&#8217;ll be heading out to Taipei, ahead of WordCamp Asia, to acclimate and do some sightseeing. If you are in the area, <a href=\"https://calendly.com/pauli-haack/wcasia\">you can double-check my calendar so we can meet</a>. Getting meeting times and places sorted ahead of time,  makes it more likely that the conversations will happen, and not just between doors or sessions.</p>\n\n\n\n<p>This week, you can get more insights on what is coming with WordPress 6.5 again. Now that Beta 2 has been released, it&#8217;s time to test your plugins and themes for compatibility and report issues.</p>\n\n\n\n<p></p>\n\n\n\n<p>I am totally excited about this new release and I wish you fun exploring the new features! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS<strong> ICYMI:</strong> </p>\n\n\n\n<ul>\n<li><a href=\"https://wptavern.com/\"><strong>WPTavern</strong></a> is publishing again. Seven writers a showing off their skills in a public trial for two permanent positions. For now, James Giroux, Ronny Shani and Adam Silver have published their articles. Good luck to all of them! </li>\n\n\n\n<li>Also back from a publishing break: <strong>Rae Morey,</strong> editor of <a href=\"https://www.therepository.email/\"><strong>The Repository</strong></a></li>\n</ul>\n\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/block-bindings-weekend-edition-286/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/block-bindings-weekend-edition-286/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/block-bindings-weekend-edition-286/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/block-bindings-weekend-edition-286/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</a></li></ol>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2024/02/wordpress-6-5-beta-2/\"><strong>WordPress 6.5 Beta 2</strong></a> is now available for testing. The WordPress test team has a few tips for your testing pleasure: <strong><a href=\"https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1/\">Help test WordPress 6.5</a>.</strong> In <a href=\"https://gutenbergtimes.com/vids-on-data-views-image-aspect-ratio-and-synched-pattern-overrides-modern-js-and-more-weekend-edition-285/#0-word-press-release-information\">last week&#8217;s edition</a> I shared tools to set up test sites.</p>\n\n\n\n<p><strong><a href=\"https://profiles.wordpress.org/ironnysh/\">Ronny Shani </a></strong>reported on the release on WPTavern: <a href=\"https://wptavern.com/wordpress-6-5-is-around-the-corner-test-beta-2\"><strong>WordPress 6.5 Is Around the Corner; Test Beta 2</strong></a>. Shani, accumulated quite a collection of links and videos about features already published on the web.</p>\n\n\n\n<p><strong>Bud Kraus</strong> invites you to the Learn WordPress Online Workshop: <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/299175971/\">What&#8217;s New In WordPress 6.5</a></strong>? on <strong>April 9, 2024, at 19:00 UTC</strong>. He&#8217;ll cover, among other features</p>\n\n\n\n<ul>\n<li>Font Library</li>\n\n\n\n<li>Revisions for Styles, Templates and more</li>\n\n\n\n<li>Synched Pattern Overrides </li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Recording the next Gutenberg Changelog episode, <strong>Tammie Lister</strong> and I talked through Gutenberg 14.6 and 17.7 and what comes to WordPress 6.5 and other community initiatives and discussions. The episode will arrive at your favorite pods app over the weekend. </p>\n\n\n\n<a href=\"https://gutenbergtimes.com/podcast\"><img width=\"652\" height=\"183\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2024-02-24-at-10.29.42.png?resize=652%2C183&ssl=1\" alt=\"\" class=\"wp-image-27649\" /></a>\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-69cab3cf77ae7eea1b9e89a501b514a4\">🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-96/\">Gutenberg Changelog #96 – Gutenberg plugins versions 17.6 and 17.7, Mega Menus, Interactivity API and WordPress 6.5</a> with special guest Tammie Lister </p>\n\n\n\n<p>In their post, <a href=\"https://nomad.blog/2024/02/16/overlapping-problems/\"><strong>Overlapping problems</strong></a>, <strong>Anne McCarthy </strong>addresses the complexity that arises when multiple issues co-exist and interact with one another, complicating their resolution. McCarthy discusses strategies for managing these concerns by prioritizing them and employing a holistic approach to understand and resolve their interconnected nature.</p>\n\n\n\n<p>They also emphasize the psychological effects of facing such issues and the need for adaptive problem-solving techniques.  McCarthy included practical examples to illustrate how these concepts are applied in real-world scenarios.</p>\n\n\n\n<p><strong>Brian Coords</strong> kicked off an interconnected <a href=\"https://twitter.com/briancoords/status/1758554370810290354\">Twitter thread</a> , and as a consequence <strong>Anne McCarthy</strong> invites contributors and extenders to a <a href=\"https://make.wordpress.org/core/2024/02/19/hallway-hangout-lets-chat-about-overlapping-problems-in-the-site-editor/\">Hallway Hangout: Let’s chat about overlapping problems in the Site Editor</a> on February 27 at 17:00 UTC.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Tammie Lister</strong> published four more Editor Tips: </p>\n\n\n\n<ul>\n<li><a href=\"https://editortips.com/highlight-text/\">Highlight text</a></li>\n\n\n\n<li><a href=\"https://editortips.com/reset-template/\">Reset template</a></li>\n\n\n\n<li><a href=\"https://editortips.com/choose-border-style/\">Choose border style</a></li>\n\n\n\n<li><a href=\"https://editortips.com/lock-a-block/\">Lock a block</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jamie Marsland</strong>, PootlePress recreated <strong><a href=\"https://www.youtube.com/watch?v=-afMM8ykemw\">NASA homepage with WP Blocks in 30&nbsp;mins!</a> </strong>Follow along as Marsland uses nothing more than WordPress, the default block theme, and core Gutenberg blocks (no plugins, no additional CSS).</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Gardner, </strong>WPEngine<strong> </strong>shows you in his video <a href=\"https://www.youtube.com/watch?v=yc1FHD0DGiM\"><strong>how to disable patterns in the WordPress block inserter and site editor</strong></a> for his <a href=\"https://wordpress.org/themes/powder/\">Powder</a> theme, available in the WordPress Theme repository. His solution: a simple uncheck the pattern category on a settings page, before you turn over the site to a client.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> posted a new video: <strong><a href=\"https://www.youtube.com/watch?v=Pnx_nkB-O2E\">No Code, All Fonts thanks to the Font Library in WordPress 6.5</a>.</strong> She wrote in the description:</p>\n\n\n\n<ul>\n<li>The Font Library operates globally, similar to the Media Library, allowing you to easily install, remove, and activate fonts across your entire site. </li>\n\n\n\n<li>Whether a font is installed by you or provided by your theme or plugin, the Font Library provides seamless selection across your editing experience. </li>\n\n\n\n<li>Google Fonts is integrated into the Font Library experience, offering various typography options and quick uploads. </li>\n\n\n\n<li>This new ability empowers you to control a foundational aspect of your site’s design without the need for coding. </li>\n\n\n\n<li>Extenders can provide their font collections and manage permissions, including turning the feature off.</li>\n</ul>\n\n\n\n\n<div class=\"ngl-articles colored ngl-articles-50_50 ngl-articles-frontend\">\n\n	\n	<div class=\"ngl-articles-wrap ngl-articles-webview\">\n	\n						\n			<div class=\"ngl-article-mobile\">\n				<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n					<tr>\n						<td valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/pattern-overrides-an-early-review/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2024-02-07-at-11.29.34.png?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/pattern-overrides-an-early-review/\" target=\"_self\" rel=\"\"><span>Synched Pattern Overrides – an early review</span></a></div><div class=\"ngl-article-excerpt\">A month ago, Anne McCarthy suggested Early Opportunities to Test WordPress 6.5. Meanwhile, Gutenberg 17.6 has been released and 17.7 is in the works. For my explorations, I used WordPress&hellip; <a href=\"https://gutenbergtimes.com/pattern-overrides-an-early-review/\" class=\"ngl-article-read-more\" target=\"_self\">Read more.</a></div>							</div>\n						</td>\n					</tr>\n				</table>\n			</div>\n			\n			\n			\n\n		\n						\n			<div class=\"ngl-article-mobile\">\n				<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n					<tr>\n						<td valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/block-bindings-and-custom-fields-an-almost-no-code-example/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2024-02-21-at-11.06.40.png?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/block-bindings-and-custom-fields-an-almost-no-code-example/\" target=\"_self\" rel=\"\"><span>Block Bindings and Custom Fields &#8211;  an (almost) no-code example</span></a></div><div class=\"ngl-article-excerpt\">With the upcoming release of version 6.5, WordPress will receive the first iteration of Block Bindings API, a way to bind content of blocks to data stored in custom fields.&hellip; <a href=\"https://gutenbergtimes.com/block-bindings-and-custom-fields-an-almost-no-code-example/\" class=\"ngl-article-read-more\" target=\"_self\">Read more.</a></div>							</div>\n						</td>\n					</tr>\n				</table>\n			</div>\n			\n			\n			\n\n		\n		\n		</div>\n\n</div>\n\n\n\n\n<p><strong>Eric Karkovack</strong> set out to <a href=\"https://thewpminute.com/clearing-up-the-confusion-surrounding-block-themes/\"><strong>Clearing Up the Confusion Surrounding Block Themes</strong></a>. &#8220;Some users may not know if block themes are suitable for them. Others may have never heard of them at all. And we can’t forget the confusing comparisons with classic themes.&#8221; he wrote. Karkovack lists quite a few reasons why one would use a Block theme over a conventional theme. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/andersnoren\">Anders Noren</a></strong>, theme builder from <s>Norway</s> Sweden and early adopter of block themes, just <a href=\"https://twitter.com/andersnoren/status/1760746342350213127\">announced</a> a new block theme: &#8220;<a href=\"https://wordpress.org/themes/norrsken/\">Norrsken</a> is a simple blog theme inspired by the Aurora Borealis.&#8221; <strong><a href=\"https://andersnoren.se/introducing-norrsken/\">Introducing Norrsken</a></strong>. Fun fact: it is Noren&#8217;s 30th theme in the WordPress Repository!</p>\n\n\n\n<p>Noren published his first theme, <a href=\"https://wordpress.org/themes/lingonberry/\">Lingonberry</a>, in 2013.  His first block theme, <a href=\"https://wordpress.org/themes/tove/\">Tove</a>, made its debut in September 2021 and <a href=\"https://wordpress.org/themes/norrsken/\">Norrsken</a> is his 9th Block theme in the repository. </p>\n\n\n\n<a href=\"https://wordpress.org/themes/author/anlino/\"><img width=\"652\" height=\"404\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2024-02-23-at-10.25.20.png?resize=652%2C404&ssl=1\" alt=\"\" class=\"wp-image-27634\" /></a>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>Nick Diego</strong> has been <a href=\"https://nickdiego.com/experimenting-with-block-based-mega-menus/\"><strong>Experimenting with block-based mega menus</strong></a> combining two different extensibility features of the block editor coming to WordPress 6.5: </p>\n\n\n\n<ul>\n<li>Add  custom blocks to the Navigation block in WordPress. </li>\n\n\n\n<li>The&nbsp;<a href=\"https://make.wordpress.org/core/2024/02/19/merge-announcement-interactivity-api/\">Interactivity API</a>&nbsp;</li>\n</ul>\n\n\n\n<p>Diego shared <a href=\"https://github.com/ndiego/mega-menu-block\">his code on GitHub</a>. He is also working on a tutorial for the WordPress Developer Blog.</p>\n\n\n\n<p><strong>Jamie Marsland</strong> was inspired to try it out, and created a few examples. In his video <a href=\"https://www.youtube.com/watch?v=HbLOzce43Iw\"><strong>WordPress Gutenberg Mega Menus &#8211; Sneak peek!</strong></a> he shares his knowledge and shows you how you can use it, too.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><a href=\"https://twitter.com/ASKDesign2\"><strong>Anne Katzeff</strong></a>, graphic designer, theme builder, artists and fellow WordPress meetup organizer, ventured on the journey of <strong><a href=\"https://www.askdesign.biz/blog/2024/01/building-my-first-wordpress-block-theme-part-1/\">building her first Block theme</a></strong> and shares her progress and pain points. Her blog posts are rich with screenshots and other illustrations. She really takes you along her design process and how she gets things done. </p>\n\n\n\n<ul>\n<li><a href=\"https://www.askdesign.biz/blog/2024/01/building-my-first-wordpress-block-theme-part-1/\">In part one</a>, she covers setting the stage, with fonts, using the new font library and Global settings for color, dimensions, and layouts. </li>\n\n\n\n<li><a href=\"https://www.askdesign.biz/blog/2024/02/building-my-first-wordpress-block-theme-part-2-navigation/\">In part two</a>, Katzeff tackled navigation, menu, and header template part. </li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Next <strong>Tuesday,  Feb 27 at 16:00 UTC</strong>, <strong>Justin Tadlock</strong> and <strong>Ryan Welcher</strong> will host the next Developer Hours session on building complex layouts with blocks. Nick Diego <a href=\"https://twitter.com/nickmdiego/status/1760650662910800239\">likes</a> to call this the art of &#8220;block composition&#8221; and you won&#8217;t want to miss this. You can RSVP via Meetup:<strong> <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298634463/\" target=\"_blank\" rel=\"noreferrer noopener\">How to build modern web layouts with WordPress blocks</a></strong></p>\n\n\n\n<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298634463/\"><img width=\"600\" height=\"338\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Feb-27-Dev-Hours.webp?resize=600%2C338&ssl=1\" alt=\"How to create modern layouts with WordPress\" class=\"wp-image-27437\" /></a>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n<p>Hey there! Check out the latest&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\">“Keeping up with Gutenberg – Index 2024”</a></strong>&nbsp;where you’ll find a fresh, up-to-date list of all the posts from the teams working hard on Gutenberg. We’re talking Design, Theme Review, Core Editor, and more, from January 2024 onwards. I’ve been keeping tabs on everything just for you.</p>\n\n\n\n<p>Want to take a walk down memory lane? No problem! You can revisit the old days with these links:&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><strong>2020</strong></a>,&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\"><strong>2021</strong></a>,&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\"><strong>2022</strong></a>, and&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\"><strong>2023</strong></a>. Have fun diving in!</p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</h2>\n\n\n\n<p>Are you a PHP developer and hate JavaScript? Well, could be you just need someone like you to explain to you the important bits that are used in WordPress. <strong>Aurooba Ahmad</strong> published: <a href=\"https://aurooba.com/introducing-js-essentials-for-wp-devs/\"><strong>Introducing JS Essentials for WP Devs</strong></a>, a course &#8220;with 15 bite-sized lessons delivered daily to help you absorb JavaScript essentials. So you can go from zero to JS development as quickly as possible.&#8221; she wrote. The first lesson will come out on March 4, 2024, <a href=\"https://aurooba.com/js-essentials-for-wp-devs/\">you need to sign up, though. </a>The best part? It is free. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> introduced the first segment of a tutorial dedicated to the Block Bindings API on the WordPress Developer blog. The article, titled <a href=\"https://developer.wordpress.org/news/2024/02/20/introducing-block-bindings-part-1-connecting-custom-fields/\"><strong>&#8220;Introducing Block Bindings, part 1: connecting custom fields,&#8221;</strong></a> provides step-by-step instruction and code examples on how to connect custom fields to blocks within the WordPress editor and display on the front end. It serves as a primer to the new API, that helps to streamline the process of binding meta fields to blocks,  </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On the WPTavern site, <strong><a href=\"https://twitter.com/jamesgiroux\">James Giroux</a></strong> reported on <a href=\"https://wptavern.com/interactivity-api-prepares-for-its-official-debut-in-wordpress-6-5\"><strong>Interactivity API Prepares for its Official Debut in WordPress 6.5</strong></a>. &#8220;The Interactivity API and how it uses WordPress could be a pivotal moment in the Project’s history. It could create a new way of working with WordPress.&nbsp;&#8221; he wrote. And he might be right. It&#8217;s definitely exciting, and I am excited about all the tutorials and case studies that will be written in the upcoming months.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you don&#8217;t have a lot of time, but are curious about the Interactivity API, you and listen to <strong>Mario Santos</strong>, <strong>Ryan Welcher</strong> and <strong>Josepha Haden Chomphosy</strong> on the 73rd episode of the<strong> <a href=\"https://wordpress.org/news/2024/02/episode-73-inside-the-interactivity-api\">WP Briefing discussing the Interactivity API</a></strong>. &#8220;a new foundational tool that helps developers create memorable interactive front-end experiences.&#8221; and the show notes lists a ton of resources. </p>\n\n\n\n<a href=\"https://wordpress.org/news/2024/02/episode-73-inside-the-interactivity-api\"><img width=\"652\" height=\"367\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/WPBriefingInteractivityAPI.jpeg?resize=652%2C367&ssl=1\" alt=\"\" class=\"wp-image-27606\" /></a>\n\n\n\n<p><em>A couple of weeks ago, I shared about  <a href=\"https://gutenbergtimes.com/using-grid-support-pattern-overrides-power-in-the-details-interactions-are-coming-weekend-edition-284/#interactivity-api\"><strong>Buzz around the Interactivity API</strong></a> on the Weekend Edition 284, with links to more documentation and videos. </em></p>\n\n\n\n<p><strong>Ryan Welcher</strong> ran a Live Stream on Twitch and working on converting a <a href=\"https://www.twitch.tv/RyanWelcherCodes\"><strong>React app to do blocks with the Interactivity API in WordPress</strong></a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Leonardo Losoviz</strong> <a href=\"https://gatographql.com/\">Gato GraphQL v2.1</a>, it allows doing GraphQL as Automator, leveraging GraphQL persisted queries to automate data-related and block-related tasks. In his post, <a href=\"https://gatographql.com/blog/automate-your-wordpress-tasks-using-graphql-persisted-queries-with-the-new-gatographql-v210/?aff=g129E\"><strong>Automate your WordPress tasks, with the new Gato GraphQL v2.1</strong></a>, Losoviz added an example how the comments block can be automatically added to the post. &#8220;As you can compose the GraphQL persisted queries and automation rules directly within the wp-admin, it takes no time to create a super-customized automation pipeline, tailored to your needs.&#8221; Losoviz wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This week, <strong>Tammie Lister</strong> spoke on the WP Product Talk podcast, where she discussed <strong><a href=\"https://twitter.com/WPProductTalk/status/1760349021175259185\">Designing for the Future of WordPress.</a></strong> You can find the full episode on their website soon, <em><a href=\"https://wpproducttalk.com/podcast/designing-your-products-to-look-native-to-wordpress/\">right here</a></em>.</p>\n\n\n\n<p>During her talk with Amber Hinds and Zack Katz, who both own plugin companies, they talked about how WordPress seems to be both moving too slowly and too quickly at the same time, making it hard for people to keep up. She also encouraged people to speak up more when they find something missing in WordPress.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: <a href=\"https://wordpress.org/photos/author/mkrndmane/\">Makarand G. Mane</a> <em>Colorful outdoor wedding stage (mandap)</em> found on WordPress Photos</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Feb 2024 10:37:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Proposal: Host non-bundled Blocks in Gutenberg’s GitHub Repository\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154268\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/proposal-host-3rd-party-blocks-in-gutenbergs-github-repository\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6234:\"<p>Matias Ventura, Gutenberg’s Lead Architect, <a href=\"https://github.com/WordPress/gutenberg/issues/58773\">recently made a pitch</a> to incorporate some single-block plugins in the Gutenberg GitHub repository:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>“There&#8217;s a growing subset of blocks that we may contemplate creating that are either more niche or—for various reasons—not necessarily an immediate fit for the bundled library in core. This would include blocks that have enough appeal, demand, and where offering an endorsed implementation can significantly help both creators and viewers given best practices can be ascertained.”</em></p>\n</blockquote>\n\n\n\n<p>These plugins won’t just be guests—they’ll become roommates, proudly featured in the <a href=\"https://wordpress.org/documentation/article/block-directory/\">Blocks Directory</a>: “designed, developed, published, and maintained by core contributors in this repository” but available to install as standalone blocks in the directory.</p>\n\n\n\n<img width=\"896\" height=\"503\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2019/12/block-directory.png\" alt=\"\" class=\"wp-image-95958\" /><a href=\"https://make.wordpress.org/design/tag/block-directory/\">Early design prototypes</a> of the Block Directory\n\n\n\n<p>The tension between users’ demand to bundle more functionalities and the maintainers’ inclination toward keeping core as lean as possible won’t be resolved anytime soon. Yet this presents an interesting compromise: if <a href=\"https://gutenstats.blog\">the estimations</a> are accurate, and most websites are built with a combo of Group blocks holding Heading, Paragraph, Image, List, and Button blocks, then having this living arrangement will benefit both segments of the community.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The History of the Block Directory</strong></h2>\n\n\n\n<p>The Block Directory features a <a href=\"https://wordpress.org/plugins/browse/block/\">subset of single-purpose plugins</a> that users can install right in the editor without leaving the page you’re working on.&nbsp;</p>\n\n\n\n<p>Included <a href=\"https://wptavern.com/wordpress-5-5-eckstine-introduces-block-directory-block-patterns-and-automatic-updates-for-themes-and-plugins\">in the Block Editor since</a> WordPress 5.5, it has been the topic of several public debates since Matt Mullenweg prioritized it as an upcoming focus area in 2018.</p>\n\n\n\n<p>As <a href=\"https://wptavern.com/wordpress-explores-proposal-for-new-block-directory-to-host-single-block-plugins\">reported on WP Tavern</a>, the original proposal was to host small, JavaScript-based blocks that users could easily install via searchable in-editor UI. The critical responses to the technical limitations, the divergence from the native UX, and the potential performance toll it would entail didn’t prevent the final implementation from being almost identical to the initial version (although a few <a href=\"https://make.wordpress.org/design/tag/block-directory/\">early design prototypes</a> did address the UX issue).</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Evolution of Gutenberg</strong></h2>\n\n\n\n<p>No matter where they’re hosted, Blocks are plugins. And plugin developers are the jelly in WordPress’ sandwich.</p>\n\n\n\n<p>Treating these smaller-scoped blocks as standard plugins that must adhere to the platform’s Plugin guidelines regarding monetization, along with the introduction of a set of <a href=\"https://make.wordpress.org/plugins/2020/07/11/you-can-now-add-your-own-plugins-to-the-block-directory/\">technical restrictions</a>—no Dynamic Blocks, no block extensions, preferably no block collections, and no style Variations—has left many frustrated.</p>\n\n\n\n<p>The same <a href=\"https://wptavern.com/revised-block-directory-guidelines-proposal-updates-wording-but-changes-little-else\">technical and business-related</a> concerns raised during the discussions on the initial proposal remain unresolved in this latest proposal. Still, it does offer a modest promise to share the burden of maintenance and updates and the benefits of the <em>Authored by WordPress.org </em>stamp of approval.</p>\n\n\n\n<p>This time, though, the questions aren’t so much the technical functionality, the UI, or the business aspects; Ventura’s exploratory proposal is an administrative reform, hinting at the evolution of Gutenberg: no longer an experimental add-on that ships an ever-expanding array of specialized blocks but a maturate platform that focuses on fundamental core blocks, treating the former as cherished friends who are welcome to stay over.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Examples mentioned in the proposal</strong></h3>\n\n\n\n<div class=\"wp-block-columns has-neutral-100-background-color has-background is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ul>\n<li><a href=\"https://wordpress.org/plugins/abbreviation-button-for-the-block-editor/\">Abbreviation Button for the Block Editor</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/copyright-block\">Copyright Block</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/block-catalog\">Block Catalog</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/block-visibility\">Block Visibility</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/icon-block\">Icon Block</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ul>\n<li><a href=\"https://wordpress.org/plugins/lang-attribute\">Lang Attribute for the Block Editor</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/markdown-comment-block/\">Markdown Comment Block</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/social-sharing-block/\">Social Sharing Block</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/superlist-block\">Superlist Block</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/todo-block\">Todo Block</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<p><em>Update: the term &#8220;3rd-party&#8221; was removed to avoid confusion with non-core plugin developers. (Ronny Shani, 27.02.2024)</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Feb 2024 21:15:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronny Shani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Gutenberg Times: Block Bindings and Custom Fields –  an (almost) no-code example\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=27537\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://gutenbergtimes.com/block-bindings-and-custom-fields-an-almost-no-code-example/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10801:\"<p>With the upcoming release of version 6.5, WordPress will receive the first iteration of Block Bindings API, a way to bind content of blocks to data stored in custom fields. Custom fields have been around for a long time. What wasn&#8217;t available was a way for content creators / no-code site builders to read out the values of custom fields without using plugins like ACF or Metabox, etc. To include values from Custom fields on Theme templates, you also need a developer to help out.</p>\n\n\n\n<p>This first iteration is mostly for developers. Justin Tadlock published <a href=\"https://developer.wordpress.org/news/2024/02/20/introducing-block-bindings-part-1-connecting-custom-fields/\">Introducing Block Bindings, part 1: connecting custom fields</a>.</p>\n\n\n\n<ul>\n<li>It&#8217;s only enabled for heading, buttons, paragraphs, and image blocks.</li>\n\n\n\n<li>The binding sources are either <code>core/patterns</code> or <code>core/post-meta</code>. </li>\n\n\n\n<li>The feature does come with a way to register additional binding sources for your plugin or theme.</li>\n\n\n\n<li>A way to add or edit custom fields via the block editor is missing. </li>\n</ul>\n\n\n\n<p>So you might ask why should I bother? And you&#8217;d be right. Whether you are a no-code site builder or site owner, don&#8217;t quit just yet.</p>\n\n\n\n<p>As Custom Fields have been part of WordPress since the Stone Age, there is a way to <a href=\"https://wordpress.org/documentation/article/assign-custom-fields/\">add and modify custom fields</a>. The good ol&#8217; meta boxes.</p>\n\n\n\n<p>Block Bindings will open so many possibilities that many users have been longing for since the start of blocks in 2017. I found the feature so intriguing that I wondered if I could make it work now using as little code as possible. And with a minimal squinting in the code editor, you can start using it, too. Even if only as a proof of concept. There is the little warning: Use this in production at your own risk.</p>\n\n\n\n<p>Here is a rundown of my idea:</p>\n\n\n\n<p>Each blog post is part of a logbook, which reports what happened today&#8211; including a note about the weather, which then appears above the title of a post.</p>\n\n\n\n<img width=\"652\" height=\"419\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2024-02-21-at-11.10.24.png?resize=652%2C419&ssl=1\" alt=\"\" class=\"wp-image-27547\" />\n\n\n\n<p>Here are the broad steps to accomplish this:</p>\n\n\n\n<ul>\n<li>Use the good ol&#8217; meta box to add a note about today&#8217;s weather to the blog post</li>\n\n\n\n<li>Use a block to read the post-meta value, and</li>\n\n\n\n<li>Add the block to the single post template, with some styling and a drop-shadow.</li>\n</ul>\n\n\n\n<p>The middle step is the meat of the matter, and that&#8217;s where the squinting skill comes in.  If you know how to use meta boxes to create custom fields, you can skip over the <a href=\"https://gutenbergtimes.com/feed/#blockbinding\">next section right to the middle step. </a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to use Meta boxes to create a Custom Field</h2>\n\n\n\n<p>First, you need to enable Custom Fields for the post editor via the Preference menu . Go to the 3-dot Options menu and select <strong>Preferences</strong>. But before you go there, make sure you saved all your changes to the post. To show the meta boxes below the post, the block editor needs to reload the page, and unsaved content would be removed. </p>\n\n\n\n<p>Here is a short video.</p>\n\n\n\n		\n			<div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n			\n			\n		\n		\n\n\n<p>You can add a new custom field called &#8220;Weather&#8221; to the post and add the value: &#8220;Sunny with a chance of rain in the afternoon.&#8221;</p>\n\n\n\n		\n			<div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n			\n			\n		\n		\n\n\n<p>For subsequent posts you can select the name of the Custom field from the dropdown box and add the value.</p>\n\n\n\n		\n			<div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n			\n			\n		\n		\n\n\n<p>That was our short discourse on handling Custom Fields with WordPress. Now we apply your knowledge a bit further. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"blockbinding\">Block Binding Block markup</h2>\n\n\n\n<p>The documentation for the Block Bindings shows how you can use the block markup to add information about the meta field (aka Custom field) to the block. </p>\n\n\n\n<p>The template looks like this: </p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span></span><span tabindex=\"0\" class=\"code-block-pro-copy-button\"></span><pre class=\"shiki solarized-light\" tabindex=\"0\"><code><span class=\"line\"><span>&lt;!--</span><span> wp:</span><span>paragraph</span><span> {</span></span>\n<span class=\"line\"><span>     </span><span>\"metadata\"</span><span>:{</span></span>\n<span class=\"line\"><span>        </span><span>\"bindings\"</span><span>:{</span></span>\n<span class=\"line\"><span>          </span><span>\"content\"</span><span>:{</span></span>\n<span class=\"line\"><span>            </span><span>\"source\"</span><span>:</span><span>\"core/post-meta\"</span><span>,</span></span>\n<span class=\"line\"><span>            </span><span>\"args\"</span><span>:{</span></span>\n<span class=\"line\"><span>              </span><span>\"key\"</span><span>:</span><span>\"Weather\"</span></span>\n<span class=\"line\"><span>              }</span></span>\n<span class=\"line\"><span>             }</span></span>\n<span class=\"line\"><span>            }</span></span>\n<span class=\"line\"><span>         }</span></span>\n<span class=\"line\"><span>      } </span><span>--&gt;</span></span>\n<span class=\"line\"><span>&lt;</span><span>p</span><span>&gt;&lt;/</span><span>p</span><span>&gt;</span></span>\n<span class=\"line\"><span>&lt;!--</span><span> </span><span>/</span><span>wp:</span><span>paragraph</span><span> </span><span>--&gt;</span></span></code></pre></div>\n\n\n\n<p>The <code>source</code> parameter identifies the place where the system looks for the information. Here it says, &#8220;core/post-meta.&#8221; That&#8217;s the space where custom fields and their values are stored. In the <code>args</code> section, it asks for the key of the custom field, that&#8217;s the name, which is &#8220;Weather&#8221; in our case.</p>\n\n\n\n<p>Yes, it can be a bit intimidating.  You need to enter the code editor for a minute to add this to your post.</p>\n\n\n\n<p>Now, here comes the hard part for non-coders. </p>\n\n\n\n<ul>\n<li>Use the copy button on the right of the code block to add the content to your clipboard.</li>\n\n\n\n<li>Switch to the code editor via the <strong>Options</strong> menu or use the Keyboard shortcut. </li>\n\n\n\n<li>Then  paste the code above into the code editor</li>\n\n\n\n<li>Save everything and exit the code editor. </li>\n\n\n\n<li>When you return to the visual editor, you only see one word in the space where the block went: Weather. Don&#8217;t worry, that&#8217;s a little downside of this process, there is no preview in the editor. </li>\n\n\n\n<li>Click on the <strong>Preview in new tab</strong>, and you see the post&#8217;s value for the custom field &#8220;Weather&#8221; displayed on the front end.</li>\n</ul>\n\n\n\n<p>Here is a video of the whole process.</p>\n\n\n\n		\n			<div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n			\n			\n		\n		\n\n\n<p>Phew! For the first time, that seems like a complicated move. You might not want to do too often, right? Or maybe it gives you a bit more confidence. I&#8217;d be happy to help you while you try to figure it out. Just email me at <a href=\"mailto:pauli@gutenbergtimes.com\">pauli@gutenbergtimes.com</a> or ping me in WP Slack as @bph.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Add the block with bindings to the single post template</h2>\n\n\n\n<p>The next and final step is easier. Now that you know how this works, you might want to add the block to the Single Post template. So every time an editor makes a logbook entry and adds the weather to the meta box, it will display on the front end.</p>\n\n\n\n<p>Here is the video of the steps.</p>\n\n\n\n		\n			<div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n			\n			\n		\n		\n\n\n<p>From there, you can embellish the weather section of your posts some more. </p>\n\n\n\n<p>After I transformed the block into a column, I added another paragraph to the template section with a drop shadow.</p>\n\n\n\n<img width=\"652\" height=\"372\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2024-02-21-at-17.44.26.png?resize=652%2C372&ssl=1\" alt=\"\" class=\"wp-image-27575\" />\n\n\n\n<h2 class=\"wp-block-heading\">Some things to consider</h2>\n\n\n\n<p>Although it works well when you always remember to add the weather note to every post, there is no reminder, and we know there is no preview. I also see two major issues: </p>\n\n\n\n<ul>\n<li>There is no default option on what to display when the value of the custom field is empty. It will display the empty white box.</li>\n\n\n\n<li>All you can do with custom field in meta boxes is a text input field. There is no select box to make sure only a certain set of values is added, no control of numbers, etc. and shadow just. These issues and a few more are better solved with code.</li>\n</ul>\n\n\n\n<p>In his post, <a href=\"https://developer.wordpress.org/news/2024/02/20/introducing-block-bindings-part-1-connecting-custom-fields/\">Introducing Block Bindings, part 1: connecting custom fields</a>, Justin Tadlock wrote about how to user <code>register_meta()</code> function to add custom fields properly. </p>\n\n\n\n<p>Meta boxes are also a legacy system that doesn&#8217;t really fit the block editor way of doing things anymore. The Gutenberg developers are working on the interface to add and edit custom fields as well as make the block show that it&#8217;s connected to a custom field.</p>\n\n\n\n<p>If you are interested in the Block Binding API work  you can <a href=\"https://github.com/WordPress/gutenberg/issues/54536\">follow along this tracking issue.</a></p>\n\n\n\n<p>Please share in the comments if you run into trouble, and you are welcome to share your ideas and implementations if you followed along. Furthermore, please post your questions so we can answer them.</p>\n\n\n\n<p>On the WordPress Slack  space there is also an <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\"><strong>#outreach channel</strong></a> where I and other contributors hang out to answer questions and facilitate discussions about upcoming features. You are more than welcome to join. If you are not on the WordPress Slack yet, you can sign up with your <a href=\"https://login.wordpress.org/register?locale=en_US\">WordPress.org account</a> and then <a href=\"https://make.wordpress.org/chat/\">follow the instructions. </a> <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Feb 2024 18:31:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WPTavern: WooCommerce Releases 8.6 &amp; 8.6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154232\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/woocommerce-releases-8-6-8-6-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7002:\"<div class=\"wp-block-group has-neutral-100-background-color has-background is-layout-constrained wp-container-core-group-is-layout-2 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">tl;dr</h2>\n\n\n\n<p>WooCommerce 8.6, delayed due to an Order Attribution Tracking issue, has been released. It features a new Product Details block style, six new layouts for the Product Collection block, and a sales column for marketing analytics. </p>\n\n\n\n<p>For developers, it offers improved logging, a notice on Legacy REST API removal, simplified customer history calculation, and 8.6.1 patching four issues. </p>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>After a slight delay, <a href=\"https://developer.woo.com/2024/02/15/woocommerce-8-6-product-blocks-order-attribution-updates/\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce 8.6 was released</a> last week. An Order Attribution Tracking issue discovered in 8.5.2 <a href=\"https://developer.woo.com/2024/02/13/woocommerce-8-6-0-delayed/\" target=\"_blank\" rel=\"noreferrer noopener\">prompted the delay</a> so that a fix could be included in the 8.6 release. With 365 commits from 73 contributors, this latest version of WooCommerce introduces some slick new features and enhancements for merchants and developers.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Key Features</h2>\n\n\n\n<img width=\"556\" height=\"206\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2024/02/block-styles-section.png\" alt=\"Product Details Block Styles Section\" class=\"wp-image-154233\" />\n\n\n\n<p><strong>New Block Style for Product Details Block</strong></p>\n\n\n\n<p>WooCommerce 8.6 introduces a new ‘Styles’ area for the Product Details block with two options; Classic and Minimal. By default the Minimal style is selected on new installs with the Classic style being maintained to ensure compatibility with theme-based CSS customizations.</p>\n\n\n\n<p><strong>Product Collection Block Gains Six New Layouts</strong></p>\n\n\n\n<p>Probably the most impactful feature for merchants and marketers is the introduction of six new layouts for the Product Collection block. Now merchants can select between New Arrivals, Top Rated, Best Selling, On Sale, Featured and Product Catalog.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<img width=\"1506\" height=\"1240\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2024/02/product-collection-layouts.png\" alt=\"Screenshot of Product Collection Layouts Interface.\" class=\"wp-image-154234\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>These new layouts can be combined, mixed and matched on a single page to respond better to the needs of merchants. For example, promote your new spring arrivals in a block above your winter sale items that leads into your complete product catalog.</p>\n\n\n\n<p><strong>Sales Column Added to Marketing Page</strong></p>\n\n\n\n<p>For merchants who are using WooCommerce to view and manage their marketing channels (i.e. Google Ad campaigns), a new column in the Sales card provides a quick look at how various campaigns are performing.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Developer Updates</h2>\n\n\n\n<p><strong>Logging System Changes</strong></p>\n\n\n\n<p>Significant improvements have been made to the internal logging system in WooCommerce 8.6. Merchants and developers now have an interface for browsing and viewing log entries that will improve debugging and auditing in the future.</p>\n\n\n\n<p>There is now a log file browser that lets users filter, sort and manage log files. Users can now click individual log files and view them right within their WordPress dashboard. Search has also been improved to enable selecting a group of files to search within, filtering, sorting and linking individual lines in files that contain the search term. Logs have also now been made fully exportable. Users can download individual files or in bulk via a zip file.&nbsp;</p>\n\n\n\n<p><strong>Legacy REST API Removal Notice</strong></p>\n\n\n\n<p>As WooCommerce prepares for the removal of its legacy REST API in 9.0, merchants still using the legacy API will now see a notice of the upcoming change. Given the pace of releases, this means deprecation/removal is about 4 months away.</p>\n\n\n\n<p><strong>Simplified Customer History Calculation</strong></p>\n\n\n\n<p>With Order Attribution Tracking the main cause for the delay in releasing 8.6, a simplified customer history calculation was introduced to mitigate the risk of a calculation resulting in 500 errors (server errors) on larger shops.</p>\n\n\n\n<p><strong>8.6.1 Release Patches 4 Issues</strong></p>\n\n\n\n<p>A patch was released earlier this week that fixes four issues identified with the release of 8.6. These issues were significant enough that this release was issued very quickly. Check out the details on the <a href=\"https://developer.woo.com/2024/02/20/woocommerce-8-6-1-fixes-to-issues-introduced-in-8-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce Developer blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-group has-neutral-100-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading\">w00t Dev Docs</h3>\n\n\n\n<p><em>By Ronny Shani</em></p>\n\n\n\n<p>Shortly before the release, the team <a href=\"https://developer.woo.com/2024/01/31/introducing-new-woocommerce-developer-documentation/\"><strong>launched a brand new</strong></a> documentation website for developers. The <a href=\"https://developer.woo.com/docs/\"><strong>Woo Developer Docs</strong></a> embraces the docs-as-code approach, hosting markdown files in a centralized location: <a href=\"https://github.com/woocommerce/woocommerce/tree/trunk/docs\"><strong>the docs folder of the project’s GitHub monorepo</strong></a>.</p>\n\n\n\n<p>This approach is a win-win:</p>\n\n\n\n<ol>\n<li>It encourages community collaboration and empowers users to contribute to the documentation.</li>\n\n\n\n<li>It enables the plugin’s developers to update docs whenever they modify or update WooCommerce’s codebase.</li>\n</ol>\n\n\n\n<p><a href=\"https://developer.woo.com/roadmap/improving-docs/\"><strong>Improving the developer experience</strong></a> is part of Woo’s roadmap; V1 is a great example of how to do it right.</p>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Progress On New Product Editor</strong></h2>\n\n\n\n<p>Finally, a small tweak to the new Product Editor was introduced, adding the ability to mark a product as Featured. Merchants using the new Product Editor can click an inline star icon in the title field. The new product editor is making steady progress as it reshapes the way merchants interact with WooCommerce in the product creation flow. </p>\n\n\n\n<p>If you have not yet, now is a good time to give the new Product Editor a test drive to see what’s coming and how the interface of WooCommerce is changing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Feb 2024 18:10:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"James Giroux\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Do The Woo Community: WordCamp Asia 2024 with Andy Saw &amp; Huanyi Chuang\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=79134\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://dothewoo.io/wordcamp-asia-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"<p>Volunteers from the organizing team, Andy Saw &#038; Huanyi Chuang cover all the ground for the event coming in Tapai in March.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/wordcamp-asia-2024/\">WordCamp Asia 2024 with Andy Saw &amp; Huanyi Chuang</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Feb 2024 09:56:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Navigating the Nexus: A Chronicle of Recent WordPress Acquisitions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154211\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/navigating-the-nexus-a-chronicle-of-recent-wordpress-acquisitions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3440:\"<p>Over the past four months, some exciting developments have been bustling in the dynamic mergers and acquisitions arena of WordPress. To catch everyone up let&#8217;s grab a beverage of choice and take a stroll down the calendar of memories.</p>\n\n\n\n<p>Most recently, on February 15th, <a href=\"https://optinmonster.com/optinmonster-acquires-beacon-lead-magnet-creator\">OptinMonster announced</a> its acquisition of Beacon Lead Magnet Creator. Per the press release from OptinMonster &#8220;Beacon makes it easy for anyone to create and deliver professional lead magnets, without needing a writer, graphic designer or developer.&#8221; This move adds another layer to OptinMonster&#8217;s robust toolkit, reinforcing its position as a go-to resource for businesses seeking to optimize their lead-generation strategies. Additionally, the founders of <a href=\"https://beacon.by/\">Beacon.by</a>, brothers Kevin &amp; Eion McGrath will be moving on to other ventures.&nbsp;</p>\n\n\n\n<p>Stepping back two weeks lands us on the date of January 28th when Andrew Wilder at <a href=\"http://nerdpress.net\">NerdPress.net</a> shared the news that they acquired the <a href=\"https://wordpress.org/plugins/rvg-optimize-database/\">Optimize Database After Deleting Revisions Plugin</a>. As Andrew states. &#8220;It&#8217;s a tool we&#8217;ve long relied on &#8212; installing it on all our clients&#8217; sites&#8230;.and less than a day after releasing our first update (patching minor security vulnerabilities), the plugin has already been downloaded nearly 23,000 times&#8221;.</p>\n\n\n\n<p>Rolling back the calendar yet another seven weeks we see the calendar shows the date of December 6, 2023, and we once again hear from Andrew Wilder of NerdPress.net. This time the news is a bit more celebratory as it&#8217;s about their first acquisition ever! They acquired the social media sharing plugin <a href=\"https://www.nerdpress.net/announcing-hubbub/\">Grow Social from Mediavine</a>. Part of the agreement in the acquisition was to rename the plugin to clear up any confusion between Mediavines properties &#8220;Grow Social&#8221; and &#8220;Grow&#8221;, which they have by rebranding the plugin <a href=\"https://morehubbub.com/\">Hubbub</a>. Kudos to Andrew and NerdPress for consistently expanding their offerings and enriching the WordPress community.</p>\n\n\n\n<p>Finally, our trip down memory lane comes to a stop two months earlier on Oct 5, 2023, when Jamie Madden <a href=\"https://twitter.com/dcwhatwhat/status/1710102476396122397\">announced</a> on X/Twitter that his plugin <a href=\"https://licenseserver.io/\">License Server</a> plugin was acquired by&nbsp;<a href=\"https://twitter.com/peter_4sure\">@peter_4sure</a> via <a href=\"https://acquire.com/\">acquiredotcom</a></p>\n\n\n\n<p>As the WordPress world keeps spinning on its axis of innovation, it seems our beloved industry is playing matchmaker, setting up mergers and acquisitions like they’re going out of style. It’s like watching a rom-com where everyone ends up happily ever after, except here, the happy couples are plugins, platforms, and services tying the knot. So, raise your virtual glasses to the lovebirds&#8230; here’s to them finding their soulmates in the vast sea of code and content. May these digital unions spark a renaissance in our WordPress universe, bringing us new features, faster sites, and maybe, just maybe, fewer “Error establishing a database connection”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Feb 2024 01:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Adam Silver\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Gravatar: Securing Cyber Space: Role of Digital Identity Verification\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1152\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://blog.gravatar.com/2024/02/21/securing-cyber-space-role-of-digital-identity-verification/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14701:\"<p>We all have an online identity in all kinds of scenarios, from joining a social media platform, opening a bank account, applying for a loan, and buying services, just to name a few. For each of these to be possible, the person or organization on the other side must be sure that this identity is legit.</p>\n\n\n\n<p>With more than <a href=\"https://www.javelinstrategy.com/2022-Identity-fraud-scams-report\">42 million folks reporting to have been victims of identity fraud just in 2021</a> and just in the USA, everyone must be highly vigilant regarding their digital information. This guide covers why digital identity verification is necessary and the various methods you can use to enable it.</p>\n\n\n\n<p>You’ll also get familiar with a standout solution in digital identity management – <a href=\"https://gravatar.com/\">Gravatar</a>. Our platform simplifies digital identity verification and facilitates more seamless integration for developers creating websites, web apps, or digital stores.</p>\n\n\n\n<p>Let’s jump right into it!&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">What is digital identity verification?</h2>\n\n\n\n<p>Simply put, this is the process of <strong>authenticating users to confirm their identity is legitimate</strong>, preventing fraud attempts and elevating cybersecurity.&nbsp;</p>\n\n\n\n<p>This involves collecting various <em>types </em>of user data – from personal information like name and date of birth to biometric data such as fingerprints or facial patterns. This data is then carefully analyzed, creating a digital identity that the system uses to assess whether the user is genuinely who they claim to be.</p>\n\n\n\n<p>In sectors such as cybersecurity, online banking, and eCommerce, digital identity verification is essential. Online banking, for instance, can prevent unauthorized access to private accounts, avoiding substantial financial losses. Similarly, in ecommerce, verifying customer identities can deter fraudulent transactions, leading to a safer shopping environment.</p>\n\n\n\n<p>Digital fraud has serious real-life consequences. In 2022 alone, <a href=\"https://www.statista.com/topics/11020/online-fraud-in-the-united-states/#topicOverview\">cybercrime accounted for monetary losses, amassing an astounding 10.3 billion U.S. dollars</a>, making it evident just how critical digital identity verification is.</p>\n\n\n\n<p>Thankfully, with advanced technological strategies, such as multi-factor authentication and AI-powered checks, and by following regulatory mandates such as Know Your Customer (KYC) and Anti-Money Laundering (AML), you can effectively keep cybercriminals at bay and create a secure digital environment where users can interact fearlessly.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Compliance with Know Your Customer and anti-money laundering regulations</h3>\n\n\n\n<p>KYC guidelines require financial businesses to corroborate the identity and suitability of every customer while continuously monitoring their transactions for suspicious activities. Similarly, AML regulations are comprehensive policies designed to combat illicit actions like money laundering or terror financing.</p>\n\n\n\n<p>As you can probably guess, to comply with these regulations, you need to apply different digital identity verification methods; for example – Artificial Intelligence (AI)-aided digital identity verification. Advanced algorithms can quickly detect anomalies in user profiles, enabling faster, more accurate determination of a user&#8217;s identity.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Website security</h3>\n\n\n\n<p>Implementing a solid verification process can protect many different website elements from unauthorized access and potential data theft, including user login interfaces, transactional pages, and backend data storage facilities.&nbsp;</p>\n\n\n\n<p>Without a secure verification process, websites become easy targets for cybercriminals and are exposed to threats with potentially catastrophic outcomes – from loss of sensitive user information, identity theft, and damaging brand reputation to great financial losses.</p>\n\n\n\n<p>Thankfully, this can be easily prevented by implementing robust digital identity verification methods and ensuring that all employees and partners know the security protocols. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Advantages of automated identity verification</h2>\n\n\n\n<p>Automated identity verification is a technology-based process that uses algorithms and data analysis to confirm an individual&#8217;s identity without human intervention.</p>\n\n\n\n<p>Let’s take a look at how it can benefit identity verification procedures.&nbsp;</p>\n\n\n\n<ul>\n<li><strong>Decrease in human errors: </strong>Typically, manual identity checks are prone to oversights, inconsistencies, and delays. Automated verification eliminates these drawbacks by employing superior algorithms and databases that enhance accuracy and reliability. </li>\n\n\n\n<li><strong>Improved efficiency: </strong>Automation speeds up identity checks, making it faster for users. For instance, if someone wants to make a big online transaction, automated identity checks would greatly reduce the time it takes to verify whether the customer is legitimate, allowing them to proceed with the transaction while providing a hassle-free experience. </li>\n\n\n\n<li><strong>Convenience: </strong>With automated identification, there is no need to go through mountains of documentation or force the customer to be physically present to seal the deal. </li>\n\n\n\n<li><strong>Increased security provisions: </strong>Modern-day systems incorporate a range of sophisticated technologies, including AI and biometrics, adding multiple layers of security. For instance, AI algorithms are designed to adapt and evolve to potential threats, while biometric checks like fingerprint or facial recognition provide an endless series of verifications, preventing nearly all attempts at identity spoofing.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Common methods for digital identity verification</h2>\n\n\n\n<p>There are <strong>six primary techniques for digital authentication</strong> that can be combined or used separately:</p>\n\n\n\n<h3 class=\"wp-block-heading\">ID document verification</h3>\n\n\n\n<img src=\"https://gravatar.files.wordpress.com/2024/02/image-4-edited.png\" alt=\"A diagram showing that OCR can transcribe images, PDFs, and docs into text.\" class=\"wp-image-1157\" />\n\n\n\n<p>Identity Document Verification is used to verify the authenticity of government-issued identification documents such as passports, driver&#8217;s licenses, or voter ID cards. </p>\n\n\n\n<p>It uses advanced OCR (Optical Character Recognition) technology to extract data from a document&#8217;s text fields. This data is then analyzed and verified against numerous databases and real-time information.&nbsp;</p>\n\n\n\n<p>You can use many tools for ID Document Verification, such as <a href=\"https://ekata.com/\">Ekata</a>, <a href=\"https://onfido.com/use-cases/identity-verification/\">Onfido</a>, or <a href=\"https://www.jumio.com/\">Jumio</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Biometric verification</h3>\n\n\n\n<img src=\"https://gravatar.files.wordpress.com/2024/02/image-5-edited.png\" alt=\"Facial and fingerprint recognition.\" class=\"wp-image-1159\" />\n\n\n\n<p>This method gives businesses a very high level of security as it focuses on fingerprint recognition, iris or retina scanning, and face recognition. It uses the unique biological traits of an individual that are hard to forge or steal instead of relying on what a user knows (like a password) or what a user has (like an ID card) for identification. </p>\n\n\n\n<p>Companies like <a href=\"https://www.apple.com/\">Apple</a> have implemented face and fingerprint recognition techniques for user identification. Their cultivated databases have proven to be instrumental in enhancing user access management, proving crucial in fields beyond consumer electronics like border control and banking.&nbsp;</p>\n\n\n\n<p>Security aside, privacy considerations around biometric data must be addressed keenly with robust data-protection frameworks to prevent misuse.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Liveness detection</h3>\n\n\n\n<img src=\"https://gravatar.files.wordpress.com/2024/02/image-6-edited.png\" alt=\"\" class=\"wp-image-1161\" />\n\n\n\n<p>Liveness detection is an integral component of the digital identity verification landscape. It refers to the technology that authenticates whether the user engaging with a service or application is indeed a ‘live’ human and not a spam bot or an impersonator, significantly fortifying cybersecurity.</p>\n\n\n\n<p>This technology relies on evaluating user interactions for signs of natural human behavior such as eye movement, facial expression changes, and depth perception – traits that bots find challenging to mimic. For example, platforms such as <a href=\"https://www.id.me/\">ID.me</a> and Jumio use methods like optical-based motion analysis to accurately detect living entities and mitigate identity fraud.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Knowledge-Based Authentication (KBA)</h3>\n\n\n\n<img src=\"https://gravatar.files.wordpress.com/2024/02/image-7-edited.png\" alt=\"A form asking, \'What is your childhood pet\'s name?\'\" class=\"wp-image-1163\" />\n\n\n\n<p>Knowledge-based Authentication (KBA) is an identity verification process that uses private information unique to the user for authentication.&nbsp;</p>\n\n\n\n<p>It comes in two forms:&nbsp;</p>\n\n\n\n<ul>\n<li><strong>Static KBA:</strong> Uses pre-set questions like &#8220;What is your mother&#8217;s maiden name?&#8221;.</li>\n\n\n\n<li><strong>Dynamic KBA: </strong>Revolves around public information, with questions such as &#8220;Which one of these addresses are associated with you?&#8221;.</li>\n</ul>\n\n\n\n<p>However, KBA has its vulnerabilities, such as people often choosing very predictable questions and answers. So, it’s no wonder the cybersecurity industry is gradually tilting towards safer alternatives. Biometric authentication and multi-factor authentication are growing trends, offering a more secure way of verifying digital identities.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What is rel=me?</h3>\n\n\n\n<p>The <a href=\"https://microformats.org/wiki/rel-me\">rel=&#8221;me&#8221; attribute</a> is a way to <strong>indicate that two different web pages are owned or controlled by the same person or entity</strong>. This can be useful for search engines and other services that try to understand the connections between different parts of your online presence.</p>\n\n\n\n<p>Imagine you have a professional blog and a <a href=\"https://twitter.com/\">Twitter (now X)</a> account. To link these two and establish your authority over both, you can use the following code on your website and affirm ownership of both profiles in the digital space.</p>\n\n\n\n<table><tbody><tr><td>&lt;<strong>a</strong> href=&#8221;<a href=\"https://twitter.com/yourTwitterHandle&#8221\" rel=\"nofollow\">https://twitter.com/yourTwitterHandle&#038;#8221</a>; rel=&#8221;me&#8221;&gt;Follow me <strong>on</strong> <strong>Twitter</strong>&lt;/<strong>a</strong>&gt;</td></tr></tbody></table>\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a>, for example, leverages rel=me to authenticate <a href=\"https://mastodon.social/\">Mastodon</a> accounts, providing credible proof for the influential role of this tag in elevating the digital identity verification process.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Identity providers</h3>\n\n\n\n<p>Identity Providers (IdPs) are trustworthy platforms that authenticate the identity of a user. After confirming the identity, IdPs grant authorization credentials, such as tokens or digital certificates, enabling users to access a website or application without creating unique logins for every site.&nbsp;</p>\n\n\n\n<p>Despite simplifying processes massively, IdPs do not compromise security. They adhere to rigorous security standards like <a href=\"https://openid.net/developers/how-connect-works/\">OpenID Connect</a> and the <a href=\"https://www.oracle.com/security/cloud-security/what-is-saml/\">Security Assertion Markup Language</a> (SAML) to guarantee protection from unauthorized access.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Gravatar: The digital identity verification provider you need</h2>\n\n\n\n<p>Verifying the identity of users who sign up to a website/web store/web app can be a complicated task, but you can make this much easier with a trusted provider such as <a href=\"https://gravatar.com/\">Gravatar</a>.&nbsp;</p>\n\n\n\n<p>Gravatar simplifies the process of digital identity verification by assigning globally recognized avatars. These avatars are linked to users&#8217; email addresses, authored posts, comments, and more, reinforcing a robust and unique digital identifier.</p>\n\n\n\n<p>Simply put, a user is verified when they prove they own the particular service’s login credentials, including <a href=\"https://twitter.com/?lang=en\">Twitter</a>, <a href=\"https://www.instagram.com/\">Instagram</a>, <a href=\"https://www.tiktok.com/\">TikTok</a>, <a href=\"https://github.com/\">GitHub</a>, <a href=\"https://www.twitch.tv/\">Twitch</a>, <a href=\"https://stackoverflow.com/\">Stackoverflow</a>, and many more. The moment an account is added to a profile, it is deemed “verified” and, thereby, securely validated.</p>\n\n\n\n<p>Gravatar profiles are implemented across many platforms, such as <a href=\"https://wordpress.org/\">WordPress</a> and <a href=\"https://openai.com/\">OpenAI</a>, making every digital journey a consistent and streamlined experience.&nbsp;</p>\n\n\n\n<p>This digital verification system stands out with many impressive features, such as:&nbsp;</p>\n\n\n\n<ul>\n<li><strong>Privacy-forward approach: </strong>The complete control over personal data remains with the user. They decide what&#8217;s public and what&#8217;s private, catering to the needs of privacy-conscious netizens.</li>\n\n\n\n<li><strong>Easy integration: </strong>Integrate with Gravatar in just a few minutes using the <a href=\"https://docs.gravatar.com/general/hash/\">developer API</a>. </li>\n\n\n\n<li><strong>Optimized customer experience:</strong> For instance, new users registering on a blog site would find their Gravatar avatar automatically displayed instead of an impersonal placeholder. This can significantly reduce the number of steps in the profile setup and make the sign-up process quicker and smoother.</li>\n</ul>\n\n\n\n<p>Be it enriching user experiences, simplifying the digital identity verification process, or ensuring avatar consistency, Gravatar proves to be an indispensable tool. So, if you’re a business or an individual who wants to enhance cybersecurity and identity management, <a href=\"https://docs.gravatar.com/\">check out what Gravatar can do for you</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Feb 2024 20:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: WordPress 6.5 Is Around the Corner; Test Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=154192\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wordpress-6-5-is-around-the-corner-test-beta-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11592:\"<p><a href=\"https://wordpress.org/news/2024/02/wordpress-6-5-beta-2/\">WordPress 6.5 Beta 2</a> was released yesterday, featuring exciting capabilities and dozens of updates and bug fixes.</p>\n\n\n\n<p>The first major release of 2024, WordPress 6.5 will <a href=\"https://make.wordpress.org/core/6-5/\">officially launch</a> on March 26, 2024. Now’s the best time to start poking around, see what’s new, make sure your project(s) are ready, and <a href=\"https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1/\">help test the system</a> so the team can get to the finish line with as few bugs as possible.</p>\n\n\n\n<p class=\"has-text-align-center has-neutral-100-background-color has-background\">To experiment with the latest beta, try <strong>WordPress Playground</strong>; this no-code browser-based WordPress instance comes pre-installed with extra plugins and test content.<br /><a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20%5B%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20%5D%20%7D\" target=\"_blank\" rel=\"noreferrer noopener\">Click here to open a standalone Beta 2 window in a new tab</a>.</p>\n\n\n\n<p>Let’s see what’s new:</p>\n\n\n\n<h2 class=\"wp-block-heading\">Improvements and Bug Fixes</h2>\n\n\n\n<p>The <a href=\"https://wptavern.com/wordpress-2023-survey-block-editor-on-the-rise-positive-feeling-about-contributing-drops\">results of the WordPress 2023 Survey</a> revealed that users already rank performance and accessibility among their favorite things about the platform but would like to see even more done to enhance both. Ask, and you shall receive.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance and Accessibility</h3>\n\n\n\n<p>According to <a href=\"https://wordpress.org/news/2024/02/wordpress-6-5-beta-1/\">the announcement post</a>, the upcoming version “contains more than 110 performance-related updates”, including <a href=\"https://github.com/WordPress/gutenberg/issues/57935\">improved loading speeds</a> across the Post and Site Editor:</p>\n\n\n\n<table><thead><tr><th>Item</th><th>WP 6.4</th><th>WP 6.5</th><th>Speed<br />Increase</th></tr></thead><tbody><tr><td>Typing</td><td>60ms</td><td>15ms</td><td>4x</td></tr><tr><td>First block load</td><td>20s</td><td>8.4s</td><td>&gt; 2x</td></tr><tr><td>Patterns load</td><td>2s</td><td>1.5s</td><td>1.33x</td></tr><tr><td>Site editor first block load</td><td>7s</td><td>4.6s</td><td>1.5x</td></tr></tbody></table>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>The loading time for translated sites gets a boost due to </em><a href=\"https://make.wordpress.org/core/2023/11/08/merging-performant-translations-into-core/\"><em>merging Performant Translations into Core</em></a><em>. This greatly improves the load time of translated sites across the board by loading multiple locales simultaneously, making switching between them a faster and more enjoyable experience.</em></p>\n</blockquote>\n\n\n\n<p>As an open-source software whose mission is to democratize publishing, WordPress adopted a set of <a href=\"https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/\">Accessibility Coding Standards</a>. These apply to the project’s core and official plugins, complemented by its long-term goal of <a href=\"https://wordpress.org/about/accessibility/\">achieving Authoring Tool Accessibility Guidelines (ATAG) 2.0 compliance</a>.</p>\n\n\n\n<p>To deliver on this promise, version 6.5 ships with over 65 accessibility improvements, including “fixes to contrast settings, cursor focus, submenus, positioning of elements, and more.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">Design and Customization</h2>\n\n\n\n<p>Since you can never have too much of a good thing, 6.5 comes packed with design, UI, and UX:</p>\n\n\n\n<ul>\n<li>Background images in Group blocks get <code>backgroundSize</code> and <code>backgroundRepeat</code>&nbsp; support.</li>\n\n\n\n<li>The Cover block gets <code>aspectRatio</code> support.</li>\n\n\n\n<li>The Column, Columns, Image, and Button blocks get box-shadow support.</li>\n\n\n\n<li>Rename blocks in List View. The name will appear as metadata. For example, <code>&lt;!-- wp:paragraph {\"metadata\":{\"name\":\"p2\"}} --&gt;</code>.</li>\n\n\n\n<li>Overriding default right-click behavior to allow custom WordPress contextual menus.</li>\n\n\n\n<li>Better drag-and-drop experience—in List View and throughout the Editor</li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/pattern-overrides-an-early-review/\">Synced Patterns override</a> (formerly Reusable Blocks) for the Paragraph, Image, Heading, and Button blocks.</li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=4aLngyrXuVc\">New Meta Views</a> in the Site Editor, supporting Grid layouts, sorting, and smart filters.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/22/core-editor-improvement-robust-revisions-in-the-site-editor/\">Better Revisions</a> in the Site Editor’s Styles and Style Book sidebar.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>Editor Triage Co-Lead <strong>Anne McCarthy</strong> demonstrates the new Meta Views in WordPress 6.5\n\n\n\n<h2 class=\"wp-block-heading\">Shiny New Features</h2>\n\n\n\n<p>If you clicked the Synced Patterns link above and visited the Gutenberg Times, you might have spotted the word bindings popping up <a href=\"https://gutenbergtimes.com/pattern-overrides-an-early-review/#a-look-behind-the-scene-of-the-pattern-block-markup\">at the end of Birgit Pauli-Haack’s post</a>. An obvious segue into one of the most transformative features of 6.5: the Block Bindings API.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The Block Bindings API</h3>\n\n\n\n<p>Automattic’s Mario Santos <a href=\"https://github.com/WordPress/gutenberg/issues/54536\">described the goal</a> of the new API:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>&#8220;<em>This API aims to connect block attributes to values, obtained from different sources, that might vary depending on the context. For example, a value like post_author that changes depending on the current post.</em></p>\n\n\n\n<p><em>This will expand the capabilities of existing blocks […] For example, having a Heading block with the content of the Post Author without needing a new Post Author block.</em>&#8220;</p>\n</blockquote>\n\n\n\n<p>The API already powers the Synced Patterns and the much-anticipated ability to connect custom fields to block attributes. The list of supported blocks and attributes is short, but that’s only the beginning:</p>\n\n\n\n<ul>\n<li><strong>Paragraph:</strong> content</li>\n\n\n\n<li><strong>Heading:</strong> content</li>\n\n\n\n<li><strong>Image:</strong> URL, alt, title</li>\n\n\n\n<li><strong>Button: </strong>text, URL, linkTarget, rel.</li>\n</ul>\n\n\n\n<p>Custom fields have been neglected in the Block Editor, hidden behind the Preferences window like a lost treasure. Let’s hope this is the first sign of their comeback. If you’re interested in what you can build with this powerful combo, <a href=\"https://developer.wordpress.org/news/2024/02/20/introducing-block-bindings-part-1-connecting-custom-fields/\">check out Justin Tadlock’s tutorial</a> on the WordPress Developer Blog.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The Font Library</h3>\n\n\n\n<p>Next on the <em><a href=\"https://wptavern.com/wordpress-6-4-font-library-feature-punted-to-6-5-release\">finally</a></em> list is the Font Library, aka the WordPress font manager. </p>\n\n\n\n<p>Soon, you won’t need to write any code or install any plugins—from now on, you can do it yourself, regardless of your active theme. The fonts are stored under /wp-content/fonts which makes it as theme-agnostic as the Media Library.</p>\n\n\n\n<img width=\"1500\" height=\"991\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2024/02/Font-Library.png\" alt=\"A screenshot of the new Font Library (WP 6.5 Beta 2)\" class=\"wp-image-154203\" />\n\n\n\n<p>To access the Library, open the Styles sidebar, click on Typography, and click the icon next to FONTS. Try to upload, install from Google Fonts, activate, and, well, manage your fonts. Once installed, use it across the Editor, wherever the blocks’ Typography attribute is enabled.</p>\n\n\n\n<p>Developers can access the Font Library programmatically, create custom Font Collections for their users, or disable it altogether. <a href=\"https://github.com/WordPress/gutenberg/pull/54477\">Take a peak at the still-WIP documentation</a> for instructions.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The Interactivity API</h3>\n\n\n\n<p>The grand finale of this impressive lineup is the Interactivity API. <a href=\"https://wptavern.com/interactivity-api-prepares-for-its-official-debut-in-wordpress-6-5\">James Giroux covered it here on the Tavern</a> earlier this week, so we’ll only give you a taste of <a href=\"https://wpmovies.dev/\">WP Movies Demo</a>:</p>\n\n\n\nA walkthrough of <strong>WP Movies</strong>, a demo project that features the Interactivity API (<a href=\"https://github.com/wordpress/wp-movies-demo\">Source</a>)\n\n\n\n<p>If you’re a developer interested in the nitty-gritty details and want to try what’s already possible, visit the <a href=\"https://github.com/wordpress/wp-movies-demo\">WP Movies GitHub repository</a>, where you’ll find a getting started tutorial.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-tavern-separator\" />\n\n\n\n<p><em>That Playground link is tempting, so go experiment, and then come back to tell us which feature you’re most excited about. Have you tried the new APIs? Did you find (and file) any bugs?</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Feb 2024 20:23:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronny Shani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Akismet: What is a Spambot? How to Identify and Stop Them Using AI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=283763\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://akismet.com/blog/what-is-a-spambot/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22802:\"<p>Anyone who has interacted online with others through comment sections, social media posts, or discussion forums is probably familiar with spambots. These annoying automated computer programs generate unwanted, unrelated comments that are sprinkled among legitimate ones in an effort to sell products or services or attract clicks that can spread scams or malware.&nbsp;</p>\n\n\n<p>In fact, according to <a href=\"https://securitytoday.com/articles/2023/05/17/report-47-percent-of-internet-traffic-is-from-bots.aspx\" target=\"_blank\" rel=\"noreferrer noopener\">Security Today</a>, more than 30% of all internet traffic is generated by malicious&nbsp;bots.</p>\n\n<p>Today, we’re going to learn about spambots, how they work, common types of spambots used, signs of spambot activity, and how to stop them. Finally, we’ll see how <a href=\"https://akismet.com/features/\">Akismet’s top&#8209;rated AI&#8209;driven anti&#8209;spam solution</a> is successfully leading the charge of blocking spambots on the&nbsp;internet.</p>\n\n\n<span id=\"more-283763\"></span>\n\n\n<h2 class=\"wp-block-heading\">What is a&nbsp;spambot?</h2>\n\n<p>A spambot is a computerized program that repetitively sends spam throughout the internet. It is often used to post irrelevant messages in places where people interact with one another, including comment sections of websites, social media messaging platforms, or online discussion&nbsp;forums.</p>\n\n<h2 class=\"wp-block-heading\">How do spambots&nbsp;work?</h2>\n\n<p>Most spambots begin their nefarious activity by automatically setting up fake accounts on social media, email hosts, or forums, which typically only require basic information such as a name and email&nbsp;address.</p>\n\n<p>Once spambots gain access to their target websites, they can begin posting spam messages based on a specific set of rules. Email spambots might scan, scrape, and save email addresses or phone numbers on the web to fuel future spam&nbsp;activities.</p>\n\n\n<img width=\"1082\" height=\"396\" src=\"https://akismet455732288.files.wordpress.com/2024/02/image-7.png\" alt=\"example of a spam comment on a website4\" class=\"wp-image-283765\" />\n\n\n<h2 class=\"wp-block-heading\">What are common types of spam caused by&nbsp;spambots?</h2>\n\n<p>Spambots can be extremely agile and used in a wide variety of places on a website. Here are a few of the most common ways you might encounter&nbsp;spambots:</p>\n\n\n<ul><li><strong>Contact form spam</strong>. spambots can be programmed to automatically fill out contact forms online. This allows them to gain access to a particular website or admin who receives the form submissions. Sophisticated bots may be able to implement SQL injection attacks as&nbsp;well.</li></ul>\n\n\n\n<ul><li><strong>Comment spam</strong>. Many websites offer comment sections where users can post questions, share ideas, or express opinions. spambots may automatically insert a spam comment in these areas, advertising unwanted products or services or tempting users to interact with them. The malicious actors can then cause those users to fall for scams or insert malware onto their&nbsp;devices.</li></ul>\n\n\n\n<ul><li><strong>Fake account registrations.</strong> Imposter accounts can be automatically generated, especially if websites ask for only a few basic pieces of information like a name and email address. These accounts allow spambots to gain access to websites for future spamming activities such as posting negative reviews or wasting the time of a sales team focused on non&#8209;existent&nbsp;customers.</li></ul>\n\n\n\n<ul><li><strong>Forum spam</strong>. Online forums are great places for people to discuss just about anything they are interested in. spambots pollute these spaces by posting unrelated information among legitimate comments and discussions. Forums that allow anonymous posting can be especially&nbsp;vulnerable.</li></ul>\n\n\n\n<ul><li><strong>Email spam</strong>. Gaining access to a large number of email addresses can fuel spam activity. Some spambots can scrape the web, access email lists, and save them to a database, which can then be used by cybercriminals to spread malware, run phishing attacks, or set up future&nbsp;scams.</li></ul>\n\n\n\n<ul><li><strong>Doxxing</strong>. Doxxing occurs when spambots maliciously publish private information on a public forum. This may include publishing financial details or posting private data that could put people in potential physical&nbsp;harm.</li></ul>\n\n\n<h2 class=\"wp-block-heading\">What are the motivations behind&nbsp;spambots?</h2>\n\n<p>Do you ever wonder why cybercriminals spend time creating spambots and what their ultimate purpose could be? The motivations behind spambots are varied and numerous. Here are a few of the most popular reasons for creating&nbsp;spambots:</p>\n\n\n<ul><li><strong>SEO manipulation</strong>. Some spambots attempt to trick Google’s algorithms into believing that a particular website deserves top ranking by adding backlinks from other&nbsp;sites</li>\n\n<li><strong>Phishing</strong>. Other spambots work to promote phishing scams, hoping that users will give up key account information such as passwords or usernames. These spambots may attempt to gain access to credit card or other financial information.&nbsp;</li>\n\n<li><strong>Malware distribution</strong>. spambots may also be used to distribute malware through the continued sharing of tempting links in comment threads.&nbsp;</li>\n\n<li><strong>Social media manipulation. </strong>Like trying to trick Google Analytics, spambots may be used to manipulate social media activity as well. Spam comments or posts may attempt to sway public opinion or create an illusion that something is more widespread and popular than it actually&nbsp;is.</li>\n\n<li><strong>Advertising and promotion</strong>. Finally, spambots may be used to promote products and services, adult content, or too&#8209;good&#8209;to&#8209;be&#8209;true offers in an attempt to attract user&nbsp;interaction.</li></ul>\n\n\n\n<img width=\"1260\" height=\"442\" src=\"https://akismet455732288.files.wordpress.com/2024/02/image-8.png\" alt=\"spam comment that\'s unrelated to the post\" class=\"wp-image-283766\" />\n\n\n<h2 class=\"wp-block-heading\">What are common signs of spambot&nbsp;activity?</h2>\n\n<p>In order to stop spambot activity, it’s important to understand common signs before unwanted posting gets out of hand and your user base is inundated with unwanted email or spam messages. Here are things to look&nbsp;for:</p>\n\n\n<ul><li><strong>A sudden surge in traffic</strong>. From a system perspective, if your IT department suddenly notes a rapid surge in traffic on your website, you may be a target for spambot&nbsp;activity.</li></ul>\n\n\n\n<ul><li><strong>High bounce rates with short session durations</strong>. If you happen to see higher than normal bounce rates with very short session times, you may have spambots visiting your&nbsp;site.</li></ul>\n\n\n\n<ul><li><strong>Inconsistent or patterned user behavior</strong>. spambots that are posting on website forums or in comment sections will display inconsistent and nonsensical user behavior. They won’t respond appropriately to other&nbsp;posts.</li></ul>\n\n\n\n<ul><li><strong>Irrelevance</strong>. In most cases, spambots will post irrelevant advertisements, comments or questions in public forums that don’t follow the existing conversation. If they’re programmed to respond to others, the language used may also seem out of&nbsp;place.</li></ul>\n\n\n\n<ul><li><strong>Activity from known malicious IP lists</strong>. If you keep a list of malicious IP addresses as part of your cybersecurity practices, you may be able to flag anything from the same IP address as potential spambot&nbsp;activities.</li></ul>\n\n\n\n<ul><li><strong>Excessive errors</strong>. Many spambot messages contain a great deal of errors in terms of grammar or spelling. They may not even make sense at&nbsp;all.</li></ul>\n\n\n\n<ul><li><strong>Ridiculous deals</strong>. If a product or service is advertised at prices that sound way too good to be true, they probably exist only to draw clicks to a malicious site or activate malware or phishing&nbsp;attempts.</li></ul>\n\n\n\n<ul><li><strong>Pushing users to click or forward</strong>. spambots designed to spread malware or facilitate phishing attempts need users to click on links or forward them to others on their contact list. Urgent requests to do so should be a red flag for spambot&nbsp;activity.</li></ul>\n\n\n\n<ul><li><strong>Unknown respondents</strong>. If activity is coming from individuals who seem suspicious, in combination with any of these other clues, you may be dealing with spambot&nbsp;activity.</li></ul>\n\n\n<h2 class=\"wp-block-heading\">What are the implications of not blocking&nbsp;spambots?</h2>\n\n\n<p>For a busy website manager or IT department, it can be tempting to ignore spambot activity, at least for the time being if other technical issues are pressing. spambot activity may be seen as merely annoying, but not as dangerous as other cybercriminal activity.&nbsp;</p>\n\n\n<p>However, not blocking spambots can have far&#8209;reaching consequences for your overall business. Here are a few to&nbsp;consider:</p>\n\n\n<ul><li><strong>A bad user experience</strong>. First and foremost, spambots can contribute to a negative user experience. If you are trying to encourage discussion, comments, and questions on a public forum, having random spambot postings throughout can be irritating and annoying to those trying to truly interact with one&nbsp;another.</li></ul>\n\n\n\n<ul><li><strong>A tarnished site reputation</strong>. Not only can you develop a poor site reputation if spambot activity is regularly associated with your website, but some spambot activity may include posting fake negative reviews or the generation of false complaints, which can have negative implications for your business as a&nbsp;whole.</li></ul>\n\n\n\n<ul><li><strong>The risk of penalties from search engines. </strong>Search engine algorithms are constantly being developed to deal with spambots and false optimization attempts. Your site could be penalized for carrying irrelevant links to other sites if they violate search engine&nbsp;rules.</li></ul>\n\n\n\n<ul><li><strong>The risk of site blocklisting</strong>. If dangerous spam becomes a rampant problem on your site, search engines and web browsers may actually blocklist your site or display warnings to potential visitors. This could eliminate the majority of your site traffic in a matter of&nbsp;days.</li></ul>\n\n\n\n<ul><li><strong>Reduced site performance</strong>. It takes time and server resources to process spambot activity. This may slow down the performance of your site for legitimate&nbsp;users.</li></ul>\n\n\n\n<ul><li><strong>Increased server costs</strong>. Some server hosting companies charge based on the resources used. Unwanted spambot activity may increase these&nbsp;costs.</li></ul>\n\n\n\n<ul><li><strong>A waste of time and money</strong>. If spambots operate by generating fake inquiries, your business could waste valuable sales force time trying to follow up or sort through junk leads to get to actual&nbsp;prospects.</li></ul>\n\n\n<h2 class=\"wp-block-heading\">How to stop&nbsp;spambots</h2>\n\n<p>The good news is that there are several tools and solutions to help you stop spambots effectively. Each has advantages and disadvantages, but all of them can help you eliminate unwanted posts, email scraping, and fake account&nbsp;set&#8209;ups.</p>\n\n\n<img width=\"1600\" height=\"695\" src=\"https://akismet455732288.files.wordpress.com/2024/02/image-9.png\" alt=\"Akismet homepage\" class=\"wp-image-283767\" />\n\n\n<h3 class=\"wp-block-heading\">Akismet: The #1 AI&#8209;powered anti&#8209;spam&nbsp;solution</h3>\n\n<p>The top choice to stop spambots is <a href=\"https://akismet.com/features/\">Akismet</a>, which is an AI&#8209;powered anti&#8209;spam solution used by more than 100 million websites today. It uses machine learning technology to identify and get rid of 99.99 percent of all&nbsp;spam.</p>\n\n<h4 class=\"wp-block-heading\">What is&nbsp;Akismet?</h4>\n\n<p>Akismet is a powerful anti&#8209;spam solution built on cutting edge artificial intelligence and machine learning technology. It has been blocking spam for nearly two decades, and its technology is continuously learning to stay ahead every step of the way. It’s successfully removed more than 500 billion pieces of spam across more than 100 million&nbsp;sites.</p>\n\n<h4 class=\"wp-block-heading\">How does Akismet&nbsp;work?</h4>\n\n\n<p>Unlike some other spam blockers, Akismet works completely in the background, so your users experience zero friction on your site. They simply navigate to the areas, discussion boards, and contact forms they want and proceed without so much as a CAPTCHA or box to click.&nbsp;</p>\n\n\n<p>However, spambots are detected with near&#8209;perfect accuracy and are booted from the site or prevented from submitting forms. Depending on your settings, Akismet can even toss comments directly in the trash without you ever having to see&nbsp;them.</p>\n\n\n<img width=\"1280\" height=\"860\" src=\"https://akismet455732288.files.wordpress.com/2024/02/image-10.png\" alt=\"spam settings in WordPress\" class=\"wp-image-283768\" />\n\n\n<h4 class=\"wp-block-heading\">What are the benefits of using&nbsp;Akismet?</h4>\n\n<p>Sites that rely on Akismet reap many benefits. First, since Akismet works in the background without relying on your users to “prove” that they’re not spambots, the user experience is far superior to other prevention methods like CAPTCHA. A faster, less annoying user experience often results in better conversion rates and higher overall visitor&nbsp;satisfaction.</p>\n\n\n<p>Second, since Akismet’s technology learns from every spam it’s removed from more than 100 million websites, you benefit from all this knowledge. Just about everything that’s known about spam is stored in a cloud-based database, ready to inform Askimet’s actions for your specific site. This learning will continue over time, keeping your site nearly free of all new spam —&nbsp;even new spam techniques that have yet to come!&nbsp;</p>\n\n\n<p>Third, because the database is stored in the cloud, you get the benefits of Akismet without any negative effects on speed or storage for your&nbsp;site.</p>\n\n<p>Want to know how it works in real life? Explore <a href=\"https://akismet.com/blog/convertkit-customerstory/\">how ConvertKit is using Akismet</a> to protect entrepreneurs from spam. In this case study, ConvertKit executives walk through their spam challenges, potential negative effects spam has on their business and the entrepreneurs they support, and how Akismet is helping them solve their spambot&nbsp;problem.</p>\n\n\n<img width=\"1600\" height=\"602\" src=\"https://akismet455732288.files.wordpress.com/2024/02/image-11.png\" alt=\"stats about ConvertKit, using Akismet\" class=\"wp-image-283769\" />\n\n\n<h4 class=\"wp-block-heading\">How to get started with&nbsp;Akismet</h4>\n\n\n<p>If you’re ready to eliminate spam without frustrating visitors, you can download <a href=\"https://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> today. On another platform? Developing a unique app? Learn about the<a href=\"https://akismet.com/developers/\"> flexible Akismet API</a> to integrate it with your project.&nbsp;</p>\n\n\n\n<img width=\"1600\" height=\"699\" src=\"https://akismet455732288.files.wordpress.com/2024/02/image-12.png\" alt=\"Akismet in the WordPress plugin library\" class=\"wp-image-283770\" />\n\n\n\n<p>Enterprise companies can <a href=\"https://akismet.com/enterprise/\">reach out to the Akismet team</a> to get a custom solution just for them.&nbsp;&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">Honeypots and&nbsp;reCAPTCHA</h3>\n\n<p>Two other common ways that companies can stop spambots are honeypots and CAPTCHA&nbsp;puzzles.</p>\n\n<p><a href=\"https://akismet.com/blog/what-is-a-honeypot/\">Honeypots</a> are set up like a trap, attempting to lure spambots to complete an invisible, unneeded field so that spam can be quickly identified. While real users do not see the invisible field, spambots are automatically scanning code for fields to complete and fall for the honeypot&nbsp;trap.</p>\n\n<p>Although honeypots are effective at blocking spambots targeting form completion, they do not effectively stop email scraping or other types of spambot&nbsp;activity.</p>\n\n\n<img width=\"1262\" height=\"356\" src=\"https://akismet455732288.files.wordpress.com/2024/02/image-13.png\" alt=\"example of a reCAPTCHA\" class=\"wp-image-283771\" />\n\n\n<p><a href=\"https://akismet.com/blog/do-captcha-and-recaptcha-protect-wordpress-sites-from-bots/\">reCAPTCHA puzzles</a> are familiar to nearly everyone, requiring that the user check certain boxes that contain specific images to prove that they’re human or complete other types of puzzles. CAPTCHA and reCAPTCHA puzzles are often frustrating because images can be difficult to decipher or even understand across&nbsp;cultures.</p>\n\n<p>Although a wide variety of other CAPTCHA alternatives have been developed in an effort to address these issues, they all still require user interaction and can be impossible to complete for those with various&nbsp;impairments.</p>\n\n<p>Since CAPTCHAs are often needed at key points in the customer journey — such as requesting a sales call or checkout points — they can create a negative user experience and significantly diminish conversion&nbsp;rates.</p>\n\n<h3 class=\"wp-block-heading\">Web application firewalls&nbsp;(WAFs)</h3>\n\n<p>Traditional web application firewalls (WAFs) were created to guard against things like SQL injections, cross&#8209;site scripting, and session hijacking. However, they often fail to keep up with the evolution of bad actors, including those using&nbsp;spambots.</p>\n\n<p>While next&#8209;generation firewalls (NGFW) tried to make headway in detecting new applications, they still use basic methods like simply blocking repetitive inquiries, identifying browsers, or blocking specific IP addresses. Many improvements rely on filters to identify malicious activity but are only somewhat effective at blocking threats. As bots advance, these NGFW also have trouble keeping up with more sophisticated&nbsp;activities.</p>\n\n\n<p>In addition, businesses often struggle with managing WAF policies that can be operationally complex, leaving patches undone and resulting in an increased number of vulnerabilities.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">IP blocking</h3>\n\n\n<p>Another proven method of stopping spambots is traditional IP blocking. Many IT departments have a list of IP addresses that have generated a great deal of malicious or spam activity in the past and can automatically block any traffic coming from those particular IP&nbsp;addresses.</p>\n\n<p>Although generally effective, this approach does not prevent more sophisticated spambot activity and could potentially block activity from a legitimate source. It’s limited in overall effectiveness and more manual to set up and&nbsp;manage.</p>\n\n<h3 class=\"wp-block-heading\">Confirmed opt&#8209;in (COI) or double opt&#8209;in&nbsp;(DOI)</h3>\n\n<p>Businesses can also use a confirmed opt&#8209;in or a double opt&#8209;in approach to stop spambots that are trying to sign up with fake email addresses. This process requires that new contacts be verified, requiring them to click on a link in an email sent immediately after they submit a&nbsp;form.</p>\n\n\n<img width=\"1420\" height=\"972\" src=\"https://akismet455732288.files.wordpress.com/2024/02/image-14.png\" alt=\"MailPoet email sign-up confirmation\" class=\"wp-image-283772\" />\n\n\n<p>Although this process can be somewhat effective, screening out fake sign&#8209;ups, it only addresses spambots that are setting up false accounts. Other malicious system activity or sophisticated spambots may go&nbsp;undetected.</p>\n\n\n<p>In addition, the DOI process means extending the sign-up process. The more you require of prospects, the more likely some of them will abandon the sign-up process.&nbsp;</p>\n\n\n<p>In addition, the younger generation often doesn’t check email as frequently as older generations, which causes a bottleneck in your engagement or purchase process. Finally, some users may not confirm and therefore slip through the cracks for future marketing&nbsp;outreach.</p>\n\n\n<h3 class=\"wp-block-heading\">Multifactor authentication</h3>\n\n\n\n<p>A wide number of businesses now use multifactor authentication to provide an extra layer of security on their sites. This usually involves a user confirming their identity through more than one method, such as an email account or phone.&nbsp;</p>\n\n\n\n<img width=\"1600\" height=\"976\" src=\"https://akismet455732288.files.wordpress.com/2024/02/image-15.png\" alt=\"setting up two-factor authentication with WordPress.com\" class=\"wp-image-283773\" />\n\n\n<p>Although this can be very effective at ensuring that users are legitimate customers or prospects, it again adds another step in user engagement, potentially causing additional friction that can cause lost leads or abandonment of a checkout&nbsp;process.</p>\n\n<h2 class=\"wp-block-heading\">Akismet: Leading the charge in blocking&nbsp;spambots</h2>\n\n<p>While many solutions exist to help businesses block spambot activity, it’s clear that the number one choice is <a href=\"https://akismet.com/features/\">Akismet</a>. Its years of experience with blocking spam, coupled with powerful artificial intelligence and machine learning technology, make it the clear choice for a comprehensive, effective spambot blocking&nbsp;solution.</p>\n\n<p>More than 100 million websites agree, taking advantage of the cumulative knowledge that Akismet has gathered since 2005. With 99.99 percent effectiveness and an impressive track record of removing more than 500 billion pieces of spam from the internet, it’s hard to argue about the solution’s&nbsp;success.</p>\n\n<p>Most importantly, Akismet completes its job unbeknownst to your users and visitors. Prospects and customers can journey smoothly through your sales funnel without stopping to complete CAPTCHA puzzles or double opt&#8209;in confirmations at inopportune times. This means a smoother engagement process and less friction, leading to happier users and a better&nbsp;reputation.</p>\n\n\n<p>With its advanced technology and comprehensive spam database residing in the cloud, Akismet doesn’t affect processing time, server activity, or loading speeds. This ensures that your site continues to operate quickly and effectively without diverting resources to spambot detection and removal activities.&nbsp;</p>\n\n\n<p>Finally, Akismet will continue learning into the future, which means that, even if spambot creators get more sophisticated, Akismet will be ready with a spambot blocking&nbsp;solution.</p>\n\n\n<p><a href=\"https://akismet.com/talk-to-sales/\">Get started with Akismet.</a>&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Feb 2024 14:15:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jen Swisher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 10 Mar 2024 04:26:53 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Sun, 10 Mar 2024 04:15:29 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211220193300\";}','no'),
(866,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1710088014','no'),
(867,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1710044814','no'),
(868,'_transient_timeout_dash_v2_f69de0bbfe7eaa113146875f40c02000','1710088014','no'),
(869,'_transient_dash_v2_f69de0bbfe7eaa113146875f40c02000','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ru.wordpress.org/news/2023/12/scam-alert-2023/\'>Предупреждение о мошенниках</a></li><li><a class=\'rsswidget\' href=\'https://ru.wordpress.org/news/2023/09/2023-wordpress-survey/\'>Ежегодный опрос пользователей и участников разработки WordPress 2023</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2024/03/amazing-brad-mehldau-interview/\'>Matt: Amazing Brad Mehldau Interview</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/03/highlights-from-wordcamp-asia-2024/\'>WordPress.org blog: Highlights from WordCamp Asia 2024</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/which-wp-theme-is-best-fun-with-theme-download-stats\'>WPTavern: Which WP Theme is Best? Fun With Theme Download Stats</a></li></ul></div>','no'),
(872,'_transient_timeout_greenshiftgsap_upgrade_pluginslug','1710104819','no'),
(873,'_transient_greenshiftgsap_upgrade_pluginslug','a:6:{s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:4:\"date\";s:29:\"Sun, 10 Mar 2024 04:26:59 GMT\";s:12:\"content-type\";s:16:\"application/json\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"cf-cache-status\";s:7:\"DYNAMIC\";s:9:\"report-to\";s:255:\"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=ULwWBGny8CvAv3zNQ6FMu7Hnn097%2FLggavMyYyRy0w2vPiQRHBzld%2BzoEw1X2b9gkr0zlHEZyNWH5KGNKAoXMasZZurYlDQ5nbeZZlsEb0pbr2AdN%2FWx65XtMZygyXF%2FmrR3ywkUa6I%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}\";s:3:\"nel\";s:60:\"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"86208cb53a0724aa-KBP\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}}s:4:\"body\";s:776:\"{\"status\":\"ok\",\"name\":\"GreenShift Advanced Animation Addon\",\"slug\":\"greenshiftgsap\",\"download_link\":\"https:\\/\\/shop.greenshiftwp.com\\/update-plugin\\/greenshiftgsap.zip\",\"version\":\"3.6.2\",\"requires\":\"6.0\",\"tested\":\"6.4\",\"last_updated\":\"2024-01-16 00:48:09\",\"upgrade_notice\":\"Plugin update is available.\",\"author\":\"Wpsoul\",\"author_homepage\":\"https:\\/\\/greenshiftwp.com\",\"sections\":{\"description\":\"Build most advanced animations with GSAP and Greenshift\",\"installation\":\"Upload the plugin to your blog, activate it and that is it!\",\"changelog\":\"https:\\/\\/greenshiftwp.com\\/changelog\"},\"banners\":{\"low\":\"https:\\/\\/shop.greenshiftwp.com\\/update-plugin\\/greenshiftgsap-banner-772x250.jpg\",\"high\":\"https:\\/\\/shop.greenshiftwp.com\\/update-plugin\\/greenshiftgsap-banner-1544x500.jpg\"}}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;s:11:\"\0*\0response\";O:23:\"WpOrg\\Requests\\Response\":10:{s:4:\"body\";s:776:\"{\"status\":\"ok\",\"name\":\"GreenShift Advanced Animation Addon\",\"slug\":\"greenshiftgsap\",\"download_link\":\"https:\\/\\/shop.greenshiftwp.com\\/update-plugin\\/greenshiftgsap.zip\",\"version\":\"3.6.2\",\"requires\":\"6.0\",\"tested\":\"6.4\",\"last_updated\":\"2024-01-16 00:48:09\",\"upgrade_notice\":\"Plugin update is available.\",\"author\":\"Wpsoul\",\"author_homepage\":\"https:\\/\\/greenshiftwp.com\",\"sections\":{\"description\":\"Build most advanced animations with GSAP and Greenshift\",\"installation\":\"Upload the plugin to your blog, activate it and that is it!\",\"changelog\":\"https:\\/\\/greenshiftwp.com\\/changelog\"},\"banners\":{\"low\":\"https:\\/\\/shop.greenshiftwp.com\\/update-plugin\\/greenshiftgsap-banner-772x250.jpg\",\"high\":\"https:\\/\\/shop.greenshiftwp.com\\/update-plugin\\/greenshiftgsap-banner-1544x500.jpg\"}}\";s:3:\"raw\";s:1397:\"HTTP/1.1 200 OK\r\nDate: Sun, 10 Mar 2024 04:26:59 GMT\r\nContent-Type: application/json\r\nTransfer-Encoding: chunked\r\nConnection: close\r\nVary: Accept-Encoding\r\nCF-Cache-Status: DYNAMIC\r\nReport-To: {\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=ULwWBGny8CvAv3zNQ6FMu7Hnn097%2FLggavMyYyRy0w2vPiQRHBzld%2BzoEw1X2b9gkr0zlHEZyNWH5KGNKAoXMasZZurYlDQ5nbeZZlsEb0pbr2AdN%2FWx65XtMZygyXF%2FmrR3ywkUa6I%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}\r\nNEL: {\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}\r\nServer: cloudflare\r\nCF-RAY: 86208cb53a0724aa-KBP\r\nContent-Encoding: br\r\nalt-svc: h3=\":443\"; ma=86400\r\n\r\n{\"status\":\"ok\",\"name\":\"GreenShift Advanced Animation Addon\",\"slug\":\"greenshiftgsap\",\"download_link\":\"https:\\/\\/shop.greenshiftwp.com\\/update-plugin\\/greenshiftgsap.zip\",\"version\":\"3.6.2\",\"requires\":\"6.0\",\"tested\":\"6.4\",\"last_updated\":\"2024-01-16 00:48:09\",\"upgrade_notice\":\"Plugin update is available.\",\"author\":\"Wpsoul\",\"author_homepage\":\"https:\\/\\/greenshiftwp.com\",\"sections\":{\"description\":\"Build most advanced animations with GSAP and Greenshift\",\"installation\":\"Upload the plugin to your blog, activate it and that is it!\",\"changelog\":\"https:\\/\\/greenshiftwp.com\\/changelog\"},\"banners\":{\"low\":\"https:\\/\\/shop.greenshiftwp.com\\/update-plugin\\/greenshiftgsap-banner-772x250.jpg\",\"high\":\"https:\\/\\/shop.greenshiftwp.com\\/update-plugin\\/greenshiftgsap-banner-1544x500.jpg\"}}\";s:7:\"headers\";O:31:\"WpOrg\\Requests\\Response\\Headers\":1:{s:7:\"\0*\0data\";a:10:{s:4:\"date\";a:1:{i:0;s:29:\"Sun, 10 Mar 2024 04:26:59 GMT\";}s:12:\"content-type\";a:1:{i:0;s:16:\"application/json\";}s:4:\"vary\";a:1:{i:0;s:15:\"Accept-Encoding\";}s:15:\"cf-cache-status\";a:1:{i:0;s:7:\"DYNAMIC\";}s:9:\"report-to\";a:1:{i:0;s:255:\"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=ULwWBGny8CvAv3zNQ6FMu7Hnn097%2FLggavMyYyRy0w2vPiQRHBzld%2BzoEw1X2b9gkr0zlHEZyNWH5KGNKAoXMasZZurYlDQ5nbeZZlsEb0pbr2AdN%2FWx65XtMZygyXF%2FmrR3ywkUa6I%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}\";}s:3:\"nel\";a:1:{i:0;s:60:\"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}\";}s:6:\"server\";a:1:{i:0;s:10:\"cloudflare\";}s:6:\"cf-ray\";a:1:{i:0;s:20:\"86208cb53a0724aa-KBP\";}s:16:\"content-encoding\";a:1:{i:0;s:2:\"br\";}s:7:\"alt-svc\";a:1:{i:0;s:19:\"h3=\":443\"; ma=86400\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.1;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:88:\"https://shop.greenshiftwp.com/update-plugin/get-info.php?slug=greenshiftgsap&action=info\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:25:\"WpOrg\\Requests\\Cookie\\Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;}}','no'),
(874,'_site_transient_timeout_theme_roots','1710046619','no'),
(875,'_site_transient_theme_roots','a:2:{s:10:\"greenshift\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";}','no'),
(885,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/ru_RU/wordpress-6.4.3.zip\";s:6:\"locale\";s:5:\"ru_RU\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/ru_RU/wordpress-6.4.3.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.3\";s:7:\"version\";s:5:\"6.4.3\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1710044853;s:15:\"version_checked\";s:5:\"6.4.3\";s:12:\"translations\";a:0:{}}','no'),
(887,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1710044862;s:8:\"response\";a:2:{s:55:\"greenshift-animation-and-page-builder-blocks/plugin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:58:\"w.org/plugins/greenshift-animation-and-page-builder-blocks\";s:4:\"slug\";s:44:\"greenshift-animation-and-page-builder-blocks\";s:6:\"plugin\";s:55:\"greenshift-animation-and-page-builder-blocks/plugin.php\";s:11:\"new_version\";s:5:\"8.3.1\";s:3:\"url\";s:75:\"https://wordpress.org/plugins/greenshift-animation-and-page-builder-blocks/\";s:7:\"package\";s:87:\"https://downloads.wordpress.org/plugin/greenshift-animation-and-page-builder-blocks.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:97:\"https://ps.w.org/greenshift-animation-and-page-builder-blocks/assets/icon-256x256.gif?rev=2773637\";s:2:\"1x\";s:97:\"https://ps.w.org/greenshift-animation-and-page-builder-blocks/assets/icon-128x128.gif?rev=2773637\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:100:\"https://ps.w.org/greenshift-animation-and-page-builder-blocks/assets/banner-1544x500.png?rev=2773651\";s:2:\"1x\";s:99:\"https://ps.w.org/greenshift-animation-and-page-builder-blocks/assets/banner-772x250.png?rev=2773651\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:3:\"6.5\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{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:\"22.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}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.3\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:5:\"7.2.5\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:35:\"disable-updates/disable-updates.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/disable-updates\";s:4:\"slug\";s:15:\"disable-updates\";s:6:\"plugin\";s:35:\"disable-updates/disable-updates.php\";s:11:\"new_version\";s:5:\"1.3.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/disable-updates/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/disable-updates.1.3.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/disable-updates/assets/icon.svg?rev=2944245\";s:3:\"svg\";s:60:\"https://ps.w.org/disable-updates/assets/icon.svg?rev=2944245\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:5:{s:35:\"disable-updates/disable-updates.php\";s:5:\"1.3.7\";s:55:\"greenshift-animation-and-page-builder-blocks/plugin.php\";s:3:\"7.7\";s:33:\"greenshiftgsap/greenshiftgsap.php\";s:5:\"3.6.2\";s:21:\"tools4wp/tools4wp.php\";s:5:\"2.8.0\";s:24:\"wordpress-seo/wp-seo.php\";s:6:\"21.9.1\";}}','no'),
(888,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1710044855;s:7:\"checked\";a:2:{s:10:\"greenshift\";s:3:\"1.5\";s:16:\"twentytwentyfour\";s:3:\"1.0\";}s:8:\"response\";a:1:{s:10:\"greenshift\";a:6:{s:5:\"theme\";s:10:\"greenshift\";s:11:\"new_version\";s:5:\"1.5.1\";s:3:\"url\";s:40:\"https://wordpress.org/themes/greenshift/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/greenshift.1.5.1.zip\";s:8:\"requires\";s:3:\"6.2\";s:12:\"requires_php\";b:0;}}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.0.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:0:{}}','no'),
(2300,'tools4wp_license','a:1:{s:17:\"tools4wp_licensed\";s:5:\"false\";}','yes'),
(2301,'tools4wp_premium','false','yes'),
(2302,'tools4wp_options','a:1:{s:16:\"tools4wp_version\";s:5:\"2.8.0\";}','yes'),
(2318,'tools4wp_updates','false','yes');
/*!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=26 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
(2,3,'_wp_page_template','default'),
(3,1,'_wp_trash_meta_status','publish'),
(4,1,'_wp_trash_meta_time','1706545403'),
(5,1,'_wp_desired_post_slug','%d0%bf%d1%80%d0%b8%d0%b2%d0%b5%d1%82-%d0%bc%d0%b8%d1%80'),
(6,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),
(14,12,'origin','theme'),
(15,13,'origin','theme'),
(16,15,'origin','theme'),
(17,46,'_wp_attached_file','logoRound.png'),
(18,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:13:\"logoRound.png\";s:8:\"filesize\";i:91754;s:5:\"sizes\";a:2:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"logoRound-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55129;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"logoRound-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121596;}}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:{}}}'),
(19,47,'_wp_attached_file','logoEastPoint.jpg'),
(20,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:17:\"logoEastPoint.jpg\";s:8:\"filesize\";i:75941;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"logoEastPoint-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21559;}}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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(21,49,'_wp_attached_file','cropped-logoRound.png'),
(22,49,'_wp_attachment_context','site-icon'),
(23,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"cropped-logoRound.png\";s:8:\"filesize\";i:34898;s:5:\"sizes\";a:4:{s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:29:\"cropped-logoRound-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18798;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:29:\"cropped-logoRound-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12640;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:29:\"cropped-logoRound-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11646;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:27:\"cropped-logoRound-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1660;}}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:{}}}'),
(24,50,'_wp_trash_meta_status','publish'),
(25,50,'_wp_trash_meta_time','1706552610');
/*!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=61 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
(1,5648,'2024-01-29 19:20:16','2024-01-29 16:20:16','<!-- wp:paragraph -->\n<p>Добро пожаловать в WordPress. Это ваша первая запись. Отредактируйте или удалите ее, затем начинайте создавать!</p>\n<!-- /wp:paragraph -->','Привет, мир!','','trash','open','open','','%d0%bf%d1%80%d0%b8%d0%b2%d0%b5%d1%82-%d0%bc%d0%b8%d1%80__trashed','','','2024-01-29 19:23:23','2024-01-29 16:23:23','',0,'https://east-point.site/?p=1',0,'post','',1),
(3,5648,'2024-01-29 19:20:16','2024-01-29 16:20:16','<!-- wp:heading --><h2>Кто мы</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Предлагаемый текст: </strong>Наш адрес сайта: https://east-point.site.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Комментарии</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Предлагаемый текст: </strong>Если посетитель оставляет комментарий на сайте, мы собираем данные указанные в форме комментария, а также IP адрес посетителя и данные user-agent браузера с целью определения спама.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Анонимизированная строка создаваемая из вашего адреса email (\"хеш\") может предоставляться сервису Gravatar, чтобы определить используете ли вы его. Политика конфиденциальности Gravatar доступна здесь: https://automattic.com/privacy/ . После одобрения комментария ваше изображение профиля будет видимым публично в контексте вашего комментария.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Медиафайлы</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Предлагаемый текст: </strong>Если вы зарегистрированный пользователь и загружаете фотографии на сайт, вам возможно следует избегать загрузки изображений с метаданными EXIF, так как они могут содержать данные вашего месторасположения по GPS. Посетители могут извлечь эту информацию скачав изображения с сайта.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Куки</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Предлагаемый текст: </strong>Если вы оставляете комментарий на нашем сайте, вы можете включить сохранение вашего имени, адреса email и вебсайта в куки. Это делается для вашего удобства, чтобы не заполнять данные снова при повторном комментировании. Эти куки хранятся в течение одного года.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Если у вас есть учетная запись на сайте и вы войдете в неё, мы установим временный куки для определения поддержки куки вашим браузером, куки не содержит никакой личной информации и удаляется при закрытии вашего браузера.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>При входе в учетную запись мы также устанавливаем несколько куки с данными входа и настройками экрана. Куки входа хранятся в течение двух дней, куки с настройками экрана - год. Если вы выберете возможность \"Запомнить меня\", данные о входе будут сохраняться в течение двух недель. При выходе из учетной записи куки входа будут удалены.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>При редактировании или публикации статьи в браузере будет сохранен дополнительный куки, он не содержит персональных данных и содержит только ID записи отредактированной вами, истекает через 1 день.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Встраиваемое содержимое других вебсайтов</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Предлагаемый текст: </strong>Статьи на этом сайте могут включать встраиваемое содержимое (например видео, изображения, статьи и др.), подобное содержимое ведет себя так же, как если бы посетитель зашел на другой сайт.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Эти сайты могут собирать данные о вас, использовать куки, внедрять дополнительное отслеживание третьей стороной и следить за вашим взаимодействием с внедренным содержимым, включая отслеживание взаимодействия, если у вас есть учетная запись и вы авторизовались на том сайте.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>С кем мы делимся вашими данными</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Предлагаемый текст: </strong>Если вы запросите сброс пароля, ваш IP будет указан в email-сообщении о сбросе.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Как долго мы храним ваши данные</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Предлагаемый текст: </strong>Если вы оставляете комментарий, то сам комментарий и его метаданные сохраняются неопределенно долго. Это делается для того, чтобы определять и одобрять последующие комментарии автоматически, вместо помещения их в очередь на одобрение.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Для пользователей с регистрацией на нашем сайте мы храним ту личную информацию, которую они указывают в своем профиле. Все пользователи могут видеть, редактировать или удалить свою информацию из профиля в любое время (кроме имени пользователя). Администрация вебсайта также может видеть и изменять эту информацию.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Какие у вас права на ваши данные</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Предлагаемый текст: </strong>При наличии учетной записи на сайте или если вы оставляли комментарии, то вы можете запросить файл экспорта персональных данных, которые мы сохранили о вас, включая предоставленные вами данные. Вы также можете запросить удаление этих данных, это не включает данные, которые мы обязаны хранить в административных целях, по закону или целях безопасности.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Куда отправляются ваши данные</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Предлагаемый текст: </strong>Комментарии пользователей могут проверяться автоматическим сервисом определения спама.</p><!-- /wp:paragraph -->','Политика конфиденциальности','','draft','closed','open','','privacy-policy','','','2024-01-29 19:20:16','2024-01-29 16:20:16','',0,'https://east-point.site/?page_id=3',0,'page','',0),
(4,0,'2024-01-29 19:20:16','2024-01-29 16:20:16','<!-- wp:page-list /-->','Навигация','','publish','closed','closed','','navigation','','','2024-01-29 19:20:16','2024-01-29 16:20:16','',0,'https://east-point.site/2024/01/29/navigation/',0,'wp_navigation','',0),
(5,5648,'2024-01-29 19:20:30','0000-00-00 00:00:00','','Черновик','','auto-draft','open','open','','','','','2024-01-29 19:20:30','0000-00-00 00:00:00','',0,'https://east-point.site/?p=5',0,'post','',0),
(6,5648,'2024-01-29 19:22:03','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-01-29 19:22:03','0000-00-00 00:00:00','',0,'https://east-point.site/?p=6',0,'post','',0),
(7,5648,'2024-01-29 19:23:23','2024-01-29 16:23:23','<!-- wp:paragraph -->\n<p>Добро пожаловать в WordPress. Это ваша первая запись. Отредактируйте или удалите ее, затем начинайте создавать!</p>\n<!-- /wp:paragraph -->','Привет, мир!','','inherit','closed','closed','','1-revision-v1','','','2024-01-29 19:23:23','2024-01-29 16:23:23','',1,'https://east-point.site/?p=7',0,'revision','',0),
(11,5648,'2024-01-29 19:40:33','2024-01-29 16:40:33','{\"styles\":{\"typography\":{\"fontFamily\":\"var:preset|font-family|primary\"}},\"settings\":{\"color\":{\"palette\":{\"theme\":[{\"name\":\"Base color (content text)\",\"slug\":\"basecolor\",\"color\":\"#000001\"},{\"name\":\"Contrast color (content background)\",\"slug\":\"contrastcolor\",\"color\":\"#fffffe\"},{\"name\":\"Primary\",\"slug\":\"primary\",\"color\":\"#a51c30\"},{\"name\":\"Secondary\",\"slug\":\"secondary\",\"color\":\"#004481\"},{\"name\":\"Text over primary\",\"slug\":\"textonprimary\",\"color\":\"#fffffd\"},{\"name\":\"Secondary Button\",\"slug\":\"button\",\"color\":\"#ffd800\"},{\"name\":\"Text over button\",\"slug\":\"textonbutton\",\"color\":\"#010101\"},{\"name\":\"Attention Color\",\"slug\":\"accent\",\"color\":\"#de1414\"},{\"name\":\"Accented Light Background\",\"slug\":\"lightbg\",\"color\":\"#f9fafb\"},{\"name\":\"Tag color\",\"slug\":\"tagcolor\",\"color\":\"#b952fe26\"},{\"name\":\"Light Grey (for Meta text)\",\"slug\":\"lightgrey\",\"color\":\"#A8B8CD\"},{\"name\":\"Price color (for woocommerce)\",\"slug\":\"price\",\"color\":\"#444444\"},{\"name\":\"Borders, Dividers\",\"slug\":\"lightborder\",\"color\":\"#cecece6b\"},{\"name\":\"Input background\",\"slug\":\"inputbg\",\"color\":\"#fafbfd\"},{\"name\":\"Input text\",\"slug\":\"inputtext\",\"color\":\"#444\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":2}','Custom Styles','','publish','closed','closed','','wp-global-styles-greenshift','','','2024-01-29 19:47:15','2024-01-29 16:47:15','',0,'https://east-point.site/wp-global-styles-greenshift/',0,'wp_global_styles','',0),
(12,5648,'2024-01-29 19:42:19','2024-01-29 16:42:19','','Header','','publish','closed','closed','','header','','','2024-01-29 19:42:19','2024-01-29 16:42:19','',0,'https://east-point.site/header/',0,'wp_template_part','',0),
(13,5648,'2024-01-29 19:42:45','2024-01-29 16:42:45','','Footer','','publish','closed','closed','','footer','','','2024-01-29 19:42:45','2024-01-29 16:42:45','',0,'https://east-point.site/footer/',0,'wp_template_part','',0),
(14,5648,'2024-01-29 19:47:15','2024-01-29 16:47:15','{\"styles\":{\"typography\":{\"fontFamily\":\"var:preset|font-family|primary\"}},\"settings\":{\"color\":{\"palette\":{\"theme\":[{\"name\":\"Base color (content text)\",\"slug\":\"basecolor\",\"color\":\"#000001\"},{\"name\":\"Contrast color (content background)\",\"slug\":\"contrastcolor\",\"color\":\"#fffffe\"},{\"name\":\"Primary\",\"slug\":\"primary\",\"color\":\"#a51c30\"},{\"name\":\"Secondary\",\"slug\":\"secondary\",\"color\":\"#004481\"},{\"name\":\"Text over primary\",\"slug\":\"textonprimary\",\"color\":\"#fffffd\"},{\"name\":\"Secondary Button\",\"slug\":\"button\",\"color\":\"#ffd800\"},{\"name\":\"Text over button\",\"slug\":\"textonbutton\",\"color\":\"#010101\"},{\"name\":\"Attention Color\",\"slug\":\"accent\",\"color\":\"#de1414\"},{\"name\":\"Accented Light Background\",\"slug\":\"lightbg\",\"color\":\"#f9fafb\"},{\"name\":\"Tag color\",\"slug\":\"tagcolor\",\"color\":\"#b952fe26\"},{\"name\":\"Light Grey (for Meta text)\",\"slug\":\"lightgrey\",\"color\":\"#A8B8CD\"},{\"name\":\"Price color (for woocommerce)\",\"slug\":\"price\",\"color\":\"#444444\"},{\"name\":\"Borders, Dividers\",\"slug\":\"lightborder\",\"color\":\"#cecece6b\"},{\"name\":\"Input background\",\"slug\":\"inputbg\",\"color\":\"#fafbfd\"},{\"name\":\"Input text\",\"slug\":\"inputtext\",\"color\":\"#444\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":2}','Custom Styles','','inherit','closed','closed','','11-revision-v1','','','2024-01-29 19:47:15','2024-01-29 16:47:15','',11,'https://east-point.site/?p=14',0,'revision','',0),
(15,5648,'2024-01-29 19:48:10','2024-01-29 16:48:10','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:80vw;}\",\"rowType\":\"fixed-width\",\"width\":[\"80\",null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"minHeight\":[],\"minHeightUnit\":[\"%\",\"px\",\"px\",\"px\"],\"columnPosition\":\"\",\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}body.gspb-bodyfront #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{min-height:100vh;}body #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{display:flex;flex-direction:column;justify-content:center;}\",\"enableExtendedWidth\":true,\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"justifyContent\":[\"center\"]},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"minHeight\":[\"100vh\"]}} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{padding-bottom:2rem;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{\"bottom\":[\"2rem\"]},\"locked\":false}},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-8f2882da-595d\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-8f2882da-595d{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":2,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-8f2882da-595d\"><div id=\"gsbp-8f2882da-595d\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"2\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"1rem\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.7s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:2.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"mitrofanov.ru\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"animation\":{\"duration\":700,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":2600,\"onlyonce\":true},\"buttonLink\":\"https://mitrofanov.ru\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-globe\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"2600\" data-aos-easing=\"ease\" data-aos-duration=\"700\" data-aos-once=\"true\" href=\"https://mitrofanov.ru\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 992 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M496 16c-274 0-496 222-496 496s222 496 496 496 496-222 496-496-222-496-496-496zM854.6 336h-134.4c-13.4-73-35-137.6-62.4-189.4 85.8 38 155.4 105.4 196.8 189.4zM496 112c37.2 0 97.2 82.4 126.4 224h-252.8c29.2-141.6 89.2-224 126.4-224zM96 512c0-27.4 2.8-54.2 8-80h155.4c-2 26.2-3.4 52.6-3.4 80s1.4 53.8 3.4 80h-155.4c-5.2-25.8-8-52.6-8-80zM137.4 688h134.4c13.4 73 35 137.6 62.4 189.4-85.8-38-155.4-105.4-196.8-189.4zM271.8 336h-134.4c41.4-84 111-151.4 196.8-189.4-27.4 51.8-49 116.4-62.4 189.4zM496 912c-37.2 0-97.2-82.4-126.4-224h253c-29.4 141.6-89.4 224-126.6 224zM636.2 592h-280.4c-2.2-25.6-3.8-52-3.8-80s1.6-54.4 3.8-80h280.6c2.2 25.6 3.8 52 3.8 80s-1.8 54.4-4 80zM657.8 877.4c27.4-51.8 48.8-116.4 62.4-189.4h134.4c-41.4 84-111 151.4-196.8 189.4zM732.6 592c2-26.2 3.4-52.6 3.4-80s-1.4-53.8-3.4-80h155.4c5.2 25.8 8 52.6 8 80s-2.8 54.2-8 80h-155.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">mitrofanov.ru</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-8fa01b86-81e1\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-8fa01b86-81e1{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{transition-duration:0.5s;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:2.8s;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":2800,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-8fa01b86-81e1\" id=\"gspb_button-id-gsbp-8fa01b86-81e1\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"2800\" data-aos-easing=\"ease\" data-aos-duration=\"500\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:group -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia, Vladivostok, 2 Avramenko Str.\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"animation\":{\"duration\":300,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"linkNoFollow\":true,\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":false,\"label\":\"\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"300\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener nofollow\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia, Vladivostok, 2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','publish','closed','closed','','front-page','','','2024-03-10 10:24:20','2024-03-10 07:24:20','',0,'https://east-point.site/front-page/',0,'wp_template','',0),
(16,5648,'2024-01-29 19:49:25','2024-01-29 16:49:25','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}body.gspb-bodyfront #gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002dglobal\\u002d\\u002dwide-size, 1200px);}\",\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:652px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:200px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[652,null,null,null],\"height\":[200,null,null,null],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:652px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:200px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[652,null,null,null],\"height\":[200,null,null,null],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 19:49:25','2024-01-29 16:49:25','',15,'https://east-point.site/?p=16',0,'revision','',0),
(17,5648,'2024-01-29 19:50:22','2024-01-29 16:50:22','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}body.gspb-bodyfront #gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002dglobal\\u002d\\u002dwide-size, 1200px);}\",\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:652px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:200px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[652,null,null,null],\"height\":[200,null,null,null],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:652px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:200px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[652,null,null,null],\"height\":[200,null,null,null],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:paragraph -->\n<p>hthjth</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 19:50:22','2024-01-29 16:50:22','',15,'https://east-point.site/?p=17',0,'revision','',0),
(18,5648,'2024-01-29 19:51:47','2024-01-29 16:51:47','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}body.gspb-bodyfront #gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002dglobal\\u002d\\u002dwide-size, 1200px);}\",\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:paragraph -->\n<p>hthjth</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:30vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"30vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:652px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:200px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[652,null,null,null],\"height\":[200,null,null,null],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:652px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:200px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[652,null,null,null],\"height\":[200,null,null,null],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 19:51:47','2024-01-29 16:51:47','',15,'https://east-point.site/?p=18',0,'revision','',0),
(19,5648,'2024-01-29 19:56:09','2024-01-29 16:56:09','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}body.gspb-bodyfront #gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002dglobal\\u002d\\u002dwide-size, 1200px);}\",\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:30vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"30vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:652px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:200px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[652,null,null,null],\"height\":[200,null,null,null],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:652px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:200px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[652,null,null,null],\"height\":[200,null,null,null],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:paragraph -->\n<p>hthjth</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Buy This Now!</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 19:56:09','2024-01-29 16:56:09','',15,'https://east-point.site/?p=19',0,'revision','',0),
(20,5648,'2024-01-29 19:58:08','2024-01-29 16:58:08','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:600px;}\",\"rowType\":\"fixed-width\",\"width\":[\"600\",null,null,null],\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:30vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"30vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:652px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:200px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[652,null,null,null],\"height\":[200,null,null,null],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:652px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:200px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[652,null,null,null],\"height\":[200,null,null,null],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\"]}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Buy This Now!</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 19:58:08','2024-01-29 16:58:08','',15,'https://east-point.site/?p=20',0,'revision','',0),
(21,5648,'2024-01-29 20:00:28','2024-01-29 17:00:28','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:600px;}\",\"rowType\":\"fixed-width\",\"width\":[\"600\",null,null,null],\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:30vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"30vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:652px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:200px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[652,null,null,null],\"height\":[200,null,null,null],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:652px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:200px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[652,null,null,null],\"height\":[200,null,null,null],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\"]}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-bb7439f2-d319\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-bb7439f2-d319{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"2 Avramenko Str.\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-bb7439f2-d319\" id=\"gspb_button-id-gsbp-bb7439f2-d319\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:00:28','2024-01-29 17:00:28','',15,'https://east-point.site/?p=21',0,'revision','',0),
(22,5648,'2024-01-29 20:01:31','2024-01-29 17:01:31','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:600px;}\",\"rowType\":\"fixed-width\",\"width\":[\"600\",null,null,null],\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:30vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"30vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:800px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:300px!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[800,null,null,null],\"height\":[300,null,null,null],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:800px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:300px!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[800,null,null,null],\"height\":[300,null,null,null],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\"]}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-bb7439f2-d319\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-bb7439f2-d319{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"2 Avramenko Str.\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-bb7439f2-d319\" id=\"gspb_button-id-gsbp-bb7439f2-d319\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:01:31','2024-01-29 17:01:31','',15,'https://east-point.site/?p=22',0,'revision','',0),
(23,5648,'2024-01-29 20:02:29','2024-01-29 17:02:29','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:600px;}\",\"rowType\":\"fixed-width\",\"width\":[\"600\",null,null,null],\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:30vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"30vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:100vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[100,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:800vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[800,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\"]}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-bb7439f2-d319\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-bb7439f2-d319{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"2 Avramenko Str.\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-bb7439f2-d319\" id=\"gspb_button-id-gsbp-bb7439f2-d319\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:02:29','2024-01-29 17:02:29','',15,'https://east-point.site/?p=23',0,'revision','',0),
(24,5648,'2024-01-29 20:03:01','2024-01-29 17:03:01','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:600px;}\",\"rowType\":\"fixed-width\",\"width\":[\"600\",null,null,null],\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:30vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"30vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\"]}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-bb7439f2-d319\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-bb7439f2-d319{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"2 Avramenko Str.\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-bb7439f2-d319\" id=\"gspb_button-id-gsbp-bb7439f2-d319\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:03:01','2024-01-29 17:03:01','',15,'https://east-point.site/?p=24',0,'revision','',0),
(25,5648,'2024-01-29 20:04:30','2024-01-29 17:04:30','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:600px;}\",\"rowType\":\"fixed-width\",\"width\":[\"600\",null,null,null],\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:30vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"30vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\"]},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-bb7439f2-d319\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-bb7439f2-d319{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"2 Avramenko Str.\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-bb7439f2-d319\" id=\"gspb_button-id-gsbp-bb7439f2-d319\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:04:30','2024-01-29 17:04:30','',15,'https://east-point.site/?p=25',0,'revision','',0),
(26,5648,'2024-01-29 20:05:04','2024-01-29 17:05:04','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:600px;}\",\"rowType\":\"fixed-width\",\"width\":[\"600\",null,null,null],\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\"]},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-bb7439f2-d319\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-bb7439f2-d319{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"2 Avramenko Str.\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-bb7439f2-d319\" id=\"gspb_button-id-gsbp-bb7439f2-d319\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:05:04','2024-01-29 17:05:04','',15,'https://east-point.site/?p=26',0,'revision','',0),
(27,5648,'2024-01-29 20:05:33','2024-01-29 17:05:33','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:600px;}\",\"rowType\":\"fixed-width\",\"width\":[\"600\",null,null,null],\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\"]},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-bb7439f2-d319\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-bb7439f2-d319{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"2 Avramenko Str.\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-bb7439f2-d319\" id=\"gspb_button-id-gsbp-bb7439f2-d319\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:05:33','2024-01-29 17:05:33','',15,'https://east-point.site/?p=27',0,'revision','',0),
(28,5648,'2024-01-29 20:06:01','2024-01-29 17:06:01','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\"]},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-bb7439f2-d319\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-bb7439f2-d319{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"2 Avramenko Str.\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-bb7439f2-d319\" id=\"gspb_button-id-gsbp-bb7439f2-d319\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:06:01','2024-01-29 17:06:01','',15,'https://east-point.site/?p=28',0,'revision','',0),
(29,5648,'2024-01-29 20:06:32','2024-01-29 17:06:32','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-bb7439f2-d319\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-bb7439f2-d319{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-bb7439f2-d319 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-bb7439f2-d319 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"2 Avramenko Str.\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-bb7439f2-d319\" id=\"gspb_button-id-gsbp-bb7439f2-d319\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:06:32','2024-01-29 17:06:32','',15,'https://east-point.site/?p=29',0,'revision','',0),
(30,5648,'2024-01-29 20:15:42','2024-01-29 17:15:42','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;row-gap:1rem;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\"],\"rowgap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"geo:-22.0210584,-47.9113343\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"geo:-22.0210584,-47.9113343\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:15:42','2024-01-29 17:15:42','',15,'https://east-point.site/?p=30',0,'revision','',0),
(31,5648,'2024-01-29 20:17:37','2024-01-29 17:17:37','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;row-gap:1rem;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\"],\"rowgap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"geo:43.1031984,131.8626912\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"geo:43.1031984,131.8626912\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:17:37','2024-01-29 17:17:37','',15,'https://east-point.site/?p=31',0,'revision','',0),
(32,5648,'2024-01-29 20:20:41','2024-01-29 17:20:41','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;row-gap:1rem;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\"],\"rowgap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"geo:38.62464092991612,-90.18476128578186\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"geo:38.62464092991612,-90.18476128578186\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:20:41','2024-01-29 17:20:41','',15,'https://east-point.site/?p=32',0,'revision','',0),
(33,5648,'2024-01-29 20:21:55','2024-01-29 17:21:55','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;row-gap:1rem;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\"],\"rowgap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"geo:323482,4306480;crs=EPSG:32618;u=20\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"geo:323482,4306480;crs=EPSG:32618;u=20\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:21:55','2024-01-29 17:21:55','',15,'https://east-point.site/?p=33',0,'revision','',0),
(34,5648,'2024-01-29 20:23:58','2024-01-29 17:23:58','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;row-gap:1rem;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\"],\"rowgap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"maps://maps.google.com/?q=-67.191,-68.264\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"maps://maps.google.com/?q=-67.191,-68.264\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:23:58','2024-01-29 17:23:58','',15,'https://east-point.site/?p=34',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(35,5648,'2024-01-29 20:25:43','2024-01-29 17:25:43','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;row-gap:1rem;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\"],\"rowgap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"geo:42.83321,-1.30534?z=180\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"geo:42.83321,-1.30534?z=180\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:25:43','2024-01-29 17:25:43','',15,'https://east-point.site/?p=35',0,'revision','',0),
(36,5648,'2024-01-29 20:26:46','2024-01-29 17:26:46','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;row-gap:1rem;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\"],\"rowgap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:26:46','2024-01-29 17:26:46','',15,'https://east-point.site/?p=36',0,'revision','',0),
(37,5648,'2024-01-29 20:29:01','2024-01-29 17:29:01','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;row-gap:1rem;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\"],\"rowgap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"animation\":{\"duration\":600,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"600\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:29:01','2024-01-29 17:29:01','',15,'https://east-point.site/?p=37',0,'revision','',0),
(38,5648,'2024-01-29 20:29:32','2024-01-29 17:29:32','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;row-gap:1rem;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\"],\"rowgap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"animation\":{\"duration\":600,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"600\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.8s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\"]},\"animation\":{\"duration\":800,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"800\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:29:32','2024-01-29 17:29:32','',15,'https://east-point.site/?p=38',0,'revision','',0),
(39,5648,'2024-01-29 20:30:35','2024-01-29 17:30:35','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\"],\"rowgap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"]},\"animation\":{\"duration\":600,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"600\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.8s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"]},\"animation\":{\"duration\":800,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"800\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:30:35','2024-01-29 17:30:35','',15,'https://east-point.site/?p=39',0,'revision','',0),
(40,5648,'2024-01-29 20:31:21','2024-01-29 17:31:21','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;row-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"]},\"animation\":{\"duration\":600,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"600\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.8s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dlightgrey, #A8B8CD)\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"]},\"animation\":{\"duration\":800,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"800\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:31:21','2024-01-29 17:31:21','',15,'https://east-point.site/?p=40',0,'revision','',0),
(41,5648,'2024-01-29 20:33:42','2024-01-29 17:33:42','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:flex-end;row-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"flex-end\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"]},\"animation\":{\"duration\":600,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"600\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.8s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"#a7b7cc61\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"]},\"animation\":{\"duration\":800,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"800\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:33:42','2024-01-29 17:33:42','',15,'https://east-point.site/?p=41',0,'revision','',0),
(42,5648,'2024-01-29 20:35:55','2024-01-29 17:35:55','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:20vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"20vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"]},\"animation\":{\"duration\":600,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"600\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.8s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"#a7b7cc61\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"]},\"animation\":{\"duration\":800,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"800\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:35:55','2024-01-29 17:35:55','',15,'https://east-point.site/?p=42',0,'revision','',0),
(43,5648,'2024-01-29 20:37:03','2024-01-29 17:37:03','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:15vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"15vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"]},\"animation\":{\"duration\":600,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"600\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.8s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"#a7b7cc61\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"]},\"animation\":{\"duration\":800,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"800\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:37:03','2024-01-29 17:37:03','',15,'https://east-point.site/?p=43',0,'revision','',0),
(44,5648,'2024-01-29 20:39:01','2024-01-29 17:39:01','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:15vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"15vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"]},\"animation\":{\"duration\":600,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"600\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.8s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"#a7b7cc61\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"]},\"animation\":{\"duration\":800,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"800\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:39:01','2024-01-29 17:39:01','',15,'https://east-point.site/?p=44',0,'revision','',0),
(45,5648,'2024-01-29 20:40:50','2024-01-29 17:40:50','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:1200px;}\",\"rowType\":\"fixed-width\",\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:15vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"15vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-e2863526-7351\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-e2863526-7351{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-e2863526-7351\"><div id=\"gsbp-e2863526-7351\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\"},\"animation\":{\"duration\":600,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"600\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.8s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\"},\"animation\":{\"duration\":800,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"800\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 20:40:50','2024-01-29 17:40:50','',15,'https://east-point.site/?p=45',0,'revision','',0),
(46,5648,'2024-01-29 20:43:53','2024-01-29 17:43:53','','logoRound','','inherit','','closed','','logoround','','','2024-01-29 20:43:53','2024-01-29 17:43:53','',0,'https://east-point.site/wp-content/uploads/logoRound.png',0,'attachment','image/png',0),
(47,5648,'2024-01-29 20:49:00','2024-01-29 17:49:00','','logoEastPoint','','inherit','','closed','','logoeastpoint','','','2024-01-29 20:49:00','2024-01-29 17:49:00','',0,'https://east-point.site/wp-content/uploads/logoEastPoint.jpg',0,'attachment','image/jpeg',0),
(48,5648,'2024-01-29 21:14:06','2024-01-29 18:14:06','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27{min-height:100vh;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:80vw;}\",\"rowType\":\"fixed-width\",\"width\":[\"80\",null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"minHeight\":[\"100\",null,null,null],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}\"} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-981dd462-4ab3\",\"inlineCssStyles\":\".gspb_container-id-gsbp-981dd462-4ab3{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-981dd462-4ab3.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-981dd462-4ab3.gspb_container{height:15vh;}\",\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"15vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-981dd462-4ab3\" id=\"gspb_container-id-gsbp-981dd462-4ab3\"></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-ad692c29-d7b5.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-21318279-8d2d\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-21318279-8d2d{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-21318279-8d2d\"><div id=\"gsbp-21318279-8d2d\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{height:40vh;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[\"40vh\"]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\"},\"animation\":{\"duration\":600,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"600\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.8s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\"},\"animation\":{\"duration\":800,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"800\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-01-29 21:14:06','2024-01-29 18:14:06','',15,'https://east-point.site/?p=48',0,'revision','',0),
(49,5648,'2024-01-29 21:23:18','2024-01-29 18:23:18','https://east-point.site/wp-content/uploads/cropped-logoRound.png','cropped-logoRound.png','','inherit','','closed','','cropped-logoround-png','','','2024-01-29 21:23:18','2024-01-29 18:23:18','',0,'https://east-point.site/wp-content/uploads/cropped-logoRound.png',0,'attachment','image/png',0),
(50,5648,'2024-01-29 21:23:30','2024-01-29 18:23:30','{\n    \"site_icon\": {\n        \"value\": 49,\n        \"type\": \"option\",\n        \"user_id\": 5648,\n        \"date_modified_gmt\": \"2024-01-29 18:23:30\"\n    }\n}','','','trash','closed','closed','','272618fb-32ab-4e7e-95f1-332ff18521a0','','','2024-01-29 21:23:30','2024-01-29 18:23:30','',0,'https://east-point.site/272618fb-32ab-4e7e-95f1-332ff18521a0/',0,'customize_changeset','',0),
(51,5648,'2024-03-10 10:10:13','2024-03-10 07:10:13','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:80vw;}\",\"rowType\":\"fixed-width\",\"width\":[\"80\",null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"minHeight\":[],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}body #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{display:flex;flex-direction:column;justify-content:center;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"justifyContent\":[\"center\"]}} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-8f2882da-595d\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-8f2882da-595d{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-8f2882da-595d\"><div id=\"gsbp-8f2882da-595d\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{margin-right:auto;margin-left:auto;}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{},\"locked\":false},\"marginAuto\":[true]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\"},\"animation\":{\"duration\":600,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"600\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-label{font-size:1.2rem;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-label{margin-top:8px;font-size:13px; line-height:13px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.8s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia Vladivostok\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\"},\"animation\":{\"duration\":800,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":true,\"label\":\"2 Avramenko Str.\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"800\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia Vladivostok</span><span class=\"gspb-buttonbox-label\">2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-03-10 10:10:13','2024-03-10 07:10:13','',15,'https://east-point.site/?p=51',0,'revision','',0),
(52,5648,'2024-03-10 10:14:53','2024-03-10 07:14:53','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:80vw;}\",\"rowType\":\"fixed-width\",\"width\":[\"80\",null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"minHeight\":[],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}body #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{display:flex;flex-direction:column;justify-content:center;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"justifyContent\":[\"center\"]}} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-8f2882da-595d\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-8f2882da-595d{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-8f2882da-595d\"><div id=\"gsbp-8f2882da-595d\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"mitrofanov.ru\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\"},\"buttonLink\":\"https://mitrofanov.ru\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-globe\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://mitrofanov.ru\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 992 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M496 16c-274 0-496 222-496 496s222 496 496 496 496-222 496-496-222-496-496-496zM854.6 336h-134.4c-13.4-73-35-137.6-62.4-189.4 85.8 38 155.4 105.4 196.8 189.4zM496 112c37.2 0 97.2 82.4 126.4 224h-252.8c29.2-141.6 89.2-224 126.4-224zM96 512c0-27.4 2.8-54.2 8-80h155.4c-2 26.2-3.4 52.6-3.4 80s1.4 53.8 3.4 80h-155.4c-5.2-25.8-8-52.6-8-80zM137.4 688h134.4c13.4 73 35 137.6 62.4 189.4-85.8-38-155.4-105.4-196.8-189.4zM271.8 336h-134.4c41.4-84 111-151.4 196.8-189.4-27.4 51.8-49 116.4-62.4 189.4zM496 912c-37.2 0-97.2-82.4-126.4-224h253c-29.4 141.6-89.4 224-126.6 224zM636.2 592h-280.4c-2.2-25.6-3.8-52-3.8-80s1.6-54.4 3.8-80h280.6c2.2 25.6 3.8 52 3.8 80s-1.8 54.4-4 80zM657.8 877.4c27.4-51.8 48.8-116.4 62.4-189.4h134.4c-41.4 84-111 151.4-196.8 189.4zM732.6 592c2-26.2 3.4-52.6 3.4-80s-1.4-53.8-3.4-80h155.4c5.2 25.8 8 52.6 8 80s-2.8 54.2-8 80h-155.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">mitrofanov.ru</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-8fa01b86-81e1\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-8fa01b86-81e1{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\"},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-8fa01b86-81e1\" id=\"gspb_button-id-gsbp-8fa01b86-81e1\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:group -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1.5rem;}@media (max-width: 575.98px){#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:1rem;}}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"Russia, Vladivostok, 2 Avramenko Str.\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\"},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"linkNoFollow\":true,\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":false,\"label\":\"\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener nofollow\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia, Vladivostok, 2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-03-10 10:14:53','2024-03-10 07:14:53','',15,'https://east-point.site/?p=52',0,'revision','',0),
(53,5648,'2024-03-10 10:15:22','2024-03-10 07:15:22','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:80vw;}\",\"rowType\":\"fixed-width\",\"width\":[\"80\",null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"minHeight\":[],\"minHeightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}body #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{display:flex;flex-direction:column;justify-content:center;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"justifyContent\":[\"center\"]}} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-8f2882da-595d\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-8f2882da-595d{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-8f2882da-595d\"><div id=\"gsbp-8f2882da-595d\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:clamp(1.5rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{line-height:clamp(2rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"mitrofanov.ru\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1.5rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"2rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"https://mitrofanov.ru\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-globe\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://mitrofanov.ru\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 992 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M496 16c-274 0-496 222-496 496s222 496 496 496 496-222 496-496-222-496-496-496zM854.6 336h-134.4c-13.4-73-35-137.6-62.4-189.4 85.8 38 155.4 105.4 196.8 189.4zM496 112c37.2 0 97.2 82.4 126.4 224h-252.8c29.2-141.6 89.2-224 126.4-224zM96 512c0-27.4 2.8-54.2 8-80h155.4c-2 26.2-3.4 52.6-3.4 80s1.4 53.8 3.4 80h-155.4c-5.2-25.8-8-52.6-8-80zM137.4 688h134.4c13.4 73 35 137.6 62.4 189.4-85.8-38-155.4-105.4-196.8-189.4zM271.8 336h-134.4c41.4-84 111-151.4 196.8-189.4-27.4 51.8-49 116.4-62.4 189.4zM496 912c-37.2 0-97.2-82.4-126.4-224h253c-29.4 141.6-89.4 224-126.6 224zM636.2 592h-280.4c-2.2-25.6-3.8-52-3.8-80s1.6-54.4 3.8-80h280.6c2.2 25.6 3.8 52 3.8 80s-1.8 54.4-4 80zM657.8 877.4c27.4-51.8 48.8-116.4 62.4-189.4h134.4c-41.4 84-111 151.4-196.8 189.4zM732.6 592c2-26.2 3.4-52.6 3.4-80s-1.4-53.8-3.4-80h155.4c5.2 25.8 8 52.6 8 80s-2.8 54.2-8 80h-155.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">mitrofanov.ru</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-8fa01b86-81e1\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-8fa01b86-81e1{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{font-size:clamp(1.5rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{line-height:clamp(2rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1.5rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"2rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-8fa01b86-81e1\" id=\"gspb_button-id-gsbp-8fa01b86-81e1\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:group -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:clamp(1.5rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{line-height:clamp(2rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"Russia, Vladivostok, 2 Avramenko Str.\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1.5rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"2rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"linkNoFollow\":true,\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":false,\"label\":\"\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener nofollow\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia, Vladivostok, 2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-03-10 10:15:22','2024-03-10 07:15:22','',15,'https://east-point.site/?p=53',0,'revision','',0),
(54,5648,'2024-03-10 10:17:00','2024-03-10 07:17:00','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:80vw;}\",\"rowType\":\"fixed-width\",\"width\":[\"80\",null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"minHeight\":[],\"minHeightUnit\":[\"%\",\"px\",\"px\",\"px\"],\"columnPosition\":\"\",\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}body.gspb-bodyfront #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{min-height:100vh;}body #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{display:flex;flex-direction:column;justify-content:center;}\",\"enableExtendedWidth\":true,\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"justifyContent\":[\"center\"]},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"minHeight\":[\"100vh\"]}} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-8f2882da-595d\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-8f2882da-595d{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-8f2882da-595d\"><div id=\"gsbp-8f2882da-595d\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:clamp(1.5rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{line-height:clamp(2rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"mitrofanov.ru\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1.5rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"2rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"https://mitrofanov.ru\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-globe\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://mitrofanov.ru\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 992 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M496 16c-274 0-496 222-496 496s222 496 496 496 496-222 496-496-222-496-496-496zM854.6 336h-134.4c-13.4-73-35-137.6-62.4-189.4 85.8 38 155.4 105.4 196.8 189.4zM496 112c37.2 0 97.2 82.4 126.4 224h-252.8c29.2-141.6 89.2-224 126.4-224zM96 512c0-27.4 2.8-54.2 8-80h155.4c-2 26.2-3.4 52.6-3.4 80s1.4 53.8 3.4 80h-155.4c-5.2-25.8-8-52.6-8-80zM137.4 688h134.4c13.4 73 35 137.6 62.4 189.4-85.8-38-155.4-105.4-196.8-189.4zM271.8 336h-134.4c41.4-84 111-151.4 196.8-189.4-27.4 51.8-49 116.4-62.4 189.4zM496 912c-37.2 0-97.2-82.4-126.4-224h253c-29.4 141.6-89.4 224-126.6 224zM636.2 592h-280.4c-2.2-25.6-3.8-52-3.8-80s1.6-54.4 3.8-80h280.6c2.2 25.6 3.8 52 3.8 80s-1.8 54.4-4 80zM657.8 877.4c27.4-51.8 48.8-116.4 62.4-189.4h134.4c-41.4 84-111 151.4-196.8 189.4zM732.6 592c2-26.2 3.4-52.6 3.4-80s-1.4-53.8-3.4-80h155.4c5.2 25.8 8 52.6 8 80s-2.8 54.2-8 80h-155.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">mitrofanov.ru</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-8fa01b86-81e1\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-8fa01b86-81e1{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{font-size:clamp(1.5rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{line-height:clamp(2rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1.5rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"2rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-8fa01b86-81e1\" id=\"gspb_button-id-gsbp-8fa01b86-81e1\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:group -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:clamp(1.5rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{line-height:clamp(2rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"Russia, Vladivostok, 2 Avramenko Str.\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1.5rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"2rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"linkNoFollow\":true,\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":false,\"label\":\"\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener nofollow\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia, Vladivostok, 2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-03-10 10:17:00','2024-03-10 07:17:00','',15,'https://east-point.site/?p=54',0,'revision','',0),
(55,5648,'2024-03-10 10:18:30','2024-03-10 07:18:30','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:80vw;}\",\"rowType\":\"fixed-width\",\"width\":[\"80\",null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"minHeight\":[],\"minHeightUnit\":[\"%\",\"px\",\"px\",\"px\"],\"columnPosition\":\"\",\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}body.gspb-bodyfront #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{min-height:100vh;}body #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{display:flex;flex-direction:column;justify-content:center;}\",\"enableExtendedWidth\":true,\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"justifyContent\":[\"center\"]},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"minHeight\":[\"100vh\"]}} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-8f2882da-595d\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-8f2882da-595d{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-8f2882da-595d\"><div id=\"gsbp-8f2882da-595d\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"mitrofanov.ru\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"https://mitrofanov.ru\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-globe\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://mitrofanov.ru\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 992 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M496 16c-274 0-496 222-496 496s222 496 496 496 496-222 496-496-222-496-496-496zM854.6 336h-134.4c-13.4-73-35-137.6-62.4-189.4 85.8 38 155.4 105.4 196.8 189.4zM496 112c37.2 0 97.2 82.4 126.4 224h-252.8c29.2-141.6 89.2-224 126.4-224zM96 512c0-27.4 2.8-54.2 8-80h155.4c-2 26.2-3.4 52.6-3.4 80s1.4 53.8 3.4 80h-155.4c-5.2-25.8-8-52.6-8-80zM137.4 688h134.4c13.4 73 35 137.6 62.4 189.4-85.8-38-155.4-105.4-196.8-189.4zM271.8 336h-134.4c41.4-84 111-151.4 196.8-189.4-27.4 51.8-49 116.4-62.4 189.4zM496 912c-37.2 0-97.2-82.4-126.4-224h253c-29.4 141.6-89.4 224-126.6 224zM636.2 592h-280.4c-2.2-25.6-3.8-52-3.8-80s1.6-54.4 3.8-80h280.6c2.2 25.6 3.8 52 3.8 80s-1.8 54.4-4 80zM657.8 877.4c27.4-51.8 48.8-116.4 62.4-189.4h134.4c-41.4 84-111 151.4-196.8 189.4zM732.6 592c2-26.2 3.4-52.6 3.4-80s-1.4-53.8-3.4-80h155.4c5.2 25.8 8 52.6 8 80s-2.8 54.2-8 80h-155.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">mitrofanov.ru</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-8fa01b86-81e1\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-8fa01b86-81e1{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-8fa01b86-81e1\" id=\"gspb_button-id-gsbp-8fa01b86-81e1\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:group -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"Russia, Vladivostok, 2 Avramenko Str.\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"linkNoFollow\":true,\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":false,\"label\":\"\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener nofollow\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia, Vladivostok, 2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-03-10 10:18:30','2024-03-10 07:18:30','',15,'https://east-point.site/?p=55',0,'revision','',0),
(56,5648,'2024-03-10 10:19:56','2024-03-10 07:19:56','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:80vw;}\",\"rowType\":\"fixed-width\",\"width\":[\"80\",null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"minHeight\":[],\"minHeightUnit\":[\"%\",\"px\",\"px\",\"px\"],\"columnPosition\":\"\",\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}body.gspb-bodyfront #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{min-height:100vh;}body #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{display:flex;flex-direction:column;justify-content:center;}\",\"enableExtendedWidth\":true,\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"justifyContent\":[\"center\"]},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"minHeight\":[\"100vh\"]}} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-8f2882da-595d\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-8f2882da-595d{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":4,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-8f2882da-595d\"><div id=\"gsbp-8f2882da-595d\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"4\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"1rem\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"mitrofanov.ru\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"https://mitrofanov.ru\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-globe\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://mitrofanov.ru\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 992 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M496 16c-274 0-496 222-496 496s222 496 496 496 496-222 496-496-222-496-496-496zM854.6 336h-134.4c-13.4-73-35-137.6-62.4-189.4 85.8 38 155.4 105.4 196.8 189.4zM496 112c37.2 0 97.2 82.4 126.4 224h-252.8c29.2-141.6 89.2-224 126.4-224zM96 512c0-27.4 2.8-54.2 8-80h155.4c-2 26.2-3.4 52.6-3.4 80s1.4 53.8 3.4 80h-155.4c-5.2-25.8-8-52.6-8-80zM137.4 688h134.4c13.4 73 35 137.6 62.4 189.4-85.8-38-155.4-105.4-196.8-189.4zM271.8 336h-134.4c41.4-84 111-151.4 196.8-189.4-27.4 51.8-49 116.4-62.4 189.4zM496 912c-37.2 0-97.2-82.4-126.4-224h253c-29.4 141.6-89.4 224-126.6 224zM636.2 592h-280.4c-2.2-25.6-3.8-52-3.8-80s1.6-54.4 3.8-80h280.6c2.2 25.6 3.8 52 3.8 80s-1.8 54.4-4 80zM657.8 877.4c27.4-51.8 48.8-116.4 62.4-189.4h134.4c-41.4 84-111 151.4-196.8 189.4zM732.6 592c2-26.2 3.4-52.6 3.4-80s-1.4-53.8-3.4-80h155.4c5.2 25.8 8 52.6 8 80s-2.8 54.2-8 80h-155.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">mitrofanov.ru</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-8fa01b86-81e1\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-8fa01b86-81e1{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-8fa01b86-81e1\" id=\"gspb_button-id-gsbp-8fa01b86-81e1\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:group -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"Russia, Vladivostok, 2 Avramenko Str.\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"linkNoFollow\":true,\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":false,\"label\":\"\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener nofollow\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia, Vladivostok, 2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-03-10 10:19:56','2024-03-10 07:19:56','',15,'https://east-point.site/?p=56',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(57,5648,'2024-03-10 10:21:01','2024-03-10 07:21:01','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:80vw;}\",\"rowType\":\"fixed-width\",\"width\":[\"80\",null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"minHeight\":[],\"minHeightUnit\":[\"%\",\"px\",\"px\",\"px\"],\"columnPosition\":\"\",\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}body.gspb-bodyfront #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{min-height:100vh;}body #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{display:flex;flex-direction:column;justify-content:center;}\",\"enableExtendedWidth\":true,\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"justifyContent\":[\"center\"]},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"minHeight\":[\"100vh\"]}} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-8f2882da-595d\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-8f2882da-595d{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":3,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-8f2882da-595d\"><div id=\"gsbp-8f2882da-595d\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"3\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"1rem\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"mitrofanov.ru\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"https://mitrofanov.ru\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-globe\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://mitrofanov.ru\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 992 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M496 16c-274 0-496 222-496 496s222 496 496 496 496-222 496-496-222-496-496-496zM854.6 336h-134.4c-13.4-73-35-137.6-62.4-189.4 85.8 38 155.4 105.4 196.8 189.4zM496 112c37.2 0 97.2 82.4 126.4 224h-252.8c29.2-141.6 89.2-224 126.4-224zM96 512c0-27.4 2.8-54.2 8-80h155.4c-2 26.2-3.4 52.6-3.4 80s1.4 53.8 3.4 80h-155.4c-5.2-25.8-8-52.6-8-80zM137.4 688h134.4c13.4 73 35 137.6 62.4 189.4-85.8-38-155.4-105.4-196.8-189.4zM271.8 336h-134.4c41.4-84 111-151.4 196.8-189.4-27.4 51.8-49 116.4-62.4 189.4zM496 912c-37.2 0-97.2-82.4-126.4-224h253c-29.4 141.6-89.4 224-126.6 224zM636.2 592h-280.4c-2.2-25.6-3.8-52-3.8-80s1.6-54.4 3.8-80h280.6c2.2 25.6 3.8 52 3.8 80s-1.8 54.4-4 80zM657.8 877.4c27.4-51.8 48.8-116.4 62.4-189.4h134.4c-41.4 84-111 151.4-196.8 189.4zM732.6 592c2-26.2 3.4-52.6 3.4-80s-1.4-53.8-3.4-80h155.4c5.2 25.8 8 52.6 8 80s-2.8 54.2-8 80h-155.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">mitrofanov.ru</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-8fa01b86-81e1\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-8fa01b86-81e1{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-8fa01b86-81e1\" id=\"gspb_button-id-gsbp-8fa01b86-81e1\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:group -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"Russia, Vladivostok, 2 Avramenko Str.\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"linkNoFollow\":true,\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":false,\"label\":\"\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener nofollow\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia, Vladivostok, 2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-03-10 10:21:01','2024-03-10 07:21:01','',15,'https://east-point.site/?p=57',0,'revision','',0),
(58,5648,'2024-03-10 10:21:22','2024-03-10 07:21:22','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:80vw;}\",\"rowType\":\"fixed-width\",\"width\":[\"80\",null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"minHeight\":[],\"minHeightUnit\":[\"%\",\"px\",\"px\",\"px\"],\"columnPosition\":\"\",\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}body.gspb-bodyfront #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{min-height:100vh;}body #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{display:flex;flex-direction:column;justify-content:center;}\",\"enableExtendedWidth\":true,\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"justifyContent\":[\"center\"]},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"minHeight\":[\"100vh\"]}} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-8f2882da-595d\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-8f2882da-595d{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":2,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-8f2882da-595d\"><div id=\"gsbp-8f2882da-595d\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"2\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"1rem\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"mitrofanov.ru\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"https://mitrofanov.ru\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-globe\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://mitrofanov.ru\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 992 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M496 16c-274 0-496 222-496 496s222 496 496 496 496-222 496-496-222-496-496-496zM854.6 336h-134.4c-13.4-73-35-137.6-62.4-189.4 85.8 38 155.4 105.4 196.8 189.4zM496 112c37.2 0 97.2 82.4 126.4 224h-252.8c29.2-141.6 89.2-224 126.4-224zM96 512c0-27.4 2.8-54.2 8-80h155.4c-2 26.2-3.4 52.6-3.4 80s1.4 53.8 3.4 80h-155.4c-5.2-25.8-8-52.6-8-80zM137.4 688h134.4c13.4 73 35 137.6 62.4 189.4-85.8-38-155.4-105.4-196.8-189.4zM271.8 336h-134.4c41.4-84 111-151.4 196.8-189.4-27.4 51.8-49 116.4-62.4 189.4zM496 912c-37.2 0-97.2-82.4-126.4-224h253c-29.4 141.6-89.4 224-126.6 224zM636.2 592h-280.4c-2.2-25.6-3.8-52-3.8-80s1.6-54.4 3.8-80h280.6c2.2 25.6 3.8 52 3.8 80s-1.8 54.4-4 80zM657.8 877.4c27.4-51.8 48.8-116.4 62.4-189.4h134.4c-41.4 84-111 151.4-196.8 189.4zM732.6 592c2-26.2 3.4-52.6 3.4-80s-1.4-53.8-3.4-80h155.4c5.2 25.8 8 52.6 8 80s-2.8 54.2-8 80h-155.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">mitrofanov.ru</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-8fa01b86-81e1\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-8fa01b86-81e1{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-8fa01b86-81e1\" id=\"gspb_button-id-gsbp-8fa01b86-81e1\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:group -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}\",\"buttonContent\":\"Russia, Vladivostok, 2 Avramenko Str.\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"linkNoFollow\":true,\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":false,\"label\":\"\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener nofollow\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia, Vladivostok, 2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-03-10 10:21:22','2024-03-10 07:21:22','',15,'https://east-point.site/?p=58',0,'revision','',0),
(59,5648,'2024-03-10 10:23:12','2024-03-10 07:23:12','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:80vw;}\",\"rowType\":\"fixed-width\",\"width\":[\"80\",null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"minHeight\":[],\"minHeightUnit\":[\"%\",\"px\",\"px\",\"px\"],\"columnPosition\":\"\",\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}body.gspb-bodyfront #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{min-height:100vh;}body #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{display:flex;flex-direction:column;justify-content:center;}\",\"enableExtendedWidth\":true,\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"justifyContent\":[\"center\"]},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"minHeight\":[\"100vh\"]}} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-8f2882da-595d\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-8f2882da-595d{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":2,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-8f2882da-595d\"><div id=\"gsbp-8f2882da-595d\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"2\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"1rem\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.7s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:2.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"mitrofanov.ru\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"animation\":{\"duration\":700,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":2600,\"onlyonce\":true},\"buttonLink\":\"https://mitrofanov.ru\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-globe\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"2600\" data-aos-easing=\"ease\" data-aos-duration=\"700\" data-aos-once=\"true\" href=\"https://mitrofanov.ru\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 992 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M496 16c-274 0-496 222-496 496s222 496 496 496 496-222 496-496-222-496-496-496zM854.6 336h-134.4c-13.4-73-35-137.6-62.4-189.4 85.8 38 155.4 105.4 196.8 189.4zM496 112c37.2 0 97.2 82.4 126.4 224h-252.8c29.2-141.6 89.2-224 126.4-224zM96 512c0-27.4 2.8-54.2 8-80h155.4c-2 26.2-3.4 52.6-3.4 80s1.4 53.8 3.4 80h-155.4c-5.2-25.8-8-52.6-8-80zM137.4 688h134.4c13.4 73 35 137.6 62.4 189.4-85.8-38-155.4-105.4-196.8-189.4zM271.8 336h-134.4c41.4-84 111-151.4 196.8-189.4-27.4 51.8-49 116.4-62.4 189.4zM496 912c-37.2 0-97.2-82.4-126.4-224h253c-29.4 141.6-89.4 224-126.6 224zM636.2 592h-280.4c-2.2-25.6-3.8-52-3.8-80s1.6-54.4 3.8-80h280.6c2.2 25.6 3.8 52 3.8 80s-1.8 54.4-4 80zM657.8 877.4c27.4-51.8 48.8-116.4 62.4-189.4h134.4c-41.4 84-111 151.4-196.8 189.4zM732.6 592c2-26.2 3.4-52.6 3.4-80s-1.4-53.8-3.4-80h155.4c5.2 25.8 8 52.6 8 80s-2.8 54.2-8 80h-155.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">mitrofanov.ru</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-8fa01b86-81e1\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-8fa01b86-81e1{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{transition-duration:0.5s;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:2.8s;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":2800,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-8fa01b86-81e1\" id=\"gspb_button-id-gsbp-8fa01b86-81e1\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"2800\" data-aos-easing=\"ease\" data-aos-duration=\"500\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:group -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia, Vladivostok, 2 Avramenko Str.\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"animation\":{\"duration\":300,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"linkNoFollow\":true,\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":false,\"label\":\"\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"300\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener nofollow\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia, Vladivostok, 2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-03-10 10:23:12','2024-03-10 07:23:12','',15,'https://east-point.site/?p=59',0,'revision','',0),
(60,5648,'2024-03-10 10:24:20','2024-03-10 07:24:20','<!-- wp:greenshift-blocks/row {\"id\":\"gsbp-03443128-9c27\",\"inlineCssStyles\":\"#gspb_row-id-gsbp-03443128-9c27{justify-content: space-between;margin-top: 0px;margin-bottom: 0px;display: flex;flex-wrap: wrap;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content {display: flex;justify-content: space-between;margin: 0 auto;width: 100%;flex-wrap: wrap;}.gspb_row{position:relative;}div[id^=gspb_col-id]{padding:15px min(3vw, 20px);box-sizing:border-box;position:relative;}#gspb_row-id-gsbp-03443128-9c27 \\u003e .gspb_row__content{max-width:80vw;}\",\"rowType\":\"fixed-width\",\"width\":[\"80\",null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"minHeight\":[],\"minHeightUnit\":[\"%\",\"px\",\"px\",\"px\"],\"columnPosition\":\"\",\"displayStyles\":false,\"isVariation\":\"\"} -->\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-03443128-9c27\" id=\"gspb_row-id-gsbp-03443128-9c27\"><div class=\"gspb_row__content\"> <!-- wp:greenshift-blocks/row-column {\"id\":\"gsbp-795f2859-dd8e\",\"inlineCssStyles\":\"#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}@media (max-width: 575.98px){#gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{width:100%;}}body.gspb-bodyfront #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{min-height:100vh;}body #gspb_col-id-gsbp-795f2859-dd8e.gspb_row__col\\u002d\\u002d12{display:flex;flex-direction:column;justify-content:center;}\",\"enableExtendedWidth\":true,\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"justifyContent\":[\"center\"]},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"minHeight\":[\"100vh\"]}} -->\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-795f2859-dd8e\" id=\"gspb_col-id-gsbp-795f2859-dd8e\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-c8a9e11a-708c\",\"inlineCssStyles\":\".gspb_container-id-gsbp-c8a9e11a-708c{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{display:flex;justify-content:center;align-items:center;}body.gspb-bodyfront #gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{position:relative;}#gspb_container-id-gsbp-c8a9e11a-708c.gspb_container{padding-bottom:2rem;}\",\"flexbox\":{\"type\":\"flexbox\",\"justifyContent\":[\"center\"],\"alignItems\":[\"center\"]},\"spacing\":{\"margin\":{\"values\":{},\"locked\":false},\"padding\":{\"values\":{\"bottom\":[\"2rem\"]},\"locked\":false}},\"position\":{\"positionType\":[\"relative\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}},\"blockWidth\":{\"customWidth\":{\"value\":[]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-c8a9e11a-708c\" id=\"gspb_container-id-gsbp-c8a9e11a-708c\"><!-- wp:greenshift-blocks/container {\"id\":\"gsbp-ad692c29-d7b5\",\"inlineCssStyles\":\".gspb_container-id-gsbp-ad692c29-d7b5{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-ad692c29-d7b5.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}\"} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-ad692c29-d7b5\" id=\"gspb_container-id-gsbp-ad692c29-d7b5\"><!-- wp:greenshift-blocks/animation-container {\"id\":\"gsbp-8f2882da-595d\",\"inlineCssStyles\":\"[data-prehidden], body.gspb-bodyfront .gs-prehidden{visibility:hidden}#gspb_gsap-gsbp-8f2882da-595d{perspective:500px}\",\"animation_type\":\"svg_line_draw\",\"duration\":2,\"triggertype\":\"load\",\"customobject\":\"\",\"morphend\":\"\",\"prehide\":true,\"customProps\":[{\"name\":\"\",\"value\":\"\"}]} -->\n<div id=\"gspb_gsap-gsbp-8f2882da-595d\"><div id=\"gsbp-8f2882da-595d\" class=\"gs-gsap-wrap\" data-customprops=\"[{&quot;name&quot;:&quot;&quot;,&quot;value&quot;:&quot;&quot;}]\" data-duration=\"2\" data-svgdraw=\"yes\" data-triggertype=\"load\" data-from=\"yes\" data-prehidden=\"1\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-90399ee5-7269\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-90399ee5-7269{display:flex;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{overflow:visible;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{width:80vw!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg, #gspb_svgBox-id-gsbp-90399ee5-7269{height:30vh!important;}#gspb_svgBox-id-gsbp-90399ee5-7269 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg id=\\u0022animone\\u0022 xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cg style=\\u0022fill:none\\u0022\\u003e\\n    \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n    \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003c/g\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"regular\",\"delay\":3000,\"onlyonce\":true,\"usegsap\":true,\"o\":0,\"set_from\":\"to\",\"triggertype\":\"load\",\"ease\":\"cine-in\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-90399ee5-7269\" id=\"gspb_svgBox-id-gsbp-90399ee5-7269\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"0.5\" data-ease=\"cine-in\" data-o=\"0\" data-triggertype=\"load\"><svg id=\"animone\" style=\"width:5rem;height:5rem;margin:10px\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <g style=\"fill:none\">\n    <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:none;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n    <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:none;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  </g>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div></div>\n<!-- /wp:greenshift-blocks/animation-container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-3dd6c892-4665\",\"inlineCssStyles\":\".gspb_container-id-gsbp-3dd6c892-4665{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-3dd6c892-4665.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}body.gspb-bodyfront #gspb_container-id-gsbp-3dd6c892-4665.gspb_container{position:absolute;}\",\"position\":{\"positionType\":[\"absolute\",\"\",\"\",\"\"],\"positions\":{\"values\":{}}}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-3dd6c892-4665\" id=\"gspb_container-id-gsbp-3dd6c892-4665\"><!-- wp:greenshift-blocks/svgshape {\"id\":\"gsbp-cd2cc3f8-89e2\",\"inlineCssStyles\":\"#gspb_svgBox-id-gsbp-cd2cc3f8-89e2{display:flex;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}[data-prehidden]{visibility:hidden}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{overflow:visible;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{width:80vw!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg, #gspb_svgBox-id-gsbp-cd2cc3f8-89e2{height:30vh!important;}#gspb_svgBox-id-gsbp-cd2cc3f8-89e2 svg{max-width:100%}\",\"customshapeOn\":true,\"customshape\":\"\\u003csvg xmlns=\\u0022http://www.w3.org/2000/svg\\u0022 xml:space=\\u0022preserve\\u0022 viewBox=\\u00220 0 227.447 37.137\\u0022\\u003e\\n  \\u003cpath d=\\u0022M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\\u0022 style=\\u0022font-weight:600;font-size:90px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Semi-Bold\\u0026quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\\u0022 style=\\u0022color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\\u0022 style=\\u0022font-weight:700;font-size:9.2733px;font-family:Jost;-inkscape-font-specification:\\u0026quot;Jost Bold\\u0026quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n  \\u003cpath d=\\u0022m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\\u0022 style=\\u0022fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\\u0022 transform=\\u0022translate(-5.095 -84.913)\\u0022/\\u003e\\n\\u003c/svg\\u003e\",\"fillone\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #004481)\",\"stroke\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002daccent, #de1414)\",\"width\":[80,null,null,null],\"height\":[30,null,null,null],\"widthUnit\":[\"vw\",\"px\",\"px\",\"px\"],\"heightUnit\":[\"vh\",\"px\",\"px\",\"px\"],\"animation\":{\"duration\":1100,\"easing\":\"ease\",\"type\":\"regular\",\"usegsap\":true,\"o\":1,\"triggertype\":\"load\",\"prehide\":true,\"delay\":3000,\"set_from\":\"from\"}} -->\n<div class=\"wp-block-greenshift-blocks-svgshape gspb_svgBox gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" id=\"gspb_svgBox-id-gsbp-cd2cc3f8-89e2\" data-gsapinit=\"1\" data-delay=\"3\" data-duration=\"1.1\" data-o=\"1\" data-from=\"yes\" data-triggertype=\"load\" data-prehidden=\"1\"><svg xmlns=\"http://www.w3.org/2000/svg\" style=\"width:5rem;height:5rem;margin:10px\" xml:space=\"preserve\" viewBox=\"0 0 227.447 37.137\">\n  <path d=\"M61.94 89.376v21.64h13.756v-3.74h-9.49v-5.905h8.872v-3.679h-8.872v-4.576h9.49v-3.74H64.785zm26.772-1.268-10.975 22.908h4.977l2.261-4.915h7.423l2.28 4.915h5.009zm0 8.286 2.685 6.214h-5.393zm15.21 7.357-3.153 2.226q.71 1.515 1.978 2.813 1.268 1.299 2.968 2.072 1.731.742 3.71.742 1.484 0 2.813-.464 1.36-.433 2.442-1.268 1.082-.865 1.7-2.102.619-1.236.619-2.813 0-1.391-.464-2.442-.433-1.082-1.236-1.855-.773-.804-1.763-1.36-.958-.557-2.009-.928-1.639-.556-2.72-1.082-1.083-.556-1.608-1.144-.526-.618-.526-1.422 0-.804.65-1.391.649-.618 1.947-.618.99 0 1.762.402.773.37 1.36 1.02.619.618 1.052 1.391l3.462-1.917q-.556-1.144-1.577-2.195-.989-1.082-2.504-1.762-1.484-.71-3.555-.71-2.01 0-3.648.741-1.607.711-2.566 2.071-.927 1.33-.927 3.185 0 1.545.587 2.658.588 1.082 1.484 1.855.897.742 1.886 1.237 1.02.463 1.793.742 1.453.556 2.442 1.05 1.02.465 1.515 1.083.526.618.526 1.638 0 1.175-.835 1.855-.835.68-2.164.68-1.144 0-2.133-.494-.99-.495-1.824-1.391-.804-.897-1.484-2.103zm14.53-10.387h5.812v17.652h4.42V93.364h5.844v-3.988h-16.076z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M141.153 89.036v21.64h4.421v-7.852h2.566c1.71 0 3.164-.278 4.36-.835 1.215-.556 2.143-1.35 2.782-2.38.638-1.051.958-2.278.958-3.68 0-1.421-.32-2.647-.958-3.678-.64-1.03-1.567-1.824-2.782-2.38-1.196-.557-2.65-.835-4.36-.835h-4.296zm4.421 3.74h2.566c1.175 0 2.103.269 2.783.805.68.515 1.02 1.297 1.02 2.349 0 1.03-.34 1.813-1.02 2.35-.68.535-1.608.803-2.783.803h-2.566zm17.529 7.08q0-2.071.866-3.679.865-1.607 2.38-2.535 1.515-.927 3.524-.927 2.04 0 3.556.927 1.515.928 2.35 2.535.834 1.608.834 3.679 0 2.071-.866 3.679-.834 1.607-2.35 2.535-1.514.927-3.524.927-2.009 0-3.524-.927-1.515-.928-2.38-2.535-.866-1.608-.866-3.679zm-4.668 0q0 2.442.835 4.545.834 2.07 2.38 3.617 1.546 1.545 3.617 2.41 2.102.836 4.606.836 2.505 0 4.576-.835 2.102-.866 3.617-2.411 1.546-1.546 2.38-3.617.866-2.103.866-4.545 0-2.473-.866-4.514-.834-2.07-2.411-3.586-1.546-1.514-3.617-2.318-2.071-.835-4.545-.835-2.442 0-4.544.835-2.071.804-3.617 2.318-1.546 1.515-2.411 3.586-.866 2.04-.866 4.514zm26.309-10.82v21.64h4.482v-21.64Zm24.546 0v13.417l-15.396-14.5v22.723h4.267V97.26l15.395 14.5V89.035Z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M216.091 93.024h5.812v17.652h4.42V93.024h5.844v-3.988H216.09z\" style=\"font-weight:600;font-size:90px;font-family:Jost;inkscape-font-specification:&quot;Jost SemiBold&quot;;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M16.408 114.647c-2.075-.015-4.267.58-6.152 1.126-1.885.546-3.383 1.096-3.383 1.096l1.703 4.64s1.35-.497 3.056-.991c1.706-.495 3.848-.935 4.742-.93.867.007 1.986.383 3.384.92 1.397.537 3.076 1.234 5.14 1.236 2.056.002 3.727-.693 5.117-1.226 1.39-.534 2.5-.905 3.355-.907.88-.002 2.01.367 3.419.895 1.408.528 3.094 1.214 5.157 1.218 2.042.004 3.718-.66 5.122-1.176 1.403-.516 2.536-.886 3.425-.892a2.47 2.47 0 0 0 .002 0c.185 0 1.261.183 2.087.413.826.23 1.477.459 1.477.459l1.641-4.66s-.795-.282-1.794-.56c-.998-.277-2.121-.6-3.441-.592h-.002c-2.035.013-3.704.68-5.102 1.194-1.398.514-2.524.873-3.407.872-.884-.001-2.02-.374-3.43-.903-1.412-.53-3.101-1.214-5.168-1.209-2.055.006-3.722.702-5.11 1.234-1.387.533-2.493.9-3.345.9a2.47 2.47 0 0 0-.002 0c-.862-.001-1.976-.372-3.37-.908-1.392-.535-3.062-1.236-5.12-1.25z\" style=\"color:#000;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.612433;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:.792157\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m68.27 118.5-1.78-4.024-1.762 4.024-1.28-3.7h-1.854l2.81 6.872 2.086-3.914 2.096 3.914 2.81-6.872h-1.864zm6.922-3.7v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29H76.23zm15.855 3.246q0-.603.268-1.03.27-.426.705-.649.445-.222.974-.222.464 0 .816.12.352.112.63.316.279.194.492.417v-1.688q-.39-.306-.853-.482-.464-.176-1.178-.176-.779 0-1.437.24-.659.242-1.132.696-.472.455-.732 1.076t-.26 1.382q0 .76.26 1.381.26.622.732 1.076.473.455 1.132.696.658.24 1.437.24.714 0 1.178-.175.464-.177.853-.483v-1.687q-.213.222-.491.417-.279.195-.631.315t-.816.12q-.529 0-.974-.222-.436-.222-.705-.649-.268-.436-.268-1.03zm8.237-3.246v6.492h1.568v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.059-.022.116-.046.171-.073a1.95 1.95 0 0 0 .844-.742c.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.844-.751c-.37-.18-.834-.269-1.39-.269h-1.383zm1.568 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .12.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.352.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.312v-1.29h-2.81v-1.492h2.625v-1.262h-2.625v-1.159h2.81v-1.29h-3.273zm11.382-.408-3.413 6.9h1.772l.605-1.253h2.07l.607 1.253h1.78zm0 2.792.724 1.66h-1.444zm5.873-.984h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.924-1.4v6.492h4.314v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274zm13.871 1.4h1.78v5.091h1.567v-5.09h1.79v-1.4h-5.137zm8.923-1.4v6.492h1.568v-2.717h2.792v2.717h1.567V114.8h-1.567v2.365h-2.792V114.8zm10.363 0v6.492h4.312v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.273zm14.519 0v6.492h1.503v-2.606h2.346v-1.262h-2.346v-1.28h2.438V114.8h-2.903zm8.155 0v4.359q0 .612.194 1.066.204.454.557.751.361.288.834.436.473.148 1.02.148.548 0 1.02-.148.483-.148.835-.436.362-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.259.306-.788.306-.519 0-.779-.306t-.26-.798V114.8zm8.97 1.4h1.78v5.091h1.568v-5.09h1.79v-1.4h-5.138zm8.878-1.4v4.359q0 .612.195 1.066.204.454.556.751.362.288.835.436.473.148 1.02.148t1.02-.148q.482-.148.835-.436.361-.297.556-.751.204-.454.204-1.066V114.8h-1.567v4.247q0 .492-.26.798-.26.306-.788.306-.52 0-.779-.306-.26-.306-.26-.798V114.8zm9.62 0v6.492h1.567v-2.254h.48l1.393 2.254h1.836l-1.692-2.45c.06-.022.117-.046.172-.073.37-.18.652-.426.843-.742.192-.321.288-.69.288-1.104 0-.42-.096-.788-.288-1.103a1.928 1.928 0 0 0-.843-.751c-.371-.18-.835-.269-1.391-.269h-1.382zm1.567 1.326h.686c.21 0 .39.034.538.102a.76.76 0 0 1 .352.297.82.82 0 0 1 .121.454c0 .18-.04.334-.12.464a.78.78 0 0 1-.353.287 1.397 1.397 0 0 1-.538.093h-.686zm7.505-1.326v6.492h4.313v-1.29h-2.81v-1.492h2.624v-1.262h-2.624v-1.159h2.81v-1.29h-3.274z\" style=\"font-weight:700;font-size:9.2733px;font-family:Jost;inkscape-font-specification:&quot;Jost Bold&quot;;letter-spacing:3.07281px;fill:#004481;fill-opacity:1;stroke:#004481;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"M17.268 111.018H44.35a13.541 13.541 0 0 0-13.541-13.541 13.541 13.541 0 0 0-13.541 13.541Zm-2.316-5.726-.501 2.842-.501 2.842-8.555-4.439zm7.391-8.853-2.211 1.855-2.211 1.855-3.7-8.899zm11.351-2.031h-5.772l2.886-9.195zm10.002 5.742-2.211-1.856-2.21-1.855 8.12-5.189z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n  <path d=\"m47.667 110.976-.501-2.842-.501-2.842 9.557 1.245z\" style=\"fill:#a51c30;fill-opacity:1;stroke:#a51c30;stroke-width:.6;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(-5.095 -84.913)\"></path>\n</svg></div>\n<!-- /wp:greenshift-blocks/svgshape --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/container -->\n\n<!-- wp:greenshift-blocks/container {\"id\":\"gsbp-1223d7f7-16d8\",\"inlineCssStyles\":\".gspb_container-id-gsbp-1223d7f7-16d8{flex-direction: column;box-sizing: border-box;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container \\u003e p:last-of-type{margin-bottom:0}.gspb_container{position:relative;}#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{display:flex;flex-direction:column;align-items:center;row-gap:1rem;column-gap:1rem;}@media (max-width: 767.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}@media (max-width: 575.98px){#gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{align-items:center;}}body.gspb-bodyfront #gspb_container-id-gsbp-1223d7f7-16d8.gspb_container{width:80vw;}\",\"flexbox\":{\"type\":\"flexbox\",\"flexDirection\":[\"column\"],\"alignItems\":[\"center\",null,\"center\",\"center\"],\"rowgap\":[\"1rem\"],\"columngap\":[\"1rem\"]},\"blockWidth\":{\"customWidth\":{\"value\":[\"80vw\"]},\"customHeight\":{\"value\":[]},\"heightType\":\"custom\",\"widthType\":\"custom\"}} -->\n<div class=\"wp-block-greenshift-blocks-container gspb_container gspb_container-gsbp-1223d7f7-16d8\" id=\"gspb_container-id-gsbp-1223d7f7-16d8\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"1rem\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0\"><!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-2c37ded5-e6f3\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-2c37ded5-e6f3{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-2c37ded5-e6f3 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-duration:0.7s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:2.6s;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-2c37ded5-e6f3 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"mitrofanov.ru\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"animation\":{\"duration\":700,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":2600,\"onlyonce\":true},\"buttonLink\":\"https://mitrofanov.ru\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-globe\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-2c37ded5-e6f3\" id=\"gspb_button-id-gsbp-2c37ded5-e6f3\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"2600\" data-aos-easing=\"ease\" data-aos-duration=\"700\" data-aos-once=\"true\" href=\"https://mitrofanov.ru\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 992 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M496 16c-274 0-496 222-496 496s222 496 496 496 496-222 496-496-222-496-496-496zM854.6 336h-134.4c-13.4-73-35-137.6-62.4-189.4 85.8 38 155.4 105.4 196.8 189.4zM496 112c37.2 0 97.2 82.4 126.4 224h-252.8c29.2-141.6 89.2-224 126.4-224zM96 512c0-27.4 2.8-54.2 8-80h155.4c-2 26.2-3.4 52.6-3.4 80s1.4 53.8 3.4 80h-155.4c-5.2-25.8-8-52.6-8-80zM137.4 688h134.4c13.4 73 35 137.6 62.4 189.4-85.8-38-155.4-105.4-196.8-189.4zM271.8 336h-134.4c41.4-84 111-151.4 196.8-189.4-27.4 51.8-49 116.4-62.4 189.4zM496 912c-37.2 0-97.2-82.4-126.4-224h253c-29.4 141.6-89.4 224-126.6 224zM636.2 592h-280.4c-2.2-25.6-3.8-52-3.8-80s1.6-54.4 3.8-80h280.6c2.2 25.6 3.8 52 3.8 80s-1.8 54.4-4 80zM657.8 877.4c27.4-51.8 48.8-116.4 62.4-189.4h134.4c-41.4 84-111 151.4-196.8 189.4zM732.6 592c2-26.2 3.4-52.6 3.4-80s-1.4-53.8-3.4-80h155.4c5.2 25.8 8 52.6 8 80s-2.8 54.2-8 80h-155.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">mitrofanov.ru</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-8fa01b86-81e1\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-8fa01b86-81e1{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:1.5rem!important;width:1.5rem!important;min-width:1.5rem!important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-8fa01b86-81e1 .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{transition-duration:0.5s;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:2.8s;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-8fa01b86-81e1 \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"+7 4232 39 30 39\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"relativeHover\":false,\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"animation\":{\"duration\":500,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":2800,\"onlyonce\":true},\"buttonLink\":\"tel:+74232393039\",\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-phone\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"1.5rem\"],\"iconSize\":[\"1.5rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-8fa01b86-81e1\" id=\"gspb_button-id-gsbp-8fa01b86-81e1\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"2800\" data-aos-easing=\"ease\" data-aos-duration=\"500\" data-aos-once=\"true\" href=\"tel:+74232393039\" rel=\"noopener\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M953 45.8l-188.4-43.4c-43.2-10-87.2 12.4-104.6 53.2l-87 203c-16 37.2-5.2 81.2 26.2 106.8l80 65.4c-57.2 104.8-143.6 191.2-248.4 248.2l-65.4-80c-25.6-31.4-69.6-42.2-106.8-26.2l-203.2 87c-40.8 17.4-63 61.4-53.2 104.6l43.4 188.4c9.6 41.8 46.4 71 89.2 71 489.8 0.2 889.2-396.4 889.2-888.8 0-42.8-29.2-79.6-71-89.2zM138.6 928l-41.8-181.4 196.4-84.2 111.4 136.2c197.6-92.8 301.2-196 394-394l-136.2-111.4 84.2-196.4 181.4 41.8c-2 435.2-354.2 787.4-789.4 789.4z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">+7 4232 39 30 39</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:group -->\n\n<!-- wp:greenshift-blocks/buttonbox {\"id\":\"gsbp-9fc40491-269d\",\"inlineCssStyles\":\"#gspb_button-id-gsbp-9fc40491-269d{display:flex; justify-content:flex-start;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-text{display:flex; flex-direction: column;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-sizing:border-box}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap \\u003e .gspb-buttonbox-icon{display:flex;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{height:2rem!important;width:2rem!important;min-width:2rem!important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox .gspb-buttonbox-icon svg{margin:0px !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg, #gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover .gspb-buttonbox-icon svg path{fill:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb-buttonbox-textwrap{display:flex;flex-direction:row;align-items:center;}#gspb_button-id-gsbp-9fc40491-269d .gspb-buttonbox-icon{margin-right:13px}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{background-color:#a7b7cc61;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{background-color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9) !important;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{font-size:clamp(1rem, 1.7vw, 2.1rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{line-height:clamp(1.5rem, 2.1vw, 2.5rem);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox:hover{color:var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox \\u003e .gspb_backgroundOverlay{border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-right-radius:99px;border-bottom-left-radius:99px;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-duration:0.3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-timing-function:ease;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transition-delay:0s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{transition-delay:3s;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{opacity: 0;transition-property: opacity, transform;}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox.aos-animate,#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox[data-gs-aos]{opacity: 1;transform: translateZ(0);}#gspb_button-id-gsbp-9fc40491-269d \\u003e .gspb-buttonbox{transform: translate3d(0, 60px, 0);}\",\"buttonContent\":\"Russia, Vladivostok, 2 Avramenko Str.\",\"background\":{\"color\":\"#a7b7cc61\",\"hoverColor\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\"},\"border\":{\"borderRadius\":{\"values\":{\"topLeft\":[\"99px\"],\"topRight\":[\"99px\"],\"bottomRight\":[\"99px\"],\"bottomLeft\":[\"99px\"]},\"locked\":true},\"style\":{},\"size\":{},\"color\":{},\"styleHover\":{},\"sizeHover\":{},\"colorHover\":{},\"custom\":{},\"customEnabled\":{}},\"shadow\":{\"hoffset\":0,\"voffset\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\",\"position\":\"\",\"preset\":\"5\"},\"typography\":{\"textShadow\":{},\"color\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"size\":[\"1.5rem\",null,null,\"1rem\"],\"colorHover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"useFluid\":true,\"fluidSizeMin\":\"1rem\",\"fluidSizePerfect\":\"1.7vw\",\"fluidSizeMax\":\"2.1rem\",\"fluidLineMin\":\"1.5rem\",\"fluidLinePerfect\":\"2.1vw\",\"fluidLineMax\":\"2.5rem\",\"fluidSizeCustomValue\":[\"clamp(1.5rem, 1.7vw, 2.1rem)\"],\"fluidLineCustomValue\":[\"clamp(2rem, 2.1vw, 2.5rem)\"]},\"animation\":{\"duration\":300,\"easing\":\"ease\",\"type\":\"fade-up\",\"delay\":3000,\"onlyonce\":true},\"buttonLink\":\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\",\"linkNoFollow\":true,\"enableIcon\":true,\"iconBox_icon\":{\"icon\":{\"font\":\"rhicon rhi-compass\",\"svg\":\"\",\"image\":\"\"},\"fill\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dsecondary, #2184f9)\",\"fillhover\":\"var(\\u002d\\u002dwp\\u002d\\u002dpreset\\u002d\\u002dcolor\\u002d\\u002dcontrastcolor, #fffffe)\",\"type\":\"font\",\"iconSizeY\":[\"2rem\"],\"iconSize\":[\"2rem\"]},\"enableLabel\":false,\"label\":\"\",\"typographyLabel\":{\"textShadow\":{},\"size\":[\"1.2rem\"]}} -->\n<div class=\"gspb_button_wrapper gspb_button-id-gsbp-9fc40491-269d\" id=\"gspb_button-id-gsbp-9fc40491-269d\"><a class=\"wp-block-greenshift-blocks-buttonbox gspb-buttonbox wp-element-button\" data-aos=\"fade-up\" data-aos-delay=\"3000\" data-aos-easing=\"ease\" data-aos-duration=\"300\" data-aos-once=\"true\" href=\"https://maps.app.goo.gl/xaBvPbZYRR9AU6mz7\" rel=\"noopener nofollow\"><span class=\"gspb-buttonbox-textwrap\"><span class=\"gspb-buttonbox-icon\"><svg class=\"\" style=\"display:inline-block;vertical-align:middle\" width=\"15\" height=\"15\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path style=\"fill:#565D66\" d=\"M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM733.397 344.576c2.816-8.363 3.072-17.835 0-26.965-7.467-22.357-31.616-34.432-53.973-26.965l-271.36 90.453c-12.373 4.181-22.571 13.781-26.965 26.965l-90.453 271.36c-2.816 8.363-3.072 17.835 0 26.965 7.467 22.357 31.616 34.432 53.973 26.965l271.36-90.453c12.373-4.181 22.571-13.781 26.965-26.965zM625.451 398.549l-56.747 170.155-170.155 56.747 56.704-170.155z\"></path></svg></span><span class=\"gspb-buttonbox-text\"><span class=\"gspb-buttonbox-title\">Russia, Vladivostok, 2 Avramenko Str.</span></span></span></a></div>\n<!-- /wp:greenshift-blocks/buttonbox --></div>\n<!-- /wp:greenshift-blocks/container --></div>\n<!-- /wp:greenshift-blocks/row-column --> </div></div>\n<!-- /wp:greenshift-blocks/row -->','Главная страница','Отображает главную страницу вашего сайта, независимо от того, настроена ли она для отображения последних записей или статической страницы. Шаблон главной страницы имеет приоритет над всеми шаблонами.','inherit','closed','closed','','15-revision-v1','','','2024-03-10 10:24:20','2024-03-10 07:24:20','',15,'https://east-point.site/?p=60',0,'revision','',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
(1,1,0),
(11,2,0),
(12,2,0),
(12,3,0),
(13,2,0),
(13,4,0),
(15,2,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=5 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,0),
(2,2,'wp_theme','',0,4),
(3,3,'wp_template_part_area','',0,1),
(4,4,'wp_template_part_area','',0,1);
/*!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 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 */;
/*!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=5 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,'Без рубрики','%d0%b1%d0%b5%d0%b7-%d1%80%d1%83%d0%b1%d1%80%d0%b8%d0%ba%d0%b8',0),
(2,'greenshift','greenshift',0),
(3,'header','header',0),
(4,'footer','footer',0);
/*!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=43 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
(19,5648,'nickname','miittaa'),
(20,5648,'first_name',''),
(21,5648,'last_name',''),
(22,5648,'description',''),
(23,5648,'rich_editing','true'),
(24,5648,'syntax_highlighting','true'),
(25,5648,'comment_shortcuts','false'),
(26,5648,'admin_color','fresh'),
(27,5648,'use_ssl','0'),
(28,5648,'show_admin_bar_front','true'),
(29,5648,'locale','ru_RU'),
(30,5648,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(31,5648,'wp_user_level','10'),
(32,5648,'dismissed_wp_pointers',''),
(33,5648,'session_tokens','a:1:{s:64:\"da5e86a4cf09641294b8a28ef974a6f51f99183837ed80615a8a7daac85e4c5d\";a:4:{s:10:\"expiration\";i:1710217609;s:2:\"ip\";s:12:\"46.166.86.40\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1710044809;}}'),
(34,5648,'wp_dashboard_quick_press_last_post_id','6'),
(35,5648,'community-events-location','a:1:{s:2:\"ip\";s:11:\"46.166.86.0\";}'),
(36,5648,'tgmpa_dismissed_notice_greenshift','1'),
(37,5648,'wp_persisted_preferences','a:3:{s:14:\"core/edit-site\";a:4:{s:12:\"welcomeGuide\";b:0;s:26:\"isComplementaryAreaVisible\";b:1;s:18:\"welcomeGuideStyles\";b:0;s:10:\"editorMode\";s:6:\"visual\";}s:9:\"_modified\";s:24:\"2024-01-29T18:21:47.351Z\";s:4:\"core\";a:1:{s:29:\"isTemplatePartMoveHintVisible\";b:0;}}'),
(39,5648,'wp_user-settings','libraryContent=browse'),
(40,5648,'wp_user-settings-time','1706550257'),
(41,5648,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";O:61:\"Yoast\\WP\\SEO\\Presenters\\Admin\\Indexing_Notification_Presenter\":3:{s:18:\"\0*\0total_unindexed\";i:1;s:9:\"\0*\0reason\";s:21:\"category_base_changed\";s:20:\"\0*\0short_link_helper\";O:38:\"Yoast\\WP\\SEO\\Helpers\\Short_Link_Helper\":2:{s:17:\"\0*\0options_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Options_Helper\":0:{}s:17:\"\0*\0product_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Product_Helper\":0:{}}}s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:7:\"user_id\";i:5648;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;}}}'),
(42,5648,'wp_wpseo-reindex','seen');
/*!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=5649 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
(5648,'miittaa','$P$BrCpFpyTkL901bxUUBDiL9dfnd.WwL0','miittaa','alimovmail@gmail.com','','2024-01-29 16:21:48','1706545308:$P$BzpGyROhp7nzVOVIqN1Y/QyTHhhO8t/',0,'miittaa');
/*!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=8 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
(1,'https://east-point.site/','24:c95e5494ff57e9d6a96898089696f908',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','https://east-point.site/wp-content/uploads/logoEastPoint.jpg','47','set-by-user','{\"width\":1200,\"height\":675,\"filesize\":75941,\"url\":\"https://east-point.site/wp-content/uploads/logoEastPoint.jpg\",\"path\":\"/www/public/east-point.site/wordpress/wp-content/uploads/logoEastPoint.jpg\",\"size\":\"full\",\"id\":47,\"alt\":\"\",\"pixels\":810000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2024-01-29 17:42:56','2024-01-29 14:50:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-01-29 20:50:16',NULL,NULL),
(2,NULL,NULL,1,'term','category',NULL,NULL,NULL,NULL,'Без рубрики',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-01-29 17:43:11','2024-01-29 17:51:26',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL),
(3,'https://east-point.site/?page_id=3','34:6715185151b0b5c96747408cb388fc14',3,'post','page',5648,0,NULL,NULL,'Политика конфиденциальности','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-01-29 17:43:11','2024-01-29 14:43:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-01-29 16:20:16','2024-01-29 16:20:16',0),
(4,'https://east-point.site/?p=1','28:c91ecbfd285ecb2fece52d37c21c79ed',1,'post','post',5648,0,NULL,NULL,'Привет, мир!','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-01-29 17:43:11','2024-01-29 14:43:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-01-29 16:23:23','2024-01-29 16:20:16',0),
(5,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',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-01-29 17:43:12','2024-01-29 14:43:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),
(6,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%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-01-29 17:43:13','2024-01-29 14:43:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),
(7,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-01-29 17:43:13','2024-01-29 14:43:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL);
/*!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
(1,0,0,1),
(2,0,0,1),
(3,0,0,1),
(4,0,0,1),
(6,0,0,1),
(9,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-15  1:00:26

Youez - 2016 - github.com/yon3zu
LinuXploit